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 Yahoo! comments | |
// @version 1.00 | |
// @description Fixes Yahoo! comments in Opera 12.1x by constructing a multipart response manually. | |
// @namespace https://gist.github.com/XP1/5466945/ | |
// @copyright 2013 | |
// @author XP1 | |
// @homepage https://github.com/XP1/ | |
// @license Apache License, Version 2.0; http://www.apache.org/licenses/LICENSE-2.0 | |
// @include http*://news.yahoo.*/* |
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 Yahoo! Search rewrite | |
// @version 1.00 | |
// @description Disables the rewrite of links in Yahoo! Search results. | |
// @namespace https://gist.github.com/XP1/5008515/ | |
// @copyright 2013 | |
// @author XP1 | |
// @homepage https://github.com/XP1/ | |
// @license Apache License, Version 2.0; http://www.apache.org/licenses/LICENSE-2.0 | |
// @include http*://search.yahoo.*/search?* |
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
/* | |
* Copyright 2012 XP1 | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* | |
* Unless required by applicable law or agreed to in writing, software |
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 SkyDrive | |
// @version 1.00 | |
// @description Prevents the usage of the `styleSheet` property. | |
// @namespace https://gist.github.com/3367151/ | |
// @copyright 2012 | |
// @author XP1 | |
// @homepage https://github.com/XP1/ | |
// @license Apache License, Version 2.0; http://www.apache.org/licenses/LICENSE-2.0 | |
// @include http*://skydrive.live.com/* |
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 Enable spellcheck | |
// @version 1.01 | |
// @description Enforces the `spellcheck` attribute to true. | |
// @namespace https://gist.github.com/3154440/ | |
// @copyright 2012 | |
// @author XP1 | |
// @homepage https://github.com/XP1/ | |
// @license Apache License, Version 2.0; http://www.apache.org/licenses/LICENSE-2.0 | |
// @include http*://* |
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
<?xml version="1.0" encoding="utf-8"?> | |
<package> | |
<job id="createShortcut"> | |
<?job error="false" debug="false"?> | |
<script> | |
//<![CDATA[ | |
/* | |
* Copyright 2012 XP1 | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); |
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
<?xml version="1.0" encoding="utf-8"?> | |
<package> | |
<job id="backupOpera"> | |
<?job error="false" debug="false"?> | |
<script> | |
//<![CDATA[ | |
/* | |
* Copyright 2012 XP1 | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); |
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 Chrome Web Store | |
// @version 1.03 | |
// @description Replaces the "Available on Chrome" button, shown to other browsers, with the application download button. | |
// @namespace https://gist.github.com/2794864/ | |
// @copyright 2012 | |
// @author XP1 | |
// @homepage https://github.com/XP1/ | |
// @license Apache License, Version 2.0; http://www.apache.org/licenses/LICENSE-2.0 | |
// @include http*://chrome.google.*/webstore/detail/* |
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 Udacity | |
// @version 1.01 | |
// @description Fixes the numbering of the table of contents in the course content tab. Allows settings to be saved by disabling negative event timestamps. | |
// @author XP1 (https://github.com/XP1/) | |
// @namespace https://gist.github.com/2793070/ | |
// @include http*://udacity.com/* | |
// @include http*://*.udacity.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 Enhance Outlook Web App | |
// @version 1.00 | |
// @description Fixes XML request bodies. Allows refreshing or opening Outlook in new tabs. Fixes sender CSS. | |
// @author XP1 (https://github.com/XP1/) | |
// @namespace https://gist.github.com/2699143/ | |
// @include http*://outlook.com/* | |
// @include http*://*.outlook.com/* | |
// ==/UserScript== |
NewerOlder