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 Auto Check-In to Southwest Flights | |
// @namespace http://www.ryanizzo.com/southwest-auto-check-in/ | |
// @version 1.8 | |
// @author Nicholas Buroojy (http://userscripts.org/users/83813) | |
// @contributor Ryan Izzo (http://www.ryanizzo.com) | |
// @contributor JR Hehnly (http://www.okstorms.com @stormchasing) | |
// @contributor Trevor McClellan (github.com/trevormcclellan) | |
// @description Automatically check in to Southwest Airline flights at the appropriate time. | |
// @include https://www.southwest.com/air/check-in/index.html* |
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 Wired adblock disabler disabler | |
// @namespace http://www.okstorms.com/ | |
// @version 1.0 | |
// @description Attempts to repair wired's page disabling due to their adblock detection. It's not pretty, but it makes it readable. | |
// @author JR Hehnly (http://www.okstorms.com @stormchasing) | |
// @match http://www.wired.com/* | |
// @grant none | |
// ==/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 Amazon Returns Label reformat | |
// @namespace hhttp://www.okstorms.com/ | |
// @version 1.2 | |
// @description adds some line breaks so that a UPS or FedEx half-sheet adhesive label can be used | |
// @author JR Hehnly (http://www.okstorms.com @stormchasing) | |
// @license GPL version 3 or any later version; http://www.gnu.org/copyleft/gpl.html | |
// @match https://www.amazon.com/spr/returns/label/* | |
// ==/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 Highlight tornado in SPC outlooks | |
// @namespace http://okstorms.com/ | |
// @version 0.2 | |
// @description Highlights the word tornado in SPC outlooks | |
// @author JR Hehnly (@stormchasing) | |
// @match https://www.spc.noaa.gov/products/outlook* | |
// @grant none | |
// ==/UserScript== |