Skip to content

Instantly share code, notes, and snippets.

View jrw254's full-sized avatar

JR jrw254

View GitHub Profile
// ==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==
#SingleInstance Force
#Persistent
#InstallKeybdHook
/*
GetKeyStateTest.ahk
v 1.0
April 15th 2021
By: JRW254/Sabedth
Description:
@jrw254
jrw254 / InsertKeyFun.ahk
Created November 30, 2020 18:20
This is just some fun with Insert Key. Insert alone as a 4 key toggle. Insert & <key> as a 4 key toggle. (Just used ' a ' as an example) Control and Insert Key as a simple toggle. Alt and Insert Key with a toggle that is wrapped in an #If statement. GUI associated with Alt and Insert Key to show a visual of On and Off. This completely disables t…
#NoEnv
; #Warn
SendMode Input
SetWorkingDir %A_ScriptDir%
#SingleInstance, force
#Persistent
SetBatchLines, -1
#MaxThreadsPerHotkey 2
#InstallKeybdHook
;=================================;
@jrw254
jrw254 / hideTheMoon.user.js
Created August 8, 2020 18:28
Hide the ads on the Moon Faucets except the roll up iframe. I may or may not fix that later. Excludes Bonus Bit Coin for now.
// ==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
@jrw254
jrw254 / Neutron-Bottom-Bar.ahk
Created July 20, 2020 04:10
This is just me messing around with Neutron. However, feel free to just use the code. Nothing is named well and that was on purpose cause I was lazy. I think I have five working buttons as examples. All of them open Windows Clipboard Manager. Again, if you've randomly stumbled across this it is just a rough draft example thingy. It's 100% an exa…
;
; 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
@jrw254
jrw254 / Friendlier-Discord.user.js
Created July 7, 2020 01:10
Just archiving this script for future use. " Make Banning Great Again (actually hides banned users' "blocked messages") "
// ==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==
@jrw254
jrw254 / Basic Ip Helper.ahk
Created June 27, 2020 14:57
A basic IP Changer I found while spelunking the interwebs.
;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
@jrw254
jrw254 / DoubleTapStation.ahk
Created May 19, 2020 22:46
Basically just wanted some double tap key's and buttons available when I needed them so I just made this script for that purpose. Prob gonna be using it to show as examples when the time arises.
#NoEnv
#Persistent
#SingleInstance, Force
; ++++++++++++++++++ Script Info ++++++++++++++++++ ;
; v.01 - DoubleTapStation 5/18/2020 ;
; By: JRW254 aka Sabedth On Reddit ;
// ==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==
// ==UserScript==
// @name Do Good DM Next Button
// @namespace jrw254 (sabedth)
// @version 1
// @description Alpha Version Take 1 Use at your own risk. This is an experimental script, the match may complicate other Do Good media domains, it may also get your account banned. Use at your own risk.
// @author JRW254 (sabedth)
// @match https://dm.dogood.media//*
// @grant none
// ==/UserScript==