Suprime paywall de lanacion.com.ar
当前为
// ==UserScript==
// @name Anti paywall lanacion.com.ar
// @namespace https://github.com/mhughes
// @version 0.1
// @description Suprime paywall de lanacion.com.ar
// @author mhughes
// @match http://*.lanacion.com.ar/*
// @grant none
// ==/UserScript==
$("body>.modal-scrollable").hide();
$("body").removeClass("modal-open");