|
|
I use this site to look on blocked sites at work... Could you please make a scripts that would take off the top tool bar if I want it to... Thanks |
|
|
This ought to work... // ==UserScript==
// @name libegroup topbar blocker
// @include http://www.libegroup.net/index.php?q=*
// ==/UserScript==
(d = document.getElementsByTagName('div')[0]).parentNode.removeChild(d);
|