This file contains 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 get vsix | |
// @namespace https://gist.github.com/Mido22 | |
// @include https://marketplace.visualstudio.com/items?itemName=* | |
// @version 0.0.1 | |
// @grant none | |
// ==/UserScript== | |
This file contains 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 monkeyBusiness.manHasNoName | |
// @namespace https://gist.github.com/Mido22 | |
// @include http://blank.org/* | |
// @version 0.0.0 | |
// @require https://code.jquery.com/jquery-3.1.1.slim.min.js | |
// @require https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js | |
// @resource bootstrapCSS https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css | |
// @grant GM_addStyle | |
// @grant GM_getResourceText |
This file contains 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 ballfoot.goToIFrame | |
// @match http://www.p2pfree.net/view-live-video/* | |
// @version 1.0.0 | |
// @grant none | |
// @namespace https://gist.github.com/Mido22 | |
// ==/UserScript== | |
(function(w, d){ | |
'use strict' |
This file contains 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 only video | |
// @match http://10livestreams.com/* | |
// @version 1.0.3 | |
// @grant none | |
// @namespace https://gist.github.com/Mido22 | |
// ==/UserScript== | |
(function(w, d){ | |
'use strict' |
This file contains 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 gmail mark read | |
// @match https://inbox.google.com/* | |
// @version 1.0.3 | |
// @grant none | |
// @namespace https://gist.github.com/Mido22 | |
// @downloadURL https://gist.github.com/Mido22/5b14c63636b3874902e47a8e1f6c4f74 | |
// ==/UserScript== | |
(function(w, d){ |