/JavaScript-jQuery-and-Tampermonkey

Collection of my own personal JavaScript/jQuery/Tampermonkey scripts!

Primary LanguageJavaScript

JavaScript, jQuery, and Tampermonkey Scripts

These are various scripts I've written for personal use, demonstration purposes (i.e. via my YouTube channel), friends, etc. Brief descriptions for each can be found below.

RPS Adblock Blocker Blocker.js - (JavaScript / jQuery / Tampermonkey) | This script is from my video tutorial, "WebHackery Ep. 1: Let's Defeat an Adblock Blocker!", where I demonstrate how to defeat an ad-blocking roadblock from a website! I first prototype the hack in jQuery, then convert it to vanilla JavaScript, and finally set everything up in a Tampermonkey script.

Fast GitHub Repo Delete.js - (JavaScript) | A work-in-progress script that currently adds a delete button to a user's GitHub repositories main page, then fast-deletes any given repo after its delete button has been clicked 5 times! Great for use via Tampermonkey, or can be ran from the console while on the repositories page.

Napalm FTP Indexer.js - (jQuery / Tampermonkey) | This is an extensive script that modifies searchftps.net to do a number of things, including remove ads, make requests to the server with hash information to obtain links with which I repurpose download buttons on search results pages, and more!

CompleteROMs.com.js - (jQuery / Tampermonkey) | Modifies completeroms.com to remove tricky iframes and ads. Also finds download functionality and overrides time-related enabled/disabled status. This script was used in a YouTube video of mine to teach viewers about fun ways to use Chrome DevTools, jQuery, and Tampermonkey!

NewGrounds.com - My Friend Pedro.js - (jQuery / Tampermonkey) | Modifies the "My Friend Pedro" game page on NewGrounds. This script was used in a YouTube video of mine to teach viewers more about using Chrome DevTools, jQuery, and Tampermonkey to hack around with a site!

Reddit NSFW Saved Post Scrubber - (jQuery) | Gets all saved posts and populates them on one page, then unsaves all saved NSFW posts. One thing to be fixed is that the script currently runs synchronously, so the browser will hang until the script is completed.

WebHackery Ep. 3 - Instagram Hacks via the MutationObserver API - (JavaScript) | Gets rid of Instagram's forced login/signup roadblocks, and hyperlinks every thumbnail image to the largest available resolution of the image. Finally, code persistence is achieved via using the MutationObserver API. This script was created/used in episode 3 of WebHackery, my web development/hacking series on YouTube!