Greasy Fork is available in English.

Anti paywall lanacion.com.ar

Suprime paywall de lanacion.com.ar

// ==UserScript==
// @name         Anti paywall lanacion.com.ar
// @namespace    https://github.com/mhughes/lanacion-user-js
// @version      0.2
// @description  Suprime paywall de lanacion.com.ar
// @author       mhughes
// @match        http://*.lanacion.com.ar/*
// @grant        none
// ==/UserScript==

$("body > div.lnmodal.pantalla-completa.login").hide();