[GH-ISSUE #621] Support syncing javascript bookmarks #419

Closed
opened 2026-02-25 22:37:05 +03:00 by kerem · 3 comments
Owner

Originally created by @SuperSandro2000 on GitHub (Aug 1, 2020).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/621

Is your feature request related to a problem? Please describe.
I have some bookmarks which contain javascript and I like them to be synced, too.

Describe the solution you'd like
Sync bookmarks like javascript:(function(){var%20url%20=%20location.href;var%20otherWindow=window.open('about:blank','_blank');otherWindow.opener=null;otherWindow.location='https://freshrss.example.comi/?c=feed&a=add&url_rss='+encodeURIComponent(url);})();

Describe alternatives you've considered
Syncing them manually.

Additional context

Originally created by @SuperSandro2000 on GitHub (Aug 1, 2020). Original GitHub issue: https://github.com/floccusaddon/floccus/issues/621 **Is your feature request related to a problem? Please describe.** I have some bookmarks which contain javascript and I like them to be synced, too. **Describe the solution you'd like** Sync bookmarks like ``javascript:(function(){var%20url%20=%20location.href;var%20otherWindow=window.open('about:blank','_blank');otherWindow.opener=null;otherWindow.location='https://freshrss.example.comi/?c=feed&a=add&url_rss='+encodeURIComponent(url);})();`` **Describe alternatives you've considered** Syncing them manually. **Additional context**
kerem 2026-02-25 22:37:05 +03:00
Author
Owner

@marcelklehr commented on GitHub (Aug 2, 2020):

This is only not supported with the nextcloud bookmarks app. There's an open feature request on that repo for this. If you'd like to dabble a little, I'd be happy to guide you through implementing this, but it's not a priority for me personally.

<!-- gh-comment-id:667683687 --> @marcelklehr commented on GitHub (Aug 2, 2020): This is only not supported with the nextcloud bookmarks app. There's an open feature request on that repo for this. If you'd like to dabble a little, I'd be happy to guide you through implementing this, but it's not a priority for me personally.
Author
Owner

@SuperSandro2000 commented on GitHub (Aug 2, 2020):

Found the issue https://github.com/nextcloud/bookmarks/issues/832

I am not sure how much work this is and which parts need escaping and what not. I didn't really work on larger php projects yet.

<!-- gh-comment-id:667708198 --> @SuperSandro2000 commented on GitHub (Aug 2, 2020): Found the issue https://github.com/nextcloud/bookmarks/issues/832 I am not sure how much work this is and which parts need escaping and what not. I didn't really work on larger php projects yet.
Author
Owner

@github-actions[bot] commented on GitHub (Mar 21, 2023):

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

<!-- gh-comment-id:1477197789 --> @github-actions[bot] commented on GitHub (Mar 21, 2023): This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/floccus#419
No description provided.