La sessione di domande e risposte di oggi ci viene fornita per gentile concessione di SuperUser, una suddivisione di Stack Exchange, un raggruppamento di domande e risposte basato sulla comunità.
Schermata per gentile concessione di Oliver Salzburg (SuperUser).
La domanda
Il lettore SuperUser giorgio79 vuole sapere come trovare l'estensione di Chrome che sta iniettando annunci indesiderati nella sua esperienza di navigazione:
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.
Qual è il modo migliore per giorgio79 per trovare questa estensione irritante?
La risposta
Il collaboratore di SuperUser Oliver Salzburg ha la risposta per noi:
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.
Hai qualcosa da aggiungere alla spiegazione? Audio disattivato nei commenti. Vuoi leggere più risposte dagli altri utenti di Stack Exchange esperti di tecnologia? Controlla la discussione completa qui.