Skip to content

A super simple Chrome extension that changes the font of every website to Comic Sans MS

Notifications You must be signed in to change notification settings

linnnus/everything-is-comic-sans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Change every font to Comic Sans

Comic Sans MS is such a beautiful font. In fact, the entire web deserves to be viewed in this magnificent typeface. That is the exact function of this Chrome extension. It's super simple and yet improves the browsing experience by magnitudes.

The extension can be enabled/disabled by clicking the icon, however, this has made it a bit slower. This means, that it is now possible to se the original (disgusting) webpage before the CSS is loaded. If performance is more important, one could concider injecting the CSS declarativly like so:

{
  "name": "Everything is Comic Sans",
  ...
  "permissions": ["<all_urls>"],
  "content_scripts": [
    {
      "matches": ["<all_urls>"],
      "css": ["styles.css"]
    }
  ],
  ...
}

About

A super simple Chrome extension that changes the font of every website to Comic Sans MS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published