Skip to content

Instantly share code, notes, and snippets.

View casbeebc's full-sized avatar

Brett Casbeer casbeebc

  • USA
View GitHub Profile
@casbeebc
casbeebc / wsj.user.js
Last active June 11, 2024 04:13
Wall Street Journal Paywall bypass
/* 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==