SOoooo I made an extension
The developer known as itsflashframe created two browser extensions. The first, Polymoji, enables users to replace default emojis with alternative styles from platforms like Google, Twitter/X, or Facebook using a CDN. The second, Typeshift, allows customization of website typography with over 100 built-in fonts, support for custom font uploads, and accessibility features like OpenDyslexic.
- ▪Polymoji is a browser extension that replaces system emojis with alternative emoji designs via a content delivery network.
- ▪Polymoji is available on Firefox and Microsoft Edge.
- ▪Typeshift is an extension that changes website typography and supports custom font file uploads.
- ▪Typeshift includes accessibility features such as the OpenDyslexic font.
- ▪Both extensions were developed by itsflashframe and are designed to enhance user experience in web browsing.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3908372) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } itsflashframe Posted on May 2 SOoooo I made an extension I made two extensions actually. The first one being Polymoji: It's a browser extension that allows users to replace standard system emojis with alternative emoji families (such as Google, Twitter/X, or Facebook styles) via a content delivery network (CDN). It enables consistent, customized, and colorful emoji rendering across different websites in the browser.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).