This file contains 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 Scrollfiend | |
// @description Enables scrolling on those pesky websites that disable it. Engage fiend mode with a popup button if you dare. | |
// @version 1.1.0 | |
// @namespace [email protected] | |
// @author https://gist.github.com/Erquint | |
// @homepageURL https://gist.github.com/Erquint/051e173afc07440050ac04c493d4c8d1 | |
// @updateURL https://gist.githubusercontent.com/Erquint/051e173afc07440050ac04c493d4c8d1/raw/scrollfiend.user.js | |
// @downloadURL https://gist.githubusercontent.com/Erquint/051e173afc07440050ac04c493d4c8d1/raw/scrollfiend.user.js | |
// @match *://*/* |
This file contains 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 user-select unsetter | |
// @description Waits for page to fully load once and selectively unsets the `user-select` property of all elements. | |
// @version 1.0.0 | |
// @namespace [email protected] | |
// @author https://gist.github.com/Erquint | |
// @homepageURL https://gist.github.com/Erquint/fbea345ae863fea3735fc35f25c753f7 | |
// @updateURL https://gist.githubusercontent.com/Erquint/fbea345ae863fea3735fc35f25c753f7/raw/user-select_unsetter.user.js | |
// @downloadURL https://gist.githubusercontent.com/Erquint/fbea345ae863fea3735fc35f25c753f7/raw/user-select_unsetter.user.js | |
// @match *://*/* |
This file contains 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
# ENCODING: UTF-8 | |
# ruby 3.0.3p157 (2021-11-24 revision 3fb7d2cadc) [x64-mingw32] | |
# THIS SCRIPT WILL INSTALL REQUIRED GEMS IF POSSIBLE. | |
# irb -I . -r ./main.rb # Ignore this. | |
def require_gem gemname, requirename = nil | |
requirename = gemname if requirename.nil? | |
require 'rubygems' | |
begin | |
gem gemname |
This file contains 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
# Ruby 2.6.6 | |
# PowerShell 7.1 | |
# SysInternals Handle 4.22 | |
# DS4W 2.1.8 | |
require 'set' | |
$task_heap = Set.new | |
if (ARGV & ['--help', '-h']).any? |
This file contains 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 CycleWikiCalc Extender | |
// @description Extends The Cycle Wiki Weapons Calculator by Silarious and ArtemusMaximus with extra metrics one might find useful for assessing gunfeel and realistic DPS output beyond one magazine. | |
// @version 1.2 | |
// @namespace [email protected] | |
// @author https://gist.github.com/Erquint | |
// @homepageURL https://gist.github.com/Erquint/5ed7be3f1c62c606d7c514deec4d091d | |
// @updateURL https://gist.github.com/Erquint/5ed7be3f1c62c606d7c514deec4d091d/raw/CycleWikiCalcExtender.user.js | |
// @downloadURL https://gist.github.com/Erquint/5ed7be3f1c62c606d7c514deec4d091d/raw/CycleWikiCalcExtender.user.js | |
// @match http*://thecycle.wiki/apps/calculator/ |
This file contains 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 DerusifyAliExpressLinks | |
// @description Prevents redirection to Russian pages of AliExpress and tries to reach global page as a mayday fallback. | |
// @version 1.0 | |
// @namespace [email protected] | |
// @author https://gist.github.com/Erquint | |
// @homepageURL https://gist.github.com/Erquint/4b0dada56b0fed4412ed8cb2e97a2473 | |
// @updateURL https://gist.githubusercontent.com/Erquint/4b0dada56b0fed4412ed8cb2e97a2473/raw/DerusifyAliExpressLinks.user.js | |
// @downloadURL https://gist.githubusercontent.com/Erquint/4b0dada56b0fed4412ed8cb2e97a2473/raw/DerusifyAliExpressLinks.user.js | |
// @match http*://*aliexpress.*/* |
This file contains 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 Watch 2 Gether hotkeys. | |
// @description Space or K plays/pauses, F enables fullscreen. ESC disabled fullscreen as per browsers convention. | |
// @version 1.0 | |
// @namespace [email protected] | |
// @author https://gist.github.com/Erquint | |
// @homepageURL https://gist.github.com/Erquint/69ee1acdc34fb9ec6c6f101bbfdcd0e2 | |
// @updateURL https://gist.github.com/Erquint/69ee1acdc34fb9ec6c6f101bbfdcd0e2/raw/Watch2GetherHotkeys.user.js | |
// @downloadURL https://gist.github.com/Erquint/69ee1acdc34fb9ec6c6f101bbfdcd0e2/raw/Watch2GetherHotkeys.user.js | |
// @match http*://*watch2gether.com*/* |
This file contains 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 FANDOM/Wikia PseudoMonobook+ | |
// @description Implements https://dev.fandom.com/wiki/PseudoMonobook on FANDOM wiki pages and gets rid of extra annoyances. | |
// @version 1.8.0 | |
// @namespace [email protected] | |
// @author https://gist.github.com/Erquint | |
// @homepageURL https://gist.github.com/Erquint/ec4f688c7d6d9ea2ccddff8acb3a8415 | |
// @updateURL https://gist.githubusercontent.com/Erquint/ec4f688c7d6d9ea2ccddff8acb3a8415/raw/FWPMP.user.js | |
// @downloadURL https://gist.githubusercontent.com/Erquint/ec4f688c7d6d9ea2ccddff8acb3a8415/raw/FWPMP.user.js | |
// @match http*://*wikia.com/wiki/* |
This file contains 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 Disable Polymer on YouTube | |
// @namespace [email protected] | |
// @include *youtube.com* | |
// @version 1.1 | |
// @description Disable YouTube's Polymer UI framework, prompting it to fallback to an older one by appending a "disable_polymer=1" parameter to the GET request. | |
// @run-at document-start | |
// @noframes | |
// @inject-into page | |
// ==/UserScript== |
This file contains 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 DisableEval | |
// @namespace [email protected] | |
// @include * | |
// @version 1.0 | |
// @description This will disable the eval function. Attempts to call eval will be logged in the browser console as warnings. | |
// @run-at document-start | |
// @grant none | |
// ==/UserScript== |
NewerOlder