Mac Firefox 中的服务已弃用?

Mac Services in Firefox Deprecated?

在短短几个月内,我使用了 Mac Automator Workflow,它将 HTML "em" 标签包裹在我选择的文本周围。它是在我的 Google 日历中标记文本,然后 运行 通过 API 将其变成网页中的事件时间表。

我只想在 "this is a big thing"

中突出显示 "big" 这个词

和运行这个简短的脚本:

on run {input, parameters}
    return "<em>" & input & "</em>"
end run

现在

"this is a <em>big</em> thing"

但是这周,在最新更新到 Firefox (53.0) 后,尝试 运行 服务 return 错误信息:

There was a problem with the input to the Service [Show Workflow] [OK]

对服务的支持是否是 Firefox 正在删除的另一个功能,就像 JavaScript 一样?

我是否可以设置偏好以使其再次成为 运行?

或者我是否必须学习创建自己的 WebExtensions 以避免手动输入标签?

提前致谢!

这是 Firefox 53 中的错误。请参阅 Bug 1361116: Services menu in os x does not send pasteboard data to the service,据报道它已在 Firefox 54 中修复。