conceptualspace / yet-another-speed-dial

a modern speed dial for chrome, edge and firefox
Other
177 stars 32 forks source link

Unable to delete bookmarks to service pages #26

Closed thebndr closed 3 years ago

thebndr commented 3 years ago

I've added a few Firefox service pages to my bookmarks. When I try to edit them, the changes are not saved. And when I try to delete it, nothing happens.

about:newtab about:preferences#home

conceptualspace commented 3 years ago

thanks, will be patched in next release. a couple of other handy ones for firefox:

chrome://browser/content/places/places.xhtml chrome://browser/content/places/historySidebar.xhtml

thebndr commented 3 years ago

Perhaps it is necessary to restrict the addition of these addresses to bookmarks?

conceptualspace commented 3 years ago

yes, it seems about: and chrome: URL schemes are not allowed in web extensions, even when explicitly defined in the manifest :/

until such an API is implemented i'll just patch YASD to ignore privileged URLs. note to self: i might add an option in a future version to emulate the bookmarks and history tabs