Skip to content

Avoid Requests to Remote Resources #3

@solonovamax

Description

@solonovamax

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions