AdguardTeam / AdguardFilters

AdGuard Content Blocking Filters
https://adguard.com/
GNU General Public License v3.0
3.12k stars 629 forks source link

gogoanime.se #13114

Closed adguard-bot closed 6 years ago

adguard-bot commented 6 years ago

Issue URL (Anti Adblock Script)

https://gogoanime.se/kuroko-basuke-2-episode-11

Comment

Screenshots

Screenshot 1 ![Screenshot 1](https://reports-img.adguard.com/FFNL306.png)

System configuration

Information value
Platform: Ext
AdGuard version: 2.8.6
Browser: vivaldi
Filters: Filter unblocking search ads and self-promotion,
EasyList Czech and Slovak,
English
Other extensions used: adblock
AdamWr commented 6 years ago

Fixed, but if you will still see ads, please add this rule to user filter:

gogoanime.se#%#(function(){var b=XMLHttpRequest.prototype.open,c=/[/.@](piguiqproxy\.com|rcdn\.pro|amgload\.net|dsn-fishki\.ru|v6t39t\.ru|greencuttlefish\.com|rgy1wk\.ru|vt4dlx\.ru|d38dub\.ru|csp-oz66pp\.ru|ok9ydq\.ru)[:/]/i;XMLHttpRequest.prototype.open=function(d,a){if("GET"===d&&c.test(a))this.send=function(){return null},this.setRequestHeader=function(){return null},console.log("AG has blocked request: ",a);else return b.apply(this,arguments)}})();
adguard-bot commented 6 years ago

Issue URL (Incorrect Blocking)

https://gogoanime.se/hakyuu-houshin-engi-episode-9

Comment

Unable to interact with the player.

Screenshots

Screenshot 1 ![Screenshot 1](https://reports-img.adguard.com/T65zzma.jpg)

System configuration

Information value
Platform: iOS
AdGuard version: 2.0.2
Browser: Safari
System wide filtering: disabled
Simplified filters: disabled
AdGuard DNS: Other - System Default with AdGuard SDN
Filters: Russian,
EasyList Czech and Slovak,
Mobile Ads,
Safari,
Annoyances,
English,
Spyware,
Social media
Alex-302 commented 6 years ago

Not reproduced. Which filter breaks it? Try to disable EasyList Czech and Slovak

foogauzie commented 6 years ago

I don’t have the Czech and Slovak filter activated. Any EasyList containing filter breaks it.

foogauzie commented 6 years ago

This issue is that I can’t do anything with the video player.

Alex-302 commented 6 years ago

Please list your current filters and used DNS.

foogauzie commented 6 years ago

english filter spyware filter social media filter annoyances filter safari filter

not using the dns, but i’ve tried using it and the issue persists using default dns

On Mar 21, 2018, at 3:03 PM, Alex notifications@github.com wrote:

Please list your current filters and used DNS.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

Alex-302 commented 6 years ago

Still can't reproduce. Which filter causes it? Please try tu disable filters one by one.

foogauzie commented 6 years ago

Any filter including EasyList breaks it. Are you sure you know what my issue is? The ad blocking works but I can’t interact with the video player.

On Mar 25, 2018, at 5:59 PM, Alex notifications@github.com wrote:

Still can't reproduce. Which filter causes it? Please try tu disable filters one by one.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

Alex-302 commented 6 years ago

I can start/pause. @AdamWr could you check it?

foogauzie commented 6 years ago

I’m on iPhone Safari if that helps, you’re probably testing on that already but just to make sure.

On Mar 26, 2018, at 6:47 PM, Alex notifications@github.com wrote:

I can start/pause. @AdamWr could you check it?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

Alex-302 commented 6 years ago

I am using iPad with iOS 10.3.3

AdamWr commented 6 years ago

I can reproduce it on iPad, for example if I choose "vidstreaming". I might be wrong, but it looks like invisible overlay, I tried to hide it, but for some reason I wasn't able to do it. If I unblock popup script, then it works, but I have popup when I tap on video player. @@||3ba87e4828c5a95.com^

foogauzie commented 6 years ago

Cheers mate! hope you guys can figure it out

On Mar 26, 2018, at 8:07 PM, Adam notifications@github.com wrote:

I can reproduce it on iPad, for example if I choose "vidstreaming". I might be wrong, but it looks like invisible overlay, I tried to hide it, but for some reason I wasn't able to do it. If I unblock popup script, then it works, but I have popup when I tap on video player. @@||3ba87e4828c5a95.com^

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

Alex-302 commented 6 years ago

@AdamWr

I tried to hide it,

please show code of this overlay.

AdamWr commented 6 years ago

As I said I might be wrong, but sometimes when I tap and hold on icon speaker I see this link to open in new tab - https://3ba87e4828c5a95.com/987232.html

Screenshot ![gogoanime_se](https://user-images.githubusercontent.com/29142494/37979585-3be23cdc-31e9-11e8-9feb-e8fb9ebe3210.jpeg)


It seems that the same happens here - https://vidstreaming.io/streaming.php?id=MTA0NjM2&title=Overlord+II+Episode+12

I can't find it in the code. I tried this rule - ##[style*="z-index"] yestarday and it didn't work, but I checked it again today and it seems that it works now.

@foogauzie Could you please check this rule: vidstreaming.io,gogoanime.se##body > div[style^="z-index: 9999"]

Gogoanime code ``` Watch Overlord II Episode 12 English Subbedat Gogoanime

Overlord II Episode 12 English Subbed

Overlord II Episode 12 English Subbed at gogoanime

Category: Winter 2018 Anime
Anime info: Overlord II
 
Please, reload page if you can't watch the video
Loading...
Download
  • Add to Favorites
Please scroll down for servers choosing, thank you.
Loading...
Leave a comment!

Related episode

RECENT RELEASE

```
Vidstreaming code ``` Watch
```
foogauzie commented 6 years ago

I had the same results, a link opens in a new tab then the player becomes functional. I have also noticed that this website has the new tab ads everywhere http://putlockers.fm/

On Mar 27, 2018, at 8:55 PM, Adam notifications@github.com wrote:

As I said I might be wrong, but sometimes when I tap and hold on icon speaker I see this link to open in new tab - https://3ba87e4828c5a95.com/987232.html

Screenshot

It seems that the same happens here - https://vidstreaming.io/streaming.php?id=MTA0NjM2&title=Overlord+II+Episode+12

I can't find it in the code. I tried this rule - ##[style*="z-index"] yestarday and it didn't work, but I checked it again today and it seems that it works now.

@foogauzie Could you please check this rule: vidstreaming.io,gogoanime.se##body > div[style^="z-index: 9999"]

Gogoanime code Vidstreaming code — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

AdamWr commented 6 years ago

Ok, I added it. Unfortunately on iOS we can't block some popups/popunders.