NSFW smutty.com

This is where you should report issues arising from the subscription filters.
Locked
smutty
Site Member
Site Member
Posts: 10
Joined: Wed May 24, 2017 10:22 am

NSFW smutty.com

Post by smutty »

Hello team.
I'm writing because I have to report that EASYList is preventing our users to use the site correctly. I understand your logic perfectly but there are several issues that in my opinion should be addressed.

I'll write a couple:
Twitter embeds won't work (we are also about to allow embeds on other sites)
Bookmarklet on external sites won't work (we use a bookmarklet to add content on smutty, whenever a user wants to open this kind of url via bookmarklet it gets blocked)

I know that in the past smutty has been too aggressive with ads, but now we have lowered a lot the amount of ads, for example there is only 1 text ad in the homepage!

Anyway, I'm not asking for integration on the "acceptable ads" because I know we have popunders and animated ads. I'm just asking to make my life easier on third party blocks.

Code: Select all

||smutty.com^$third-party
By the way, this is the code of the bookmarklet:

Code: Select all

javascript:void((function()%7Bvar e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','//smutty.com/javascript/b.smutty.com.js?r='+Math.random()*99999999);document.body.appendChild(e)%7D)());
it basically makes a request to our server with a resource and if it finds some image or video allows the user to post it to smutty.

here's an example of a twitter post

http://i.imgur.com/uIxi8XW.png

Thank you very much for your time
smutty
Site Member
Site Member
Posts: 10
Joined: Wed May 24, 2017 10:22 am

Post by smutty »

please note that it also seems that all links to smutty are being banned.
what happens is that the browser tries to open a link and it's immediately closed.

isn't it too much aggressive for a site like this?

Even opening a link from google is not possible. This is way too aggressive

Code: Select all

https://www.google.com/search?q=site%3Asmutty.com
please can you do something about this? we are not running a scam site here. I don't see any reason for smutty to be banned the way it is now.

thanks
smutty
Site Member
Site Member
Posts: 10
Joined: Wed May 24, 2017 10:22 am

Post by smutty »

Hi, here's an example that is really bad for us and the users.

Code: Select all

https://notsmutty.com/easylist.html
there's nothing weird with this it's just an href with target blank, there's no tricking to the user of any sort. I don't understand why this is being blocked.
we are not serving ads from the domain https://smutty.com/ please help me.

Edit:
I just noticed that the rule blocking the page is this:

Code: Select all

Static filter ||smutty.com^$third-party,popup
thanks
intense
Contributor
Contributor
Posts: 10494
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

Probably the easylist authors (all volunteers..) didn't see the thread ...
smutty
Site Member
Site Member
Posts: 10
Joined: Wed May 24, 2017 10:22 am

Post by smutty »

Guys, I'm in a weird spot, on one hand it's impossible to get a hold of anyone involved on the list editing here, on the other I'm having an hard time at work because a lot of stuff doesn't work and I really don't know what to say to my boss other than "nobody is answering"

I'm asking you to please give me some feedback on what we should do to have this issue fixed, at the end of the day you still have the option to revert to the current situation if in the future you will not be happy with our site.

please help me. thanks
User avatar
fanboy
EasyList Author
EasyList Author
Posts: 12220
Joined: Wed Sep 05, 2007 8:17 pm

Post by fanboy »

Remove the onclick popup/popunder first.
smutty
Site Member
Site Member
Posts: 10
Joined: Wed May 24, 2017 10:22 am

Post by smutty »

hi [mention]fanboy[/mention]

How about we disable onclick popup/popunder for all ad blockers?
intense
Contributor
Contributor
Posts: 10494
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

It's exactly what [mention]fanboy[/mention] asked you.
smutty
Site Member
Site Member
Posts: 10
Joined: Wed May 24, 2017 10:22 am

Post by smutty »

on it then, let me code this properly, I'll push the code asap
smutty
Site Member
Site Member
Posts: 10
Joined: Wed May 24, 2017 10:22 am

Post by smutty »

[mention]fanboy[/mention] [mention]intense[/mention] thanks for helping.

Please test it, I've made it so that all the ad-blockers should be recognised on each page of the desktop site and no popunders scripts are fired.

I'm open to any suggestion in case you think it's not enough, what I did technically was to include an external javascript file under the path /openx/ad.js

Image

if the client doesn't read the special variable value set on that file the popunder script is not attached to the DOM.
User avatar
fanboy
EasyList Author
EasyList Author
Posts: 12220
Joined: Wed Sep 05, 2007 8:17 pm

Post by fanboy »

If you want to notify Adblock user of use of adblock, follow this guide line.

https://easylist.to/2013/05/10/anti-adb ... dmins.html

Popup/Popunders (or overly aggressive ads/revolving adservers) will certainly get users attentions, and our attention also.. and filters would be re-added if they reappeared.

I've removed the filter in question, over the next few days it should fix itself automatically.
smutty
Site Member
Site Member
Posts: 10
Joined: Wed May 24, 2017 10:22 am

Post by smutty »

Thank you very much.
We won't notify Adblock users most likely.

I'll make sure that Adblock users will not get the code that triggers popunders.

thanks again
smutty
Site Member
Site Member
Posts: 10
Joined: Wed May 24, 2017 10:22 am

Post by smutty »

one more question, what about this?

Code: Select all

||smutty.com^$popup,third-party
https://github.com/easylist/easylist/se ... utty&type=
smutty
Site Member
Site Member
Posts: 10
Joined: Wed May 24, 2017 10:22 am

Post by smutty »

thank you again
Locked