Skip to content

Instantly share code, notes, and snippets.

View atnbueno's full-sized avatar
👨‍💻
🏴󠁵󠁳󠁣󠁡󠁿 Girona, Spain ⌚UTC+2

Antonio Bueno atnbueno

👨‍💻
🏴󠁵󠁳󠁣󠁡󠁿 Girona, Spain ⌚UTC+2
View GitHub Profile
@atnbueno
atnbueno / medium.user.js
Last active April 9, 2026 07:54 — forked from mathix420/medium.user.js
Bypass Medium Paywall - Working April 2026 - Tested with Firefox+Violentmonkey, Vivaldi+Tampermonkey, and with Safari+Userscripts - Click "Raw" to install
// ==UserScript==
// @name Medium Paywall Bypass
// @namespace Violentmonkey Scripts
// @run-at document-end
// @match *://*.medium.com/*
// @match *://medium.com/*
// @grant none
// @version 3.1
// @icon https://miro.medium.com/v2/resize:fill:152:152/10fd5c419ac61637245384e7099e131627900034828f4f386bdaa47a74eae156
// @updateURL https://gist.githubusercontent.com/atnbueno/169a521dcb335639619da4e93c3939ee/raw/medium.user.js
@atnbueno
atnbueno / widget-html-css-scriptable-jobs.js
Created September 23, 2020 14:49 — forked from dcatanzaro/widget-html-css-scriptable-jobs.js
Widget con HTML y CSS en Scriptable
//Twitter: https://twitter.com/DamianCatanzaro
const html = "<html> \
<head> \
<style> \
body { \
margin: 0; \
background-color: cyan; \
width: 500px; \
height: 500px; \