freedommarks-browser-webextension
freedommarks-browser-webextension copied to clipboard
refactor: use fetch instead of jQuery and remove cookies
- Replaced
$.ajax
and$.get
calls withfetch
. - Moved api calls to a separate function.
- This resolves issues with Chrome.
Closes #13