• 0 Posts
  • 5 Comments
Joined 9 months ago
cake
Cake day: October 7th, 2023

help-circle
  • So what’s preventing those people from using bookmarks as “check this out later” tool?

    Bookmarking a page does not give you control over its content. So if you bookmark something and the host deletes it, you are screwed.

    If you instead clip the content or save it as a PDF, you retain access regardless of the original host.

    For example, I save every good article I read as a PDF, which I cloud sync to a folder. I have a second folder for stuff I don’t want to keep open as a tab but still want to read later. There are probably far better services out there, but I like the lack of technical dependencies and lock-in.


  • Yeah, just create an entirely new, incompatible extension engine from scratch for this one feature specifically!

    This is absolutely not how any of this works.

    While Mozilla implements the WebExtensions API based on the W3C standard, they are not bound to a 100% verbatim implementation. Like other browser vendors, Mozilla has the flexibility to extend or modify the API as needed, as long as they maintain compatibility with the core standard. Adding new APIs or features to the extension system does not require creating an entirely incompatible engine. Browser vendors often add non-standard extensions to APIs, which can later be proposed for inclusion in the next version of the standard if they prove useful. So, Mozilla can certainly add new APIs to their extension system without making it incompatible with the existing WebExtensions ecosystem. This is not difficult to understand.