Last active
January 3, 2016 20:09
-
-
Save jakl/8512807 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 Access free ChristianScience.com content - most content is out of copyright, from 1800's | |
// @namespace christianscience.com | |
// @version 0.2 | |
// @description enter something useful | |
// @match http://*.christianscience.com/* | |
// @copyright 2014+, @jakl | |
// ==/UserScript== | |
if (sharecode && $('#email').length) | |
document.location.pathname = sharecode | |
// Install at http://userscripts.org/scripts/show/292270 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://userscripts.org/scripts/show/292270