Skip to content

FREE Browser crashes when saving bookmarklets #64

@Ultrabenosaurus

Description

@Ultrabenosaurus

FREE Browser version: 3.1

In reply to #37 I was going to suggest the OP use Eruda. The main page of their documentation has a bookmarklet you can use in mobile browsers to add Eruda dev tools to any page.

https://eruda.liriliri.io/docs/

javascript:(function () {var script=document.createElement('script');script.src="//cdn.jsdelivr.net/npm/eruda";document.body.appendChild(script); script.onload = function () { eruda.init() } })();

However, after bookmarking a page and editing it to replace the URL with the JavaScript code, FREE Browser crashes, the edit is not saved, and the original bookmark is deleted. The Eruda bookmarklet works in the Fennec F-Droid browser.

I have also tested with the following MVP bookmarklet which shows the same behavior.

javascript:(function() {alert("hello world!");})();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions