diff --git a/4.2.1-User-Scripts.md b/4.2.1-User-Scripts.md index e9c4332..e33af32 100644 --- a/4.2.1-User-Scripts.md +++ b/4.2.1-User-Scripts.md @@ -95,3 +95,12 @@ window.opener = null; console.warn('Cleared window.opener!'); } ``` + +### :small_orange_diamond: Other Scripts + +These scripts are written, maintained, or tested by us. It is your responsibility to make sure they keep working. + +* [Disable AutofillPhishing (By AdguardTeam)](https://github.com/AdguardTeam/Userscripts/blob/master/disableAutofillPhishing/disable-autofill-phishing.user.js) + * Disables autofill of input fields *which are not on the screen* + * Note: The `ghacks user.js` disables all autofill +* [Bypass t.co redirection from Twitter external links](https://github.com/kkren/remove_t.co/blob/master/removetco.user.js)