This file contains hidden or 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 Cross-Origin Requests For jQuery | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @author Jan Biniok <[email protected]> | |
// ==/UserScript== | |
(function() { | |
var GM_XHR = function() { |
This file contains hidden or 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 GitHub PR Assignee Filter | |
// @namespace http://github.com/ | |
// @version 0.1.1 | |
// @description enter something useful | |
// @include /https?:\/\/github\.com\/orgs\/[^\/]*\/dashboard\/pulls.*/ | |
// @include /https?:\/\/github\.com\/organizations\/[^\/]*\/dashboard\/pulls.*/ | |
// @include /https?:\/\/github\.com\/dashboard\/pulls.*/ | |
// @require http://code.jquery.com/jquery-2.1.0.min.js | |
// ==/UserScript== |
This file contains hidden or 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 Test Window 27 | |
// @namespace http://use.i.E.your.homepage/ | |
// @version 0.2 | |
// @description enter something useful | |
// @match http://tampermonkey.net/test/jquery.html | |
// @run-at document-body | |
// @copyright 2012+, You | |
// ==/UserScript== |
NewerOlder