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 Fix Ace | |
// @version 1.00 | |
// @description Fixes Ace's "attachEvent" feature detection in Opera. | |
// @author XP1 (https://github.com/XP1/) | |
// @namespace https://gist.github.com/2157236/ | |
// @include http*://udacity.com/* | |
// @include http*://*.udacity.com/* | |
// ==/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 Disable Google Search rewrite | |
// @version 1.01 | |
// @description Disables the rewrite of links in Google Search results. | |
// @author XP1 (https://github.com/XP1/) | |
// @namespace https://gist.github.com/1780197/ | |
// @include http*://google.*/search?* | |
// @include http*://*.google.*/search?* | |
// ==/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 Fix MODX | |
// @version 1.00 | |
// @description Fixes iframes in MODX to observe strict, cross-domain, same-origin policy restrictions. | |
// @author XP1 (https://github.com/XP1/) | |
// @namespace https://gist.github.com/1779333/ | |
// @include http*://demo.opensourcecms.com/modx/* | |
// @include http*://*.demo.opensourcecms.com/modx/* | |
// ==/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 Paginate Digg | |
// @version 1.01 | |
// @description Adds the previous and next pagination links to the `head` element for accessibility reasons. | |
// @author XP1 (https://github.com/XP1/) | |
// @namespace https://gist.github.com/1768302/ | |
// @include http*://digg.com/* | |
// @include http*://*.digg.com/* | |
// ==/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 Fix MSNBC | |
// @version 1.01 | |
// @description Fixes MSNBC's Adobe Flash detection by fixing the `UberSniff` function and by browser spoofing. | |
// @author XP1 (https://github.com/XP1/) | |
// @namespace https://gist.github.com/1712912/ | |
// @include http*://msnbc.msn.com/* | |
// @include http*://*.msnbc.msn.com/* | |
// ==/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 Fix MediaWiki | |
// @version 1.02 | |
// @description Fixes MediaWiki's WikiEditor search-and-replace extension by handling the correct line endings. Allows the search-and-replace dialog to load by disabling browser version sniffing. | |
// @namespace https://gist.github.com/XP1/1712432/ | |
// @copyright 2012 | |
// @author XP1 | |
// @homepage https://github.com/XP1/ | |
// @license Apache License, Version 2.0; http://www.apache.org/licenses/LICENSE-2.0 | |
// Wikipedia: |
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 Restore textarea Scrollbar Position | |
// @version 1.00 | |
// @description Restores textarea scrollbar position after the mouse is clicked in the textarea. Workaround for Opera 11.6x scrollbar reset bug when the find bar loses focus. | |
// @author XP1 (https://github.com/XP1/) | |
// @namespace https://gist.github.com/1710867/ | |
// Wikipedia: | |
// @include http*://wikipedia.org/*&action=* | |
// @include http*://*.wikipedia.org/*&action=* | |
// @include http*://wikimedia.org/*&action=* |
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 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== |
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 Enhance Apple iTunes App Store | |
// @version 1.01 | |
// @description Forces iTunes detection in Opera. Autolaunches the app in iTunes from Opera. | |
// @author XP1 (https://github.com/XP1/) | |
// @namespace https://gist.github.com/1578081/ | |
// @include http*://itunes.apple.com/* | |
// @include http*://*.itunes.apple.com/* | |
// ==/UserScript== |