Help me block an element on bseindia.com
Help me block an element on bseindia.com
I have a slow computer and the 'Corporate Announcements' section (top of the right column) on www.bseindia.com makes browsing very slow by taking a LOT of CPU. How do I block that section while leaving the rest of the page intact? Of course, I can block the script http://www.bseindia.com/Include/jsfiles/news.js, but I want to make the entire section disappear.
I have the element hiding helper installed along with adblock plus in FF3.0.5. All versions are the latest.
Tnx =)
I have the element hiding helper installed along with adblock plus in FF3.0.5. All versions are the latest.
Tnx =)
As you already mentioned block http://www.bseindia.com/Include/jsfiles/news.js
Then try
Hopefully it does not hide anything it shouldn't !!
Then try
Code: Select all
bseindia.com##DIV.panel01:first-child
That bit of code blocks the chart...Hubird wrote:As you already mentioned block http://www.bseindia.com/Include/jsfiles/news.js
Then try
Hopefully it does not hide anything it shouldn't !!Code: Select all
bseindia.com##DIV.panel01:first-child
What about just using
?
Code: Select all
bseindia.com#div(id=maindiv_corp)