This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name No popups | |
| // @namespace ockcyp/no-popups | |
| // @description Disable opening of new windows for included websites | |
| // @version 1.0 | |
| // @grant none | |
| // @include none | |
| // @author ockcyp | |
| // ==/UserScript== | |
| window.open = function () { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Gmail remove gstatic | |
| // @namespace ockcyp/gmail-remove-gstatic | |
| // @version 0.1 | |
| // @description Remove gstatic from external image URLs (useful when URLs contain internal domains) | |
| // @author ockcyp | |
| // @grant none | |
| // ==/UserScript== | |
| setTimeout(function() { | |
| // Page is loaded and the div is not already created |
NewerOlder