NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Wyborcza.pl po ludzku: Usuń sekcję "Tylko zdrowie" ze strony głównej // @namespace wyborczapl.sanity.homepage.tylkozdrowieremover // @description Usuwa sekcję "Tylko zdrowie" na głównej stronie Wyborcza.pl // @copyright 2015, Marcin Lewandowski, http://github.com/mspanc // @icon http://www.wyborcza.pl/aliasy/foto/wyborcza/favicon.ico // @license MIT // @oujs:author mspanc // @include http://www.wyborcza.pl/ // @include http://wyborcza.pl/ // @include http://www.wyborcza.pl/0,0.html // @include http://wyborcza.pl/0,0.html // @include https://www.wyborcza.pl/ // @include https://wyborcza.pl/ // @include https://www.wyborcza.pl/0,0.html // @include https://wyborcza.pl/0,0.html // @version 2 // @grant none // ==/UserScript== var article = document.getElementById("LinkArea:MagTylZdr").closest(".mod"); article.parentNode.removeChild(article);