如何取消订阅无处不在的命令
我似乎无法找到有关如何取消订阅普遍命令的详细信息。 命令列表页面似乎只有有关已安装命令的信息,并且没有删除它们的链接。 我错过了什么吗?
I can't seem to find details on how to unsubscribe from ubiquity commands. The command list page only seems to have information about the installed commands and there are no links to deleting them. Am I missing something?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
看一下这个:
http://getsatisfaction.com/mozilla/topics/how_do_you_edit_delete_the_default_ubiquity_commands_verbs
此外,您还可以找到一个实用程序将 \extensions\[电子邮件受保护]\chrome 中的普遍存在重置为默认值\内容\reset.html
EDIT1:以上文件不执行任何操作,请忽略。
EDIT2(答案?):您可以使用 ffx 插件 SQLite Manager 打开 \ubiquity_ann.sqlite 数据库并删除要删除的命令的所有行(会有几行,但它们由脚本来的 url 标识来自并且很容易识别)。 当您重新启动 Firefox 时,该命令将消失。
(填充“命令”页面的代码使用 javascript 创建 UbiquitySetup 对象的实例,并执行方法 .createServices().commandSource,该方法直接读取 SQLite 数据库以获取命令列表(将对象或对象/命令数组返回到迭代)。这似乎删除了命令本身,因为它将不再在普遍存在的命令列表中找到。)
祝你好运。
Check this out:
http://getsatisfaction.com/mozilla/topics/how_do_you_edit_delete_the_default_ubiquity_commands_verbs
Also, you can find a utility to reset your ubiquity to default in \extensions\[email protected]\chrome\content\reset.html
EDIT1: The above file does nothing, please ignore.
EDIT2 (answer?): You can use the ffx addon SQLite Manager to open the \ubiquity_ann.sqlite database and remove all rows for the command you want to delete (there will be several rows, but they are identified by the url the script came from and so easy to identify). When you restart firefox, the command will be gone.
(The code that populates the Commands page uses javascript to create an instance of UbiquitySetup object, and executes the method .createServices().commandSource which reads that SQLite database directly for a list of commands (returning an object or array of objects/commands to iterate through). This seems to delete the command itself, since it will no longer be found in ubiquity or the command list.)
Good luck.
转至 about:Firefox 中的无处不在。 在“订阅的源”部分下应该有一个选项可以取消订阅您不再需要的命令源。
另外,如果您清除整个浏览器历史记录,它将删除所有命令提要(这将通过 0.2 修复)
Go to about:ubiquity in Firefox. Under the section "subscribed feeds" there should be an option to unsubscribe to command feeds you no longer desire.
Also, if you clear your entire browser history, it will delete all command feeds (this will be fixed by 0.2)
删除命令的方法是在主帮助页面的订阅源部分找到它们:
The way to delete commands is to find them in the Subscribed Feeds section of the main help page: