본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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!