cmiebacajlhfnfdofcflofoaaikdbpbc
Fix the soft word-wrap not working in text area in any website. Several websites do not support word-wrap for (HTML) text area elements. There are workarounds which require injecting style sheets (CSS) for each website. This extension bypasses the problem and directly applies the fix to the text areas in websites.
Word Replacer Max
Seamlessly replace text on any web page. ⚡️ Smart Text Replacement Set up rules to automatically transform text across the web. 🌐 Domain Controls Specify which sites your rules apply to using allow or block lists. 🤝 Share & Import Exchange rule sets with friends and teammates to share useful replacements. 🎯 Pattern Matching Fine-tune rules using whole word, case sensitivity, or regular expressions for exact control. 🎨 Visual Styling Optionally highlight changes with styles such as bold, italic, underline, or background colors to make them stand out. 🌗 Dark Mode Eye comfort for all times of day. 1. Install Word Replacer Max 2. Click the extension icon in your toolbar 3. Create your first replacement rule 4. Start browsing with your personalized web experience ❯ Simple to use but powerful when you need it ❯ Full control over where replacements happen ❯ Your rules stay private on your device ❯ Open source code on GitHub: https://github.com/dan-lovelace/word-replacer-max
Advanced Font Changer
Change the font of any website without altering its formatting. 🔔 WHAT’S NEW Now powered by more fonts from user reviews. 72+ fonts loaded and adding more as you read this! 📖 Description: Easily switch the font of any webpage with Advanced Font Changer! Choose from a wide selection of popular Google Fonts and web-safe fonts to customize the look and feel of your favorite websites with just a click. Need to change a website’s font? Advanced Font Changer lets you swap any page’s text instantly. Pick from popular Google Fonts or classic web-safe families; the site refreshes on the spot and your choice is remembered the next time you visit. Perfect for easier reading, dyslexia-friendly viewing, or simply giving the web a fresh look—no sign-ups and no data ever leaves your browser. 🔒 Your preferences are remembered for each site, ensuring you always enjoy the personalized browsing experience you desire. Whether you’re optimizing for readability or just refreshing the style, Advanced Font Changer gives you the tools to make the web truly yours. change website font, google fonts extension, font switcher, readability tool, dyslexia friendly fonts, custom font chrome, easy font changer
Stickr - Sticky notes for Web
Sticky notes for websites. Stick anywhere on the page! Stickr lets you easily add sticky notes to any webpage. - Quickly add a blank note with Alt+N (Windows) or Option+N (Mac), and many more shortcuts to handle your notes. Click on the extension icon for more info. - Place notes anywhere or pin them in front. - Your notes will stay saved for when you return. - A dashboard to view and manage all your notes in one place. - Save notes for the current page or across the entire website. - You can even select text on a page and right-click to turn it into a note! - Choose from different colours to customise your note.
Text Rewriter
Replace specified phrases on a page Arbitrary substitution of any visible text on a page. Rewrite customizable patterns in a page. Created mostly for personal amusement, inspired by XKCD #1288 and "butt to butt." By default provides a sensible "mispell" -> "misspell" replacement. Supports any Yavascripp regular expressions, including backrefs and captures. I just visit the visible text nodes on the page and use nodeValue.replace for each provided pattern. This means if there is an overlapping pair of patterns A -> B and B -> C, then both A and B go to C. Clicking the icon in the taskbar disables the addon for that domain. For example maybe you went a little overzealous with the substitutions and want to disable it on Slack because of possible... misunderstandings. Also has an experimental live update feature that will perform replacements on any text that appears even after the page loaded (such as Youtube captions).