Popups on filesonic.com

Here you should report unblocked ads, trackers, social media items, annoyances or leftovers from blocked content.
Locked
Marijo
Contributor
Contributor
Posts: 224
Joined: Thu Nov 20, 2008 11:26 am

Popups on filesonic.com

Post by Marijo »

Hi guys!

I've noticed popups on filesonic.com. Here's a test link (click on "Slow Download"):
http://www.filesonic.com/file/2671061331

The popup is loaded by

Code: Select all

http://www.filesonic.com/punder.php
and redirects to a page from mgid.com like

Code: Select all

http://mgid.com/mg3807.html
This filter blocks the popup:

Code: Select all

||filesonic.com/punder.php$image,~image,popup
Regards,
Billy
Marijo
Contributor
Contributor
Posts: 224
Joined: Thu Nov 20, 2008 11:26 am

Post by Marijo »

MonztA
EasyList Author
EasyList Author
Posts: 8121
Joined: Thu Jul 26, 2007 4:19 pm
Location: Germany

Post by MonztA »

I was actually going through some issue reports and added it. :-)
IceDogg
Contributor
Contributor
Posts: 580
Joined: Tue Mar 21, 2006 9:50 pm

Post by IceDogg »

Wow MonztA, that's the way it's done. Good job!! :D
User avatar
Gingerbread Man
Site Member
Site Member
Posts: 36
Joined: Mon Mar 02, 2009 3:11 pm
Location: The cookie jar

Post by Gingerbread Man »

I'm a little unclear why this filter was introduced as-is. According to Specifying filter options, image means the element is an image. ~image means the element is not an image. Why use two filter options that contradict each other? popup is not a valid filter option as far as I can tell... or has it been omitted from the documentation?

According to the Blockable Items list, punder.php is a frame. So the subdocument filter option would be appropriate, though I don't see why it would be necessary.
User avatar
Gingerbread Man
Site Member
Site Member
Posts: 36
Joined: Mon Mar 02, 2009 3:11 pm
Location: The cookie jar

Post by Gingerbread Man »

Thank you for the blog link. It not only answered my initial question, but also explained why I was seeing a pop-up window appear then quickly disappear. It's annoying, but it does save one the trouble of having the close the pop-up manually, so that's something at least.
Locked