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
# Metalink Warning | |
# HOW TO ADD AN EXEMPTION FOR THE AUTO MODMAIL: Add the subreddit name to both this rule and the next one. | |
author: [totes_meta_bot, OriginalLinkBot, TotesMessenger, Meta_Bot2] | |
~body: [/r/subredditdrama, /r/shitedditsays] | |
action: remove | |
action_reason: removed metalink notification, no modmail | |
modmail: | | |
[{{title}}]({{permalink}}) |
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 Southwest Auto Check-In | |
// @namespace http://dbknickerbocker.blogspot.com | |
// @description Automatically check-in for Southwest flights | |
// @include https://southwest.com/flight/retrieveCheckinDoc* | |
// @include https://www.southwest.com/flight/retrieveCheckinDoc* | |
// @include https://southwest.com/flight/selectPrintDocument* | |
// @include https://www.southwest.com/flight/selectPrintDocument* | |
// @updateURL https://gist.github.com/dbknickerbocker/5730976/raw/southwest.user.js | |
// @author David B. Knickerbocker |