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
/* jshint esversion: 6 */ | |
// ==UserScript== | |
// @name WSJ and Barrons Paywall Hack - No Popup Confirmation | |
// @description Paywall bypass for WSJ and Barrons without any confirmation popup | |
// @match https://www.wsj.com/* | |
// @match https://www.barrons.com/* | |
// @run-at document-end | |
// @grant none | |
// @version 1 | |
// ==/UserScript== |