WeSearch

SOoooo I made an extension

·1 min read · 0 reactions · 0 comments · 3 views
#browser extensions#web development#typography#emojis#accessibility
SOoooo I made an extension
⚡ TL;DR · AI summary

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.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
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).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)