为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

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

详细了解

Bookmarklet works on desktop, does nothing on Android

  • 4 个回答
  • 1 人有此问题
  • 8 次查看
  • 最后回复者为 Bruce L

more options

The bookmarklet below works for desktop Firefox. On Android Firefox nothing happens. I tried to use USB debugging to see if the console showed any errors, but got "The connected browser has an old version (68.6.0). The minimum supported version is (71.0a1). This is an unsupported setup and may cause DevTools to fail. Please update the connected browser. "

javascript:((d,i,s)=>{(i&&(d.location.hash=`#${i.id}`)),open(`https://en.howtruthful.com/c/?s=${encodeURIComponent(s||d.title)}&u=${encodeURIComponent(d.location.href)}`)})(document,getSelection().anchorNode.parentNode.closest('*[id]'),getSelection().toString()),undefined

The bookmarklet below works for desktop Firefox. On Android Firefox nothing happens. I tried to use USB debugging to see if the console showed any errors, but got "The connected browser has an old version (68.6.0). The minimum supported version is (71.0a1). This is an unsupported setup and may cause DevTools to fail. Please update the connected browser. " javascript:((d,i,s)=>{(i&&(d.location.hash=`#${i.id}`)),open(`https://en.howtruthful.com/c/?s=${encodeURIComponent(s||d.title)}&u=${encodeURIComponent(d.location.href)}`)})(document,getSelection().anchorNode.parentNode.closest('*[id]'),getSelection().toString()),undefined

被采纳的解决方案

Hi

Are you using a copy of Firefox ESR when you are doing this? It looks like you may be using the latest Release version.

You can download the most recent ESR version from: https://www.mozilla.org/en-US/firefox/enterprise/

定位到答案原位置 👍 1

所有回复 (4)

more options

选择的解决方案

Hi

Are you using a copy of Firefox ESR when you are doing this? It looks like you may be using the latest Release version.

You can download the most recent ESR version from: https://www.mozilla.org/en-US/firefox/enterprise/

more options

I didn't know about ESR. Thanks, I'll try that.

more options

Hello,

I am glad to hear that your problem has been resolved. If you haven't already, please select the answer that solves the problem. This will help other users with similar problems find the solution.

Thank you for contacting Mozilla Support.

more options

The documentation was a little tricky since it's generally for the latest FF, but I found WebIDE under Web Developer was the FF 66 tool I needed to use on desktop. Then I was able to see errors in the console and fix the bookmarklet. Thanks!