Skip to content

Instantly share code, notes, and snippets.

View alex-pancho's full-sized avatar
🎓
nav4it

Oleksandr Panchenko alex-pancho

🎓
nav4it
View GitHub Profile
@imfing
imfing / realpython_registration_blocker.js
Created April 19, 2022 01:27
Tampermonkey script to block registration on realpython.com
// ==UserScript==
// @name Realpython Popup Remover
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Block realpython registration
// @author You
// @match https://realpython.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=realpython.com
// @grant none
// ==/UserScript==