Updated 4.2.1 User Scripts (markdown)

Thorin-Oakenpants 2018-04-21 17:39:52 +00:00
parent b345b3065f
commit 56a511cf3f

@ -95,3 +95,12 @@ window.opener = null;
console.warn('Cleared window.opener!'); 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)