Skip to content

Instantly share code, notes, and snippets.

View IdrisQe's full-sized avatar

Idris Qe IdrisQe

View GitHub Profile
@IdrisQe
IdrisQe / Disqus Classic Auto-Enable v1.0.user.js
Created December 29, 2022 07:32
Revert Disqus To Classic Appearance UserScript (v1.0)
// ==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==
@IdrisQe
IdrisQe / Google Dark Mode Auto-Enable v2.1.user.js
Created December 29, 2022 07:29
Automatic Google Dark Mode UserScript (v2.1)
// ==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==