Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid Requests to Remote Resources #3

Open
solonovamax opened this issue Nov 27, 2024 · 0 comments
Open

Avoid Requests to Remote Resources #3

solonovamax opened this issue Nov 27, 2024 · 0 comments

Comments

@solonovamax
Copy link

Currently, the userscript performs several remote requests including, but not limited to,

  • your website (for a jpeg image)
  • google fonts (self explanatory)
  • github (for checking updates)

It would be nice if these could either be removed or be inlined.

  • The image could be inlined as a base64 encoded image
  • Ideally, fonts should use default system fonts. There are several font stacks which use only fonts that would be present on the system, although ideally it should just exclusively use the default sans serif font. (If this were a typical website I'd suggest serving the fonts as a first-party resource, however I'm aware this is not possible with userscripts)
  • The update checking should be left entirely to greasemonkey/violentmonkey/etc. A built-in updater is not needed and unnecessary.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant