搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Need help diagnosing what extension is adding text to forum posts

more options

Title, I'm unable to figure out what extensions is adding text to my forum post, searching the id yields no results.

Title, I'm unable to figure out what extensions is adding text to my forum post, searching the id yields no results.
附加的畫面擷圖

所有回覆 (5)

more options

Check the list of extensions on the about:support page.

more options

You can open the about:debugging page via the location bar and go to "This Firefox" and search for the df92a8c4 UUID that shows in the screenshot to see what extension this is about.

more options

cor-el said

You can open the about:debugging page via the location bar and go to "This Firefox" and search for the df92a8c4 UUID that shows in the screenshot to see what extension this is about.

I should have made this more clear, that's what I meant by searching the ID. It's not in my extension list.

more options

If the extension UUID doesn't show on the about:debugging page and is also not present in the browser.uiCustomization.state extensions.webextensions.uuids pref that it sounds that this extension is no longer installed.

You can try "Clear the startup cache..." via the "Help -> More Troubleshooting Information" (about:support) page.

(edited to fix the wrong pref)

由 cor-el 於 修改

more options

How about:

Copy/paste that src URL to the address bar and change

/js/app.js

to

/manifest.json

and then press Enter to load the manifest. That usually has the extension's familiar name and its ID.