Skip to content

Instantly share code, notes, and snippets.

@XP1
XP1 / Fix Yahoo! comments 1.00.js
Created April 26, 2013 11:55
Fix Yahoo! comments: Fixes Yahoo! comments in Opera 12.1x by constructing a multipart response manually.
// ==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.*/*
@XP1
XP1 / Disable Yahoo! Search rewrite 1.00.js
Last active December 14, 2015 01:48
Disable Yahoo! Search rewrite: Disables the rewrite of links in Yahoo! Search results.
// ==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?*
@XP1
XP1 / Get Macromedia Breeze URIs 1.00.js
Created September 21, 2012 11:07
Get Macromedia Breeze URIs: Outputs a list of the URIs for a Macromedia Breeze presentation so that you can download the entire presentation.
/*
* 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
@XP1
XP1 / Fix SkyDrive 1.00.js
Created August 16, 2012 05:36
Fix SkyDrive: Prevents the usage of the `styleSheet` property.
// ==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/*
@XP1
XP1 / Enable spellcheck 1.01.js
Created July 21, 2012 03:19
Enable spellcheck: Enforces the `spellcheck` attribute to true.
// ==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*://*
@XP1
XP1 / Create shortcut 1.00.wsf
Created June 21, 2012 19:16
Create shortcut: Creates a shortcut on the desktop.
<?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");
@XP1
XP1 / Backup Opera 1.00.wsf
Created June 18, 2012 08:36
Backup Opera: Backs up the files in an Opera profile.
<?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");
@XP1
XP1 / Enhance Chrome Web Store 1.03.js
Created May 26, 2012 18:29
Enhance Chrome Web Store: Replaces the "Available on Chrome" button, shown to other browsers, with the application download button.
// ==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/*
@XP1
XP1 / Fix Udacity 1.01.js
Created May 26, 2012 09:20
Fix Udacity: Fixes the numbering of the table of contents in the course content tab. Allows settings to be saved by disabling negative event timestamps.
// ==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==
@XP1
XP1 / Enhance Outlook Web App 1.00.js
Created May 15, 2012 04:30
Enhance Outlook Web App: Fixes XML request bodies. Allows refreshing or opening Outlook in new tabs. Fixes sender CSS.
// ==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==