debridnet.com

Here you should report unblocked ads, trackers, social media items, annoyances or leftovers from blocked content.
Locked
cw2k
Site Member
Site Member
Posts: 26
Joined: Sat Dec 19, 2015 3:58 pm

debridnet.com

Post by cw2k »

http://debridnet.com/

Code: Select all

! Show 'start' button
@@||debridnet.com/advertisement.js

! No AntiAdBlock
||debridnet.com/blocker.js

! Removes Ads
debridnet.com##.ad
:roll:
cw2k
Site Member
Site Member
Posts: 26
Joined: Sat Dec 19, 2015 3:58 pm

Post by cw2k »

Update:
http://debridnet.com/

Code: Select all

	! Show 'start' button
@@||debridnet.com/b1.js

! No AntiAdBlock
@@||tags.h12-media.com/load.js

! Removes Ads
debridnet.com##.myTestAd1
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

Code: Select all

||debridnet.com/b2.js$script
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
Mary Lou Bruno
Guest

Post by Mary Lou Bruno »

:mrgreen: :roll:
cw2k wrote:Update:
http://debridnet.com/

Code: Select all

	! Show 'start' button
@@||debridnet.com/b1.js

! No AntiAdBlock
@@||tags.h12-media.com/load.js

! Removes Ads
debridnet[code]
.com##.myTestAd1[/code]
cw2k
Site Member
Site Member
Posts: 26
Joined: Sat Dec 19, 2015 3:58 pm

Post by cw2k »

smed79 wrote:

Code: Select all

||debridnet.com/b2.js$script
No no :!: It about to allow this bastard. Because look at the code of http://debridnet.com/b1.js:

Code: Select all

function myFunction3() {
if ($('.myTestAd2').height() == 0) {
document.getElementById('form').action = '';
document.getElementById('gr').value = '';
document.getElementById('gr').disabled = true;
document.getElementById('gr').id = '';
window.location.replace("http://debridnet.com/ad-blocker");
} else {
document.getElementById('form').action = 'generate';
document.getElementById('gr').disabled = false;
}
}
It'll enable the 'Generate' button.
...('form').action = 'generate'
...('gr').disabled = false;
If it's missing the button stays disable and even when you enable it(manually) still the action 'generate' is missing(you may add this manually as well to make it working).

Well I had a look into
AakList (Anti-Adblock Killer)
https://raw.github.com/reek/anti-adbloc ... ilters.txt

Code: Select all

! debridnet.com
! https://github.com/reek/anti-adblock-killer/issues/1077
! https://github.com/reek/anti-adblock-killer/issues/836
||debridnet.com/blocker.js$script
||debridnet.com/b1.js$script
||debridnet.com/b2.js$script
A little sad to see that its there, but wrong applied.
it need to allow this not to block it.
(Well I will report it there)
Locked