mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-25 22:26:06 +03:00
[GH-ISSUE #621] Support syncing javascript bookmarks #419
Labels
No labels
browser-specific
bug
correctness issues
enhancement
feature: Google Drive
feature: Linkwarden
feature: git
feature: nextcloud-bookmarks
feature: tabs
feature: webdav
help wanted
native-app
priority: high
priority: low
priority: medium
pull-request
question
question
stale
upstream
waiting for more information
wontfix
🙁 Not following issue template
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/floccus#419
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@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.
@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.
@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.