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 LA Times Registration Wall Bypasser | |
// @namespace https://gist.github.com/kitkat2 | |
// @description Bypasses the Los Angeles Times Regsitration wall | |
// @include http://*.latimes.com/* | |
// @version 1 | |
// @grant none | |
// @require http://code.jquery.com/jquery-3.1.1.min.js | |
// ==/UserScript== |