bogachenko / fuckfuckadblock

Filters for blocking mining, pop-ups and anti-adblock bypass.
https://bogachenko.github.io/fuckfuckadblock/
MIT License
2.05k stars 72 forks source link

nontongp.xyz #284

Closed rigaz29 closed 2 years ago

rigaz29 commented 2 years ago

Basic information

Check the link: https://www.nontongp.xyz/p/live-streaming-motogp_8.html Category: Breakage Reported from: Singapore

User environment

Browser: 98.0.1 (64-bit) Extension or program: Ublock Origin Latest DNS: - Extensions: -

Additional message

live stream not playing

bogachenko commented 2 years ago

I can't click play with adblock turned off, the problem is not on my list. ~Where did you get this website? It looks like a dummy website~ Maybe the stream hasn't started yet?

rigaz29 commented 2 years ago
function gp() {

  fetch(`https://pro.ip-api.com/json/?fields=66842623&key=uGZgjL0qOTI19n4`,{method: 'GET'})
  .then((response) => {
    return response.json()
  })
  .then((data) => {
    // Work with JSON data here
    if (data.countryCode == "ID" || data.countryCode == "MY" || data.countryCode == "SG"){
      if (data.countryCode == "ID" || data.countryCode == "MY" || data.countryCode == "SG"){
        tele()
        document.getElementById("info").innerHTML = "DANA DARI IKLAN SAYA GUNAKAN UNTUK MAINTENANCE SERVER, SAAT INI HANYA 1% PENGUNJUNG YANG KLIK IKLAN!!! jangan lupa matikan ADBLOCK dan VPN";
      }
      else {
        tele()
        document.getElementById("info").innerHTML = "please turn off ADBLOCK and VPN";
      }
    }

    else {
      document.getElementById("vid").src= ""

    }
  })
  .catch((err) => {
    // Do something for an error here
  })
   }
  window.addEventListener('DOMContentLoaded', (event) => {
     gp();

   //nama();
});

can't be played outside sg, id, my

bogachenko commented 2 years ago

Damn, I can't reproduce (it seems geolock is still here, the frame does not appear without a Singapore IP) because of the EasyPrivacy filter, but @@||pro.ip-api.com^$xhr,domain=www.nontongp.xyz this fixed it and now I can see the frame.

I can reproduce the frame, and i can click the play button, even with this inscription DANA DARI IKLAN SAYA GUNAKAN UNTUK MAINTENANCE SERVER, SAAT INI HANYA 1% PENGUNJUNG YANG KLIK IKLAN!!! jangan lupa matikan ADBLOCK dan VPN, which subscriptions do you use? Especially regional ones?

rigaz29 commented 2 years ago

just default of ublock origin yes, the frame can reproduce with this filter @@||pro.ip-api.com^$xhr,domain=www.nontongp.xyz

bogachenko commented 2 years ago

just default of ublock origin

I don't know what regional filters are enabled by default for singapore, i didn't find it in uBO settings (I found Indonesia, but that's not it, is it?).

yes, the frame can reproduce with this filter @@||pro.ip-api.com^$xhr,domain=www.nontongp.xyz

Okay, good. You to @Yuki2718 or @ryanbr, one of them will add, this is not an anti-block and not a breakage because of my sheet. It's just a geolock.

PS: for the future, the site had a mirror nontongp.com

Yuki2718 commented 2 years ago

As far as I could find, all streaming are from nontongp.xyz so added the exception only for this domain.

bogachenko commented 2 years ago

I wrote a post scriptum for the future, they change domains. there is a redirect from com to xyz. spot it soon and xyz will fall off. @Yuki2718 Why didn't you add this for adguard too? Сan be removed for uBO, New Zealander woke up.

Yuki2718 commented 2 years ago

Why didn't you add this for adguard too?

Because AG Tracking Protection doesn't block ip-api.com in the first place and I hesitate to add tracker that has beyond a certain amount of false positive.