Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name Cross-Origin Requests For jQuery
// @namespace http://tampermonkey.net/
// @version 0.1
// @author Jan Biniok <jan@biniok.net>
// ==/UserScript==
(function() {
var GM_XHR = function() {
// ==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==
// ==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==