Tagged Questions
The blocker tag has no wiki summary.
3
votes
2answers
2k views
Flash Banners Conflicting with Pop-Up Blockers?
We've been creating banners using the getURL linking method (in a blank window). For many people, it works just fine. You click the banner and are taken to our site. For others (me included), clicking ...
2
votes
1answer
629 views
How to prevent IE7 file download popup blocker showing up in ASP.NET App
I have an application in .NET that
allows user to download document
(.rtf) by clicking a downlaod button,
then a save/open dialogue opens. It
works in IE6, and 8 that ways.
However, in ...
1
vote
2answers
383 views
Remove Server-side Generated Banner Ads - Greasemonkey
Okay, so this is more of a challenge for myself (as opposed to something that I need to get done for work or something), but I am on an airplane flight and they are forcing every page (including this ...
1
vote
0answers
98 views
Advertising blocker in javascript
I am working on an ad blocker coded in javascript. I have some code from an old project, what I do so far is to loop on all the iframes and I search if the src url match a list like:
...
0
votes
1answer
113 views
Ads only show on android emulator
I have tried integrating mobclix and a admob. Both of them dont not show up on my android phone. They show up fine on the emulator though. I was thinking it could be ad blockers because I bought a ...
0
votes
1answer
124 views
Final Year project Proxy Blocker Guidance
I am a MSC IT final year student and I am thinking to develop a proxy blocker.
Proxy blocker is like if any one is accessing my site (mysite.com) via a proxy site, then the site should not be opened.
...
0
votes
2answers
236 views
Network IP blocker in C#
I am new to network programming. I want to create a network blocker. which blocks an IP from the LAN. How is this possible in C#?