“Extensions by Bunny” hub launch
A new website called Extensions by Bunny has been launched, serving as a hub for various browser extensions. The site currently features three extensions: Auto Scroll, Bunny Book, and Reading Ruler, each designed to enhance user experience. Users can install these extensions directly from the Chrome Web Store and provide feedback for future improvements.
- ▪Extensions by Bunny is a new site for browser extensions.
- ▪The site includes Auto Scroll, Bunny Book, and Reading Ruler.
- ▪Users can install extensions directly from the Chrome Web Store.
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 === 3690282) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } codebunny20 Posted on May 30 “Extensions by Bunny” hub launch #webdev #extensions #devpride #trans I just launched a super small new site called Extensions by Bunny — a simple hub for all the browser extensions I’ve been building. Right now it includes: Auto Scroll – Automatically scrolls pages for you so you can read or watch hands‑free. Bunny Book – A lightweight bookmarking helper to keep important pages easy to find.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).