Hides annoying tabloid articles from the from the first page
当前为
// ==UserScript==
// @name Adervarul Curat
// @name:ro Adervarul Curat
// @version 0.1
// @description Hides annoying tabloid articles from the from the first page
// @description:ro Ascunde articolele de tabloid de pe prima pagina
// @author Razvan Pat
// @match http://adevarul.ro/
// @require http://code.jquery.com/jquery-latest.js
// @namespace https://greasyfork.org/users/8565
// ==/UserScript==
$('span.category-tag:contains("click.ro")').parents('article').hide();
$('span.category-tag:contains("wowbiz.ro")').parents('article').hide();