Skip to content

Instantly share code, notes, and snippets.

@XP1
XP1 / Enhance Google Images 1.00.js
Created July 23, 2011 17:27
Enhance Google Images: Prevents window focus in Google Images (annoyance with multiple focusing tabs).
// ==UserScript==
// @name Enhance Google Images
// @version 1.00
// @description Prevents window focus in Google Images (annoyance with multiple focusing tabs).
// @author XP1 (https://github.com/XP1/)
// @namespace https://gist.github.com/1101650/
// @include http*://google.*/imgres*
// @include http*://*.google.*/imgres*
// ==/UserScript==
@XP1
XP1 / Enhance Google Search 1.00.js
Created August 4, 2011 09:14
Enhance Google Search: Adds a keyboard shortcut that opens the first search result in a Google Search.
// ==UserScript==
// @name Enhance Google Search
// @version 1.00
// @description Adds a keyboard shortcut that opens the first search result in a Google Search.
// @author XP1 (https://github.com/XP1/)
// @namespace https://gist.github.com/1124807/
// @include http*://google.*/search?*
// @include http*://*.google.*/search?*
// ==/UserScript==
@XP1
XP1 / Enhance Yahoo Mail 1.00.js
Created August 5, 2011 01:46
Enhance Yahoo! Mail: In Yahoo! Mail, opens the download iframe in a new window so that the attachment can be opened if the file type is associated with the Opera browser.
// ==UserScript==
// @name Enhance Yahoo! Mail
// @version 1.00
// @description In Yahoo! Mail, opens the download iframe in a new window so that the attachment can be opened if the file type is associated with the Opera browser.
// @author XP1 (https://github.com/XP1/)
// @namespace https://gist.github.com/1126767/
// @include http*://mail.yahoo.*/*
// @include http*://*.mail.yahoo.*/*
// @include http*://mail.yimg.*/*
// @include http*://*.mail.yimg.*/*
@XP1
XP1 / Fix Nabble 1.00.js
Created August 6, 2011 23:10
Fix Nabble: Fix Nabble's frame reloading bug by removing evil browser sniffing for Opera.
// ==UserScript==
// @name Fix Nabble
// @version 1.00
// @description Fix Nabble's frame reloading bug by removing evil browser sniffing for Opera.
// @author XP1 (https://github.com/XP1/)
// @namespace https://gist.github.com/1129867/
// @include http*://nabble.com/*
// @include http*://*.nabble.com/*
// ==/UserScript==
@XP1
XP1 / Fix YouTube Java detection 1.01.js
Created August 11, 2011 17:54
Fix YouTube Java detection: Bypasses YouTube's complicated Java detection with something simpler. Allows you to use YouTube's Java-based advanced video upload in Opera.
// ==UserScript==
// @name Fix YouTube Java detection
// @version 1.01
// @description Bypasses YouTube's complicated Java detection with something simpler. Allows you to use YouTube's Java-based advanced video upload in Opera.
// @author XP1 (https://github.com/XP1/)
// @namespace https://gist.github.com/1140284/
// @include http*://upload.youtube.*/*
// @include http*://*.upload.youtube.*/*
// ==/UserScript==
@XP1
XP1 / Bypass YouTube Age Verification 1.01.js
Created August 15, 2011 19:14
Bypass YouTube Age Verification: Redirects from the age verification webpage to the comments webpage and then embeds the age-restricted video. Based on @display's "Bypass youtube age restrict" (http://userscripts.org/scripts/show/88856/).
// ==UserScript==
// @name Bypass YouTube Age Verification
// @version 1.01
// @description Redirects from the age verification webpage to the comments webpage and then embeds the age-restricted video. Based on @display's "Bypass youtube age restrict" (http://userscripts.org/scripts/show/88856/).
// @author XP1 (https://github.com/XP1/)
// @namespace https://gist.github.com/1147490/
// @include http*://youtube.*/verify_age?*
// @include http*://*.youtube.*/verify_age?*
// @include http*://youtube.*/all_comments?*&embed=1*
// @include http*://*.youtube.*/all_comments?*&embed=1*
@XP1
XP1 / Fix Oracle E-Business Suite 1.01.js
Created August 15, 2011 21:22
Fix Oracle E-Business Suite: Returns true for Gecko detection in Opera. Allows Java applet to run.
// ==UserScript==
// @name Fix Oracle E-Business Suite
// @version 1.01
// @description Returns true for Gecko detection in Opera. Allows Java applet to run.
// @author XP1 (https://github.com/XP1/)
// @namespace https://gist.github.com/1147900/
// @include http*://ebs.host.com/*
// @include http*://*.ebs.host.com/*
// ==/UserScript==
@XP1
XP1 / Disable External Scripts 1.00.js
Created August 17, 2011 23:18
Disable External Scripts: Disables external scripts by preventing them from running.
// ==UserScript==
// @name Disable External Scripts
// @version 1.00
// @description Disables external scripts by preventing them from running.
// @author XP1 (https://github.com/XP1/)
// @namespace https://gist.github.com/1152892/
// @include file://localhost/*
// ==/UserScript==
/*jslint browser: true, vars: true, white: true, maxerr: 50, indent: 4 */
@XP1
XP1 / Enhance DD-WRT 1.01.js
Created January 8, 2012 09:31
Enhance DD-WRT: Uses bytes as the default unit for the realtime graphs on DD-WRT's bandwidth status webpage.
// ==UserScript==
// @name Enhance DD-WRT
// @version 1.01
// @description Uses bytes as the default unit for the realtime graphs on DD-WRT's bandwidth status webpage.
// @author XP1 (https://github.com/XP1/)
// @namespace https://gist.github.com/1577840/
// @include http*://192.168.*.*/graph_if.svg?*
// ==/UserScript==
/*jslint browser: true, vars: true, white: true, maxerr: 50, indent: 4 */
@XP1
XP1 / Fix TinyMCE 1.01.js
Created January 8, 2012 11:47
Fix TinyMCE: Fixes TinyMCE's `setRng` function by replacing it with the fixed one.
// ==UserScript==
// @name Fix TinyMCE
// @version 1.01
// @description Fixes TinyMCE's `setRng` function by replacing it with the fixed one.
// @author XP1 (https://github.com/XP1/)
// @namespace https://gist.github.com/1578084/
// @include http*://hp.com/*
// @include http*://*.hp.com/*
// ==/UserScript==