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 Wikipedia Language Changer | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description Add a button to change the language of Wikipedia articles | |
| // @author danickblouin | |
| // @match https://*.wikipedia.org/wiki/* | |
| // @grant none | |
| // ==/UserScript== |
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 La Presse Paywall Remover | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.0 | |
| // @description Removes the paywall on La Presse articles | |
| // @author None | |
| // @match https://www.lapresse.ca/* | |
| // @grant none | |
| // @run-at document-end | |
| // ==/UserScript== |
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 Hacker News new-tab | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description Open Hacker News links into new tabs (only title link) | |
| // @author Danick Blouin | |
| // @match https://news.ycombinator.com/* | |
| // ==/UserScript== | |
| (function() { |