5

A weird adware is popping up every time I open a .com website and shows ad or redirects the page.
In chrome, I'm not even able to open an ordinary .com page because it immediately redirects to somewhere else.

I've reset Firefox, even purged and reinstalled it but the problem's not solved.
This is one screenshot of mine, you see the adware at bottom-right corner.
I'm using Kubuntu 14.04 with firefox 36.

enter image description here enter image description here
enter image description here

Nowruz
  • 151

10 Answers10

5

1. Maybe try to remove your personal files (or backup them first if you need to). They are located in:

~/.mozilla/firefox
~/.config/google-chrome

and some caches:

~/.cache/mozilla/firefox
~/.cache/google-chrome

Both of these browsers will create new profiles for you at first run.


2. You can also examine system-wide addons, they are at:

/usr/share/mozilla
/usr/lib/mozilla  
/usr/lib/chromium-browser  

3. If its not the addons that couses problems, it also can be Man-in-the-middle attack - something is changing HTML/JavaScript on the arrival - check your proxy settings, your routing tables, your internet gateway... Check network requests in "Developer Tools" in those browsers (Firefox: Ctrl+Shift+Q, Chrome: Ctrl+Shift+I). Download some .html in terminal (wget <url>), check if its changed.

madneon
  • 2,063
  • 1
  • 14
  • 20
3

Thank all for responses.
I installed "clamav" and ran a full scan on my system; Unfortunately I forgot to tell it to save scan log, I thought it would do it itself; anyway, my problem solved and I don't know what was the real cause.

Nowruz
  • 151
2

You should probably check your running processes. See how here.

Try Privacy Badger (this wont solve the problem but at least may stop your ads). Install clamav and rkhunter.

If I were you, I would, personally, reinstall the OS, there is allways a new ubuntu version comming up.

lapisdecor
  • 1,647
  • 5
  • 19
  • 39
1

For me to stop the popups in chrome i went to settings -> Privacy and security - > Site Settings - > Notifications and the site that was sending me all the popups was in the Allow section , then press on the 3 dots and choose "remove"

I had popups saying "Your norton is expired"

1

This is just a wild guess, but what is your home router DNS settings? As an experiment, change your system DNS resolver to f.e. Verisign Public DNS - (64.6.64.6) or Google Public DNS (8.8.8.8) and see whether this changes your experience.

If yes, then throw your home router to trash, as there are many security bugs in home routers and exploits are running wild. Buy something more decent that receives updates or OpenWRT/LEDE can be installed there (Turris Omnia might be a good option).

oerdnj
  • 7,940
1

As a safety measure Install Adblock Plus on your both of the browsers. Once install ,it will ask you to turn on the features that you want (it will be the page where they will request you for donation , scroll down to see the options ). Turn on all of the options for safe and add free browsing.

0

There are browsers other than Firefox and chromium that block malware and popup-ads and additionally, block trackers, fingerprinting and third party cookies. The Brave browser does this. check out brave at https://brave.com/ You can download brave on Ubuntu by using the Sudo apt install brave or the Debian command sudo apt-get install brave

0

I was having the same problem with firefox, I tried every malware and virus program know to man without any luck and uninstalled /reinstalled firefox many times. Then I was reading a blog on a related page and it mentioned the firefox folder, I took a chance and deleted the whole firefox folder and reinstalled firefox restarted the computer, restarted firefox and now no more adds.

I hope this helps others as much as it did me, I was at wits end!

0

Try removing firefox and chrome from your system and removing all settings and config of these two apps by executing following command in terminal.

sudo apt-get remove firefox google-chrome --purge && rm -rf ~/.mozilla ~/.config/google-chrome ~/.local/share/applications/chrome* ~/.cache/google-chrome ~/.cache/mozilla ~/.config/chromium ~/.cache/chromium /opt/google/chrome && sudo rm -rf /usr/share/mozilla /usr/lib/mozilla /usr/lib/chromium-browser /etc/chromium /etc/firefox

Then reinstall firefox and chrome by executing following command in terminal.

sudo apt-get install firefox google-chrome
Faizan Akram Dar
  • 4,569
  • 1
  • 25
  • 31
0

On all your browsers go to clear browsing data in menu->settings from the beginning to present, tick all boxes and go. you will be out of problem.

Armin
  • 11