BareScript icon

BareScript

by votuscode

v1.1.0 Updated Jan 13, 2026 39.02KiB
CWS
6
Users
★ 0.00
0 reviews
#135720
of 208.9K
developer
#11964 of 18.3K

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 • Libraries - create reusable code modules that scripts can import • SPA support - scripts re-run automatically on single-page app navigation 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 • @type - Script type: script (default) or library • @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 --- Added: Libraries and SPA support to features, @type to directives.
BareScript screenshot 1BareScript screenshot 2

Reviews

Loading reviews...

Permissions (4)

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 webNavigation Can monitor navigation events

Details

Version 1.1.0
Updated Jan 13, 2026
Size 39.02KiB
First Seen Apr 1, 2026