Skip to content

Instantly share code, notes, and snippets.

View stopmosk's full-sized avatar
🚩
Approved

Sergei Shutov stopmosk

🚩
Approved
View GitHub Profile
@mathix420
mathix420 / medium.user.js
Last active May 24, 2024 17:17
Bypass Medium Paywall - Working late 2023 - Greasy Fork, Violentmonkey, Tampermonkey - Click the RAW button to install
// ==UserScript==
// @name Medium Paywall Bypass
// @namespace Violentmonkey Scripts
// @run-at document-start
// @match *://*.medium.com/*
// @match *://medium.com/*
// @match *://*/*
// @grant none
// @version 2.4
// @inject-into content