karlicoss / promnesia

Another piece of your extended mind
https://beepb00p.xyz/promnesia.html
MIT License
1.73k stars 74 forks source link

Sidebar does not show in Firefox #408

Open serverless76 opened 1 year ago

serverless76 commented 1 year ago

Firefox version: 114.0.2 (64-bit) OS: Linux Mint 20

Downloaded promnesia from addons.mozilla.org today. Not using promnesia backend.

The search page for browser bookmarks and history from promnesia works fine. But sidebar does not show. Nothing happens on clicking the extension icon.

krillin666 commented 7 months ago

It is not working for me since almost a year ago, also using Firefox. The rare sites I've seen it work are: https://tex.stackexchange.com/ https://nightly.mealie.io/ https://searx.be/ https://www.ultimate-guitar.com/explore https://soundcloud.com/ https://www.musictheory.net/

But these seem to be an exception because, the rule is that the sidebar never opens @karlicoss For example, it does not work on duckduckgo.com or none of scientific publishers websites (and I got to a lot of them per day).

karlicoss commented 3 months ago

I just completely randomly noticed these lines https://github.com/karlicoss/promnesia/blob/d2e4697877fb48b2cced50dd35c206b0491c8b28/extension/src/background.ts#L146-L150 Which would mean the sidebar won't work if "Detect and linkify URLs in the sidebar" in extension settings is unset :facepalm: (it's a bug, I put the wrong script under if statement) Could you try making sure it's set and checking if sidebar works again? Thanks :)