搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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.