2

I would like to know if it is possible to block these type of windows that appear when you scroll to the bottom of the web page or even when you just load them. It seems to me they are CSS. Generally they try to force you to subscribe to a newsletter or register to the website.

I use Firefox 36

enter image description here

Dave
  • 25,513
Gabriel
  • 21

1 Answers1

1

I do it manually using chrome.

  1. Right click the gray around the item
  2. Click inspect element
  3. A developer window opens and shows the html of the popup
  4. Right click the top line and click delete node
  5. Press F12 to get rid of the developer window