Današnja pitanja i odgovori nam se javljaju zahvaljujući SuperUseru - podjele Stack Exchange-a, zajednice-driven grupiranja Q & A web stranica.
Slika zaslona Oliver Salzburg (SuperUser).
Pitanje
Čitač SuperUser giorgio79 želi znati kako pronaći Chromeovo proširenje koje ubrizgava neželjene oglase u svoje iskustvo pregledavanja:
I use Google Chrome and recently noticed random ads showing up, either embedded in web page content or by redirection. When I click on a link, an ad page opens up instead of the proper web page.
I suspect these ads are being injected by a Chrome extension, but how can I find the offending one? The ads seem to appear at random in an intermittent manner.
Koji je najbolji način da giorgio79 pronađe ovo nadražujuće produženje?
Odgovor
Korisnik SuperUser Oliver Salzburg ima odgovor za nas:
Depending on your JavaScript knowledge, you can inspect the scripts that can manipulate websites you visit.
1. Press F12 to open the Developer Tools. Alternatively, you can open the Developer Tools from the Hamburger Menu.
2. On the Sources Tab, select the Content Scripts Tab. You should see a list of all the extensions that load content script.
Content Script is the term used for scripts that are running in the context of the website you are visiting. These scripts have the ability to manipulate web content in any way they want.
3. You can now inspect those scripts and see how they are affecting the web page you are viewing.
Hint: In case they are using minified sources, enable the code beautifier.
Imate li nešto za objašnjenje? Zvuči u komentarima. Želite li pročitati više odgovora od drugih tehnoloških korisnika Stack Exchangea? Pogledajte ovdje cijelu raspravu.