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 Disqus Classic Auto-Enable | |
// @description Reverts Disqus to its classic appearance | |
// @version 1.0 | |
// @author IdrisQe | |
// @match *://disqus.com/embed/comments/* | |
// @run-at document-start | |
// @inject-into page | |
// @allFrames true | |
// ==/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 Google Dark Mode Auto-Enable | |
// @description Make Google go dark automatically | |
// @version 2.1 | |
// @author IdrisQe | |
// @match *://*.google.com/* | |
// @match *://*.google.ca/* | |
// @run-at document-start | |
// @inject-into page | |
// ==/UserScript== |