Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
How do I stop those ugly in-your-face popups in html5 from showing? (Most ask for sign up to their newsletters)
I installed Pop-up Blocker which seemed to work for most sites but did not for PCMag.com.
So many sites now exhibit this idiocy as soon as the page loads. If they have it when they detect an exit from the page I don't mind but not as soon as it loads !
Unfortunately you can't, because they are not popups in the browser sense. The site authors utilize tools like div containers and javascript/jquery to cause these ads to show up. The best you can do is either not patronize the site, or contact them and request that the annoying banners be removed. (That's what I do.) Unfortunately since it's not a pop-up, the only other option is to disable scripting/javascript, which would likely cause the site to no longer function.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 5 years ago.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Improve this question
When open this website: http://codeera.net/adlink/
in any browser except Google chrome
work without issues,
But when open this website in Google chrome I get a HTML page
without CSS, JS and images (all of external links)
it is because AdBlock, if you disable it everything will be ok.
and just try to rename your title as "Ad" will activate AdBlock, I guess.
AdBlock looks for elements or attributes with 'ad' keyword to block them.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
My browser(chrome Version 58.0.3029.110 (64-bit)) always prompt this js like dialog window when I open a new url(most of the time). I've tried to use adware cleaner and anti-malware by Malwarebytes to clean this, but it didn't work. Has someone encountered similar malware or ads? I've also tried Hijackthis to analysis my browser's entry, nothing suspicious found. Reset chrome won't work.screenshot here
The title of that dialog window will show different if you open different website(if I open stackoverflow.com it will show stackoverflow.com says...).
This is not a question suited for StackOverflow, however, I will answer as it seems you have an issue with malware:
It sounds as if you are probably using the Infinity New Tab extension.
For users of Infinity New Tab - the Developer's Google account was compromised, and an update was released on 26-05-2017 with some malware included.
This malware randomly shows a browser popup claiming "Your computer is infected. You have to check it with antivirus".
I had this issue, and none of the different Anti-Virus utilities on several PCs detected any malware.
Background information can be found here on Reddit and a short notice here from the Developer.
You should remove that extension from Chrome; it has been removed from the Chrome Store while a replacement version is verified by Google.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I don't know if this is any kind of virus, but lately i've been seeing stuff that i did not add to my browser, at first i thought thoses were code added to my webpages but now i see them on all webpages (including this one).
this is the javascript added:
<script type="application/x-javascript" src="http://i.swebdpjs.info/opt_content.js?v=opt_1410177193622&partner=sweb&channel=sweb&sset=2&appTitle=&sset=2&ip=190.199.222.1"></script>
there are more added but this one is an example, i cannot tell which one are from stackoverflow but i recognize this one because it appears on every page.
i analyzed my pc with nod32 and it does not find any virus threat and analyzed with CCleaner
any way to fix this?
Check your browser extensions and add-ons. It's possible one of those is injecting this Javascript into every page.
Also try opening your browser in Incognito mode to see if it happens then. Browser extensions and add-ons are disabled during incognito (or private browsing) mode.
It is also possible that your ISP is inserting this into every page. In wich case we could do other things to stop this behavior.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
Every since chrome latest update (36.0.1985.143) on Mac,
a few seconds after the document is ready - Chrome selectively "ignores" the custom imported webfont on my website (Memofish.com) and restores is to default.
Needless to say, I did not make any changes on my website and this issue began after restarting my Mac, while Chrome updated to version 36.0.1985.143.
How can I report this issue?
Anyone else experienced this problem and know any workaround?
Thanks.
You can report the issue using this instructions:
https://support.google.com/chrome/answer/95315?hl=en
or here:
https://code.google.com/p/chromium/issues/list
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
(This might be better asked over at SuperUser, but I'm interested in the vulnerabilities of the Javascript alert box, and what the code might actually be doing, not the effect on my computer.)
We've all gotten these popup boxes with just an OK button and nothing else. I usually close them without hitting OK and go back to safety.
Is hitting OK any worse than just closing the window? What exploit, if any, are these popups trying to use?
I would refer to that type of exploit as clickjacking
There are a variety of exploits that involve putting an image on top of some other control (e.g. a Flash button) and convincing you to click, but registering the click to the hidden control.
At worst, this can mean you are permitting a local installation, etc., allowing the site to have control of your machine.
There was an entertaining one discovered recently in which a malicious site could actually convince you to share control of your webcam (by clicking on a hidden Flash control), allowing them to take pictures of you.