Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name Download YouTube Videos as MP4
// @description Adds a button that lets you download YouTube videos.
// @homepageURL https://github.com/gantt/downloadyoutube
// @author Gantt
// @version 1.8.10
// @date 2017-02-13
// @namespace http://googlesystem.blogspot.com
// @include http://www.youtube.com/*
// @include https://www.youtube.com/*
@masterchop
masterchop / script.js
Created November 1, 2020 21:31 — forked from AdamWagner/script.js
Userscript: Google Docs Shortcuts / Vim mode
// ==UserScript==
// @name Google Docs Shortcuts
// @include http*://docs.google.com/*
// @require http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
// ==/UserScript==
(function() {
'use strict';
var editor = document.getElementsByClassName("docs-texteventtarget-iframe")[0].contentWindow.document.querySelector("[contenteditable=\"true\"]");

##Anti-Adblock Killer | Reek Anti-Adblock Killer

⚠ IMPORTANT ⚠

THIS IS NOT A UNIVERSAL SOLUTION FOR ALL ANTI ADBLOCK SCRIPTS BEFORE REPORTING ANYTHING PLEASE READ THIS

@masterchop
masterchop / google_redirect_remove.js
Created November 1, 2020 19:06 — forked from zachbrowne/google_redirect_remove.js
Userscript to remove URL redirection from google sites
// ==UserScript==
// @name Google Redirect Remove
// @id google_redirect_remove
// @namespace scripts.zachbrowne.com
// @description Remove URL redirection from google sites
// @license GPL v3
// @include *://www.google.*/*q=*
// @include *://www.google.*/*tbs=*
// @include *://www.google.*/search?*
// @include *://www.google.*/webhp?*
// ==UserScript==
// @name tingxie
// @namespace https://gist.github.com/iron9light/155fb046393b504304b54a1e855715e6
// @version 0.1.11
// @description Ting Xie
// @author iron9light
// @match https://www.youtube.com/watch*
// @grant none
// @require https://code.jquery.com/jquery-3.5.1.min.js
// @require https://cdnjs.cloudflare.com/ajax/libs/immutable/3.8.2/immutable.min.js
@masterchop
masterchop / remove_google_tracking_redirection.user.js
Created November 1, 2020 19:04 — forked from fluks/remove_google_tracking_redirection.user.js
Userscript for removing redirection and tracking(?) data from Google search results
// ==UserScript==
// @name Remove Google Redirect And Tracking From Search Results
// @description Userscript for removing redirection and tracking(?) data from Google search results.
// @version 1
// @author fluks
// @include https://*.google.*/search?*
// ==/UserScript==
document.querySelectorAll('h3.r > a')
.forEach(e => {
@masterchop
masterchop / instaclip.user.js
Created November 1, 2020 19:03 — forked from tangyl/instaclip.user.js
instaclip.user.js
// ==UserScript==
// @name InstaClip Poster
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Create InstaClip post from current video page
// @author Yilong Tang yilongt@opera.com
// @match https://www.facebook.com/*
// @match https://www.instagram.com/*
// @match https://www.youtube.com/*
// @match http://road-to-champion-2018.op-mobile.opera.com/assets/view/instaclip.html
@masterchop
masterchop / instaclip.user.js
Created November 1, 2020 19:03 — forked from tangyl/instaclip.user.js
instaclip.user.js
// ==UserScript==
// @name InstaClip Poster
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Create InstaClip post from current video page
// @author Yilong Tang yilongt@opera.com
// @match https://www.facebook.com/*
// @match https://www.instagram.com/*
// @match https://www.youtube.com/*
// @match http://road-to-champion-2018.op-mobile.opera.com/assets/view/instaclip.html
@masterchop
masterchop / degoogle.js
Created November 1, 2020 19:02 — forked from Dan8267/degoogle.js
Changes Google URLs to regular URLs to avoid tracking and allowing copy and paste.
// ==UserScript==
// @name Degoogle
// @namespace Dan8267
// @description Changes Google URLs to regular URLs to avoid tracking and allowing copy and paste. Also removes annoying box.
// @include http://www.google.com/*
// @include https://www.google.com/*
// @require https://code.jquery.com/jquery-3.1.0.min.js
// @version 2
// @grant none
// ==/UserScript==
@masterchop
masterchop / Dark Theme Whatsapp Web.user.js
Created November 1, 2020 19:00 — forked from ruggertech/Dark Theme Whatsapp Web.user.js
Using this script with TamperMonkey you can have your whatsapp web turned into an un-noticeable dark theme app
// ==UserScript==
// @name Dark Theme Whatsapp Web
// @namespace http://userstyles.org
// @description My custom theme for Whatsapp Web. With orange and dark shades.
// @author David Jiménez
// @homepage https://userstyles.org/styles/109575
// @include https://web.whatsapp.com/
// @run-at document-start
// @version 0.20170512183823
// ==/UserScript==