- Mar 22, 2013
- 9,147
- 10,489
I visit a website sometimes, and I checked the code and it seems to load 2 frames on the page. Something like this:
I want to block or hide or prevent "frame2" from loading.
I went to google and I tried to find a way to do it using uBlock or Greasmonkey, but to my surprise I didn't find anything.
Anyone knows how I can do it?
Thanks
Code:
<frame name="frame1" src="something something" scrolling="no" noresize="">
<frame name="frame2" src="something something" scrolling="auto" noresize="">
I want to block or hide or prevent "frame2" from loading.
I went to google and I tried to find a way to do it using uBlock or Greasmonkey, but to my surprise I didn't find anything.
Anyone knows how I can do it?
Thanks