![]() |
BLOCKING ADBLOCK ON YOUR OWN PAGE - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Website & Server Hacking (https://sinister.ly/Forum-Website-Server-Hacking) +--- Thread: BLOCKING ADBLOCK ON YOUR OWN PAGE (/Thread-BLOCKING-ADBLOCK-ON-YOUR-OWN-PAGE) Pages:
1
2
|
BLOCKING ADBLOCK ON YOUR OWN PAGE - Mr. pissed at everything - 03-29-2013 HELLO Is there any idea how to block adblock on your own page? I know there is a script antiadblock but first you must add exception to the list. If user will not add it, the page will not load. I'm using the C# visual language and i'm thinking about write an script to automatically disable adblock if user enter the web site. ANY IDEAS?!?!?!?!? BLOCKING ADBLOCK ON YOUR OWN PAGE - Mr. pissed at everything - 03-29-2013 HELLO Is there any idea how to block adblock on your own page? I know there is a script antiadblock but first you must add exception to the list. If user will not add it, the page will not load. I'm using the C# visual language and i'm thinking about write an script to automatically disable adblock if user enter the web site. ANY IDEAS?!?!?!?!? RE: BLOCKING ADBLOCK ON YOUR OWN PAGE - Patrick Bateman - 03-29-2013 So you want people not being able to ad block your site? RE: BLOCKING ADBLOCK ON YOUR OWN PAGE - Patrick Bateman - 03-29-2013 So you want people not being able to ad block your site? RE: BLOCKING ADBLOCK ON YOUR OWN PAGE - Ex094 - 03-29-2013 Best way is with jQuery http://tutorialzine.com/2011/12/how-to-block-adblock/ If you are on Wordpress then there's a plugin for that too http://www.wpbeginner.com/plugins/how-to-detect-and-stop-adblock-in-wordpress/ ![]() Have Fun ![]() RE: BLOCKING ADBLOCK ON YOUR OWN PAGE - Ex094 - 03-29-2013 Best way is with jQuery http://tutorialzine.com/2011/12/how-to-block-adblock/ If you are on Wordpress then there's a plugin for that too http://www.wpbeginner.com/plugins/how-to-detect-and-stop-adblock-in-wordpress/ ![]() Have Fun ![]() RE: BLOCKING ADBLOCK ON YOUR OWN PAGE - bluedog.tar.gz - 03-29-2013 Aww, I already made this once fully working with a true or false statement. Unfortunately I don't have it anymore. I made it once for HackCommunity. Anyhow working with the Javascript library jQuery is probably the easiest thing. RE: BLOCKING ADBLOCK ON YOUR OWN PAGE - bluedog.tar.gz - 03-29-2013 Aww, I already made this once fully working with a true or false statement. Unfortunately I don't have it anymore. I made it once for HackCommunity. Anyhow working with the Javascript library jQuery is probably the easiest thing. RE: BLOCKING ADBLOCK ON YOUR OWN PAGE - Mr. pissed at everything - 03-29-2013 Hey Guys! Thank You very match for fast requests and thanks for help! RE: BLOCKING ADBLOCK ON YOUR OWN PAGE - Mr. pissed at everything - 03-29-2013 Hey Guys! Thank You very match for fast requests and thanks for help! |