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 Talking Kitties | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1.1 | |
| // @description Social Cat's HotKey's | |
| // @author JRW254/SabeDth | |
| // @match https://admin.api.rhombusads.com/hit/* | |
| // @icon https://www.google.com/s2/favicons?domain=rhombusads.com | |
| // @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
| #SingleInstance Force | |
| #Persistent | |
| #InstallKeybdHook | |
| /* | |
| GetKeyStateTest.ahk | |
| v 1.0 | |
| April 15th 2021 | |
| By: JRW254/Sabedth | |
| Description: |
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
| #NoEnv | |
| ; #Warn | |
| SendMode Input | |
| SetWorkingDir %A_ScriptDir% | |
| #SingleInstance, force | |
| #Persistent | |
| SetBatchLines, -1 | |
| #MaxThreadsPerHotkey 2 | |
| #InstallKeybdHook | |
| ;=================================; |
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 Hide The Moon | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.0.1 | |
| // @description Hide the ads on the Moon Faucets | |
| // @author JRW254/Sabedth | |
| // @match http://moonbitcoin.cash/faucet | |
| // @match https://moonliteco.in/faucet | |
| // @match http://moondoge.co.in/faucet | |
| // @match http://moonbit.co.in/faucet |
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
| ; | |
| ; Created on: 7/19/2020 | |
| ; Created by: JRW254/Sabedth | |
| ; | |
| ; Dependencies: https://github.com/G33kDude/Neutron.ahk | |
| ; Forum Post for Neutron: https://www.autohotkey.com/boards/viewtopic.php?t=76865&p=337668 | |
| ; | |
| #NoTrayIcon |
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 Friendlier Discord | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.0 | |
| // @description Make Banning Great Again (actually hides banned users' "blocked messages") | |
| // @author fjleon | |
| // @match https://discord.com/channels/* | |
| // @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
| ;Found: https://autohotkey.com/board/topic/26821-basic-ip-helper-gui-to-releaserenew-get-external/ | |
| ; | |
| ; Archived on: 6/27/2020 | |
| ; Archived by: JRW254/Sabedth | |
| ; | |
| ; Mod Status: Changed GUi color from default to Slate Grey: #708090 | |
| #SingleInstance, Force | |
| #NoEnv |
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
| #NoEnv | |
| #Persistent | |
| #SingleInstance, Force | |
| ; ++++++++++++++++++ Script Info ++++++++++++++++++ ; | |
| ; v.01 - DoubleTapStation 5/18/2020 ; | |
| ; By: JRW254 aka Sabedth On Reddit ; |
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 Hide Dash Shit MTurk | |
| // @namespace jrw254 (sabedth) | |
| // @version 1.0 | |
| // @description Hide things on the dash. For the shy type. | |
| // @author jrw254 (sabedth) | |
| // @match https://worker.mturk.com/dashboard* | |
| // @grant none | |
| // ==/UserScript== |
NewerOlder