browser icon indicating copy to clipboard operation
browser copied to clipboard

FREE Browser crashes when saving bookmarklets

Open Ultrabenosaurus opened this issue 9 months ago • 1 comments

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!");})();

Ultrabenosaurus avatar Mar 13 '25 06:03 Ultrabenosaurus

Bookmarklets ane not supported. You can run Greqsemonkey like scripts

woheller69 avatar Mar 13 '25 06:03 woheller69