View difference between Paste ID: iVvfa1pK and JQPSjnSH
SHOW: | | - or go back to the newest paste.
1
// ==UserScript==
2
// @id            Journal*
3
// @name          Journal*
4
// @version       0.1
5
// @author        JTGYK
6
// @description   Get a better paywall, lol
7
// @include       http://journalstar.com/*
8
// @include       http://huskerextra.com/*
9
// @include       http://*.journalstar.com/*
10-
// @include       https://*.huskerextra.com/*
10+
// @include       http://*.huskerextra.com/*
11
// ==/UserScript==
12
13
GM_addStyle ("#paywall-code { display:none !important; }");
14
GM_addStyle ("#exposeMask { display:none !important; }");