mirror of
https://github.com/go-shiori/shiori.git
synced 2026-04-25 14:35:52 +03:00
[GH-ISSUE #180] Can't find the bookmarklet #134
Labels
No labels
component:backend
component:builds
component:builds
component:extension
component:frontend
component:readability
database
database:mysql
database:postgres
database:sqlite
feature:ebooks
github_actions
good first issue
hacktoberfest
note:duplicate?
note:fixed?
note:out-of-scope?
os:windows
priority:high
priority:low
pull-request
resolution:as-intended
resolution:cant-reproduce
resolution:duplicate
resolution:fixed
resolution:wontfix
tag:TBD
tag:big-task
tag:help-wanted
tag:huge-data
tag:meta
tag:more-info
tag:next
tag:no-stale
tag:requires-migrations
tag:research
tag:security 🛡️
tag:stale
tag:waiting-for-assignee
type:bug
type:documentation
type:enhancement
type:meta
type:ux
user:cli
user:web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shiori#134
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 @8bitgentleman on GitHub (Sep 26, 2019).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/180
The last issue I see about finding the bookmarklet is #100 . Since then the UI has changed and the about screen is no longer shown. Where is the bookmarklet now or has it been superseded by the chrome extension?
@RadhiFadlillah commented on GitHub (Sep 26, 2019):
Yeah, it has been dropped in favor of web extension. Unfortunately, for now it only tested in Firefox, so I'm not sure it will works in Chrome.
@8bitgentleman commented on GitHub (Sep 26, 2019):
Ok that makes sense, thanks
@timshannon commented on GitHub (Oct 1, 2019):
The extension does not seem to work in chrome, and there is an outstanding issue in the extension repository to add chrome support.
Do you have a work around for anyone on chrome? Can you copy and paste an example bookmarklet here?
@8bitgentleman commented on GitHub (Oct 1, 2019):
I loaded the extension up yesterday in chrome and it works just fine
@timshannon commented on GitHub (Oct 1, 2019):
Hm, so it looks like you can install the extracted zip in developer mode in chrome, but you'll always get warnings:
https://stackoverflow.com/questions/24577024/install-chrome-extension-not-in-the-store
Is that what you're doing @8bitgentleman?
I'm not sure why all of the complications of an extension is needed. It'd be nice to have a bookmarklet fallback that simply passes in the URL and page title to the add link dialog. I haven't looked too much through the code, but it looks like that's not possible.
I could write a bookmarklet to make the POST call, but I'd run into issues with CORs.
@dav-m85 commented on GitHub (Oct 1, 2019):
@timshannon same here, installing the extension in dev mode, no warnings in MacOSX.
@RadhiFadlillah is there an official extension on the chrome store ? if needed, I have paid the fee to get an account myself, I could host it.
@8bitgentleman commented on GitHub (Oct 2, 2019):
Yup, I"m in developer mode and don't get the warning you mention. I think the benefit of the extension is being able to add tags directly to the bookmark when it's saved
@brettinternet commented on GitHub (Oct 6, 2019):
@RadhiFadlillah I didn't realize the bookmarklet support had been dropped. Since extensions aren't supported on mobile browsers, there is now no mobile support for automated bookmarking.
@8bitgentleman commented on GitHub (Oct 6, 2019):
Do bookmarklets even work on mobile?
@brettinternet commented on GitHub (Oct 6, 2019):
@8bitgentleman Yes, but I've only tested on iOS Safari and Firefox.
@timshannon commented on GitHub (Oct 10, 2019):
@dav-m85 FYI here's the pop-up I get every time I startup chrome: