Remove NewsDesk from IMDb.com
|
|
Imdb.com has added more useless content. I have been removing selected .info items using a modified version of http://userscripts.org/scripts/show/9702 but it won't remove the NewsDesk. The code that doesn't work is
// Fill an array with all div objects
// Iterate through div objects
tag
|
|
|
I never understood people who care about writing licence blocks and copyrights in their scripts instead of writing better code. var nd = document.evaluate('//h5[./text()[1]="NewsDesk:"]', document, null, 8, null).singleNodeValue;
if (nd) nd.parentNode.parentNode.removeChild(nd.parentNode);
|
|
|
2 thumbs up Mikado. Thanks! |
