reek / anti-adblock-killer

Anti-Adblock Killer helps you keep your Ad-Blocker active, when you visit a website and it asks you to disable.
http://reek.github.io/anti-adblock-killer/
Other
6.02k stars 760 forks source link

http://www.iptvultra.com/2016/11/canada-iptv-list-54-channels-19-11-2016.html #2440

Open mikhoul opened 7 years ago

mikhoul commented 7 years ago

This site detect UBO: http://www.iptvultra.com/2016/11/canada-iptv-list-54-channels-19-11-2016.html

Regards :octocat:

Giwayume commented 7 years ago
      iptvultra_com : {
        host : ['iptvultra.com'],
        onStart : function() {
          Aak.addScript(function() {
            var _setTimeout = window.setTimeout;
            Object.defineProperty(window, 'setTimeout', {
              writable : false,
              configurable : false,
              value: function(fn, delay) {
                if (fn.toString().toLowerCase().indexOf('adblock') > -1) {
                  return;
                }
                return _setTimeout(fn, delay);
              }
            });
          });
        }
      },
smed79 commented 7 years ago
@@||iptvultra.com^$generichide
@@||pagead2.googlesyndication.com/pagead/js/*/show_ads_impl.js$domain=iptvultra.com
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=iptvultra.com

for who use the social list, see https://forums.lanik.us/viewtopic.php?f=62&t=34152

mikhoul commented 7 years ago

@Giwayume Which is the best way to ad the JS code ? Userscript/Greasemonkey ? Directly in AAK ?

Thanks again to both of you ! :octocat:

Giwayume commented 7 years ago

@mikhoul directly in AAK, but SMed79's filters seem to work as well. Those are easier to add.

mikhoul commented 7 years ago

Thx ! :+1:

mikhoul commented 7 years ago

@Giwayume @SMed79

Oups I've tested with the filter I'm not able to download the files... GitHub Logo

When I click on one of the buttons the process begin going to adfly, verification that I'm a human and come back to the page but the link to download don't appear.

Could you test it on your side ?

Regards :octocat:

smed79 commented 7 years ago

You can download if you disable your adblocker ?

mikhoul commented 7 years ago

@SMed79

That's what I was trying and NO I can't the site seem broken.

Without UBO I have the Missing Overlay: GitHub Logo

But clicking on the button does nothing :disappointed:

I've took a look at HTML and did not found any links or script for the button element ?

On your side are you able to download a file ?

smed79 commented 7 years ago

On your side are you able to download a file ?

No. For me it's seems to be a fake site.