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 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== |
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 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== |
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 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.*/* |
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 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== |
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 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== |
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 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* |
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 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== |
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 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 */ |
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 Fix Etsy | |
// @version 1.01 | |
// @description Disables ajax uploading on Etsy to make the photo uploader work in Opera 11. | |
// @author XP1 (https://github.com/XP1/) | |
// @namespace https://gist.github.com/1577789/ | |
// @include http*://etsy.com/your/listings/create* | |
// @include http*://*.etsy.com/your/listings/create* | |
// ==/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 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 */ |
OlderNewer