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
# 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 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
# 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 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 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 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 Scrollfiend | |
// @description Enables scrolling on those pesky websites that disable it. | |
// @version 2.0.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 *://*/* |
OlderNewer