A mai Kérdések és válaszok munkamenetét a SuperUser - a Stack Exchange, a Q & A weboldalak közösség által irányított csoportosulásának részlegével - köszönheti.
Pillanatkép Oliver Salzburg (SuperUser) jóvoltából.
A kérdés
A SuperUser olvasó, a giorgio79 azt szeretné megtudni, hogyan találja meg a nem kívánt hirdetéseknek a böngészési élménybe való befecskendezésére szolgáló Chrome-bővítményt:
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.
Mi a legjobb módja annak, hogy a giorgio79 megtalálja ezt az irritáló kiterjesztést?
A válasz
Oliver Salzburg a SuperUser munkatársa számára a válasz:
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.
Van valami a magyarázathoz? Hangzik ki a megjegyzésekben. Szeretne többet válaszolni a többi technikus-tudós Stack Exchange felhasználóiról? Nézze meg a teljes vitafonalat itt.