Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

bookmarklets in Firefox Android

  • 2 trả lời
  • 1 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi grobber

more options

I am trying out bookmarklet functionality on a mobile platform (Android 10). The bookmarklet is named test and points to the code

javascript:alert('boo')

How I test:

  1. Save the bookmarklet as described above to the bookmarks folder;
  2. Go to some random website;
  3. In the address bar, start typing test;
  4. The browser will recognize the bookmark and offer it in a menu;
  5. Click it.

Results:

  • In Brave for Android (Chrome-based) the alert window appears as expected;
  • In Firefox for Android absolutely nothing happens.

Question:

Is this intentional on Mozilla's part and/or expected or am I missing something?

I am trying out [https://support.mozilla.org/en-US/kb/bookmarklets-perform-common-web-page-tasks bookmarklet] functionality on a mobile platform (Android 10). The bookmarklet is named test and points to the code <blockquote> javascript:alert('boo') </blockquote> '''How I test:''' # Save the bookmarklet as described above to the bookmarks folder; # Go to some random website; # In the address bar, start typing test; # The browser will recognize the bookmark and offer it in a menu; # Click it. '''Results:''' * In Brave for Android (Chrome-based) the alert window appears as expected; * In Firefox for Android absolutely nothing happens. '''Question:''' Is this intentional on Mozilla's part and/or expected or am I missing something?

Được chỉnh sửa bởi grobber vào

Giải pháp được chọn

Tất cả các câu trả lời (2)

more options

Giải pháp được chọn

Right, it does not work yet. Please follow https://github.com/mozilla-mobile/fenix/issues/2871

more options

Thank you! I've chosen this as a solution.

It's ironic: last night the big Firefox-for-Android update hit, with a double whammy:

  1. remove most add-on functionality, thus rendering Tampermonkey unusable;
  2. also disable bookmarklets.

In any case, thanks for pointing out the github issue; I suppose I can always reinstall once some semblance of usability has been restored.