BareScript icon

BareScript

by votuscode

v1.0.0 Updated Jan 9, 2026 37.78KiB
CWS
4
Users
★ 0.00
0 reviews
#124869
of 174.9K
developer
#11120 of 15.4K

Description

BareScript is a minimal userscript manager that lets you run custom JavaScript on any website. FEATURES • Run custom scripts on any website using @match URL patterns • Simple dashboard for creating and managing scripts • Per-script enable/disable toggle • Familiar userscript metadata format • Global on/off switch LIGHTWEIGHT & PRIVATE BareScript is built with simplicity in mind. No bloat, no tracking, no data collection. All your scripts and settings are stored locally on your device. EASY TO USE Create scripts using the familiar userscript format: // ==BareScript== // @name My Script // @match https://example.com/* // @run-at document-end // ==/BareScript== console.log('Hello from BareScript!'); SUPPORTED DIRECTIVES • @name - Script name displayed in dashboard • @match - URL patterns where the script runs (supports wildcards) • @run-at - When to inject (document-start or document-end) OPEN SOURCE BareScript is free and open source. View the code and contribute at github.com/flamenkito/barescript
BareScript screenshot 1BareScript screenshot 2BareScript screenshot 3

Reviews

Loading reviews...

Permissions (3)

Permissions

scripting Can inject scripts into web pages storage Can store data locally in your browser tabs Can see your open tabs and their URLs

Details

Version 1.0.0
Updated Jan 9, 2026
Size 37.78KiB
First Seen Mar 30, 2026