⚠ IMPORTANT ⚠
THIS IS NOT A UNIVERSAL SOLUTION FOR ALL ANTI ADBLOCK SCRIPTS BEFORE REPORTING ANYTHING PLEASE READ THIS
// ==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/* |
// ==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\"]"); |
// ==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 |
// ==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 => { |
// ==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 |
// ==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 |
// ==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== |
// ==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== |