Skip to content

Instantly share code, notes, and snippets.

View gamee1910's full-sized avatar
🫠
Back pain

Hoang Hai Hau gamee1910

🫠
Back pain
View GitHub Profile
@mathix420
mathix420 / medium.user.js
Last active December 5, 2025 15: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 3.0
// @inject-into content