Skip to content

Instantly share code, notes, and snippets.

@LucasMetal
LucasMetal / Newspapers_Login_Remover.user.js
Last active March 13, 2019 16:47
Greasemonkey script that prevents Clarín and La Nación digital newspapers from asking to log in to check the news ;)
// ==UserScript==
// @name Newspapers Login Remover
// @namespace LucasMetal
// @description Prevents Clarín and La Nación digital newspapers from asking to log in to check the news ;)
// @version 1
// @match *://*.clarin.com/*
// @match *://*.ole.com/*
// @match *://*.lanacion.com.ar/*
// @grant none
// @author @paleta