You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently, the userscript performs several remote requests including, but not limited to,
It would be nice if these could either be removed or be inlined.
The text was updated successfully, but these errors were encountered: