Skip to content

A WebExtension that opens a random bookmark from a given folder.

License

Notifications You must be signed in to change notification settings

PixievoltNo1/RandomBookmark

Repository files navigation

Random Bookmark From Folder

This WebExtension, made for Firefox, Chrome, & Edge, lets you select a bookmark folder and open a bookmark at random from it. It's made with an eye for customizability and good UX.

Get the stable version for Firefox or Chrome.

This project has a Code of Conduct. By participating in this project, you agree to be as courteous, welcoming, and generally a lovely person as its terms require. ♡

Writing & testing Random Bookmark From Folder

This project has a build process that converts Svelte templates (*.svelte) and Sass files (*.scss) to JavaScript and CSS, and optimizes the whole project. With Node installed, run this command the first time you obtain this repo's files to fetch everything you need:

npm install

With that done, keep the following command running as you work. It'll generate build folders for each browser.

npm run watch

And finally, to load the build folder in your browser:

If you'd like to do a one-off build without watching for file changes:

npm run build

And if you'd like to modify the build process, see Parcel's documentation.

About

A WebExtension that opens a random bookmark from a given folder.

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published