-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels