Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
function xpathRemove(q){var a=document.evaluate(q,document,null,XPathResult.ORDERED_NODE_SNAPSHOT_TYPE,null);for(var b=0;b<a.snapshotLength;b++){a.snapshotItem(b).parentNode.removeChild(a.snapshotItem(b))}}
if (document.getElementById('showContentImage')) xpathRemove("//div[@id='showContentImageBlocker']");
|
|
|
oops, lets make that a codeblock for easy reading... sorry for that:
function xpathRemove(q){var a=document.evaluate(q,document,null,XPathResult.ORDERED_NODE_SNAPSHOT_TYPE,null);for(var b=0;b
|
|
|
Arvid do you have any ideas on the new bdb layout?
|
|
|
Thanks Opaque, fixed now. |
|
|
Very nice, love the usage of XPath.
// @include http://*.bilddagboken.se/p/blogshow.html?* Guess they changed the URL, more changes might have occured, this was just the one I directly noticed. |
|
|
Updated to 1.1. Now supports "blog view / min läslayout" (hah!) |