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ń ikonki social media // @namespace wyborczapl.sanity.socialsremover // @description Usuwa fiszkę z ikonkami do polecania w social media 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://*.wyborcza.pl/* // @include http://wyborcza.pl/* // @include https://*.wyborcza.pl/* // @include https://wyborcza.pl/* // @version 1 // @grant none // ==/UserScript== var socials = document.getElementById("mod_socials"); socials.parentNode.removeChild(socials);