This directory contains example files to help you get started with brow6el.
Example user scripts that demonstrate the custom JavaScript injection system.
To install:
# Copy example scripts to your user scripts directory
mkdir -p ~/.brow6el/userscripts
cp examples/userscripts/*.js ~/.brow6el/userscripts/
# Copy example config (edit URL patterns as needed)
cp examples/userscripts/userscripts.conf.example ~/.brow6el/userscripts.confdark-mode.js
- Inverts colors for a dark theme
- Manual injection only (no URL pattern)
- Press
Ctrl+Uand select "Dark Mode" to activate
google-custom.js
- Adds a green banner to Google pages
- Auto-injects on
*google.com*and*google.co.* - Changes background color to light blue
test-page.js
- Example script demonstrating auto-injection
- Useful for testing auto-injection patterns
userscripts.conf.example
- Example configuration file
- Shows how to configure auto-injection patterns
- Demonstrates wildcard URL matching
-
Install example user scripts:
mkdir -p ~/.brow6el/userscripts cp examples/userscripts/*.js ~/.brow6el/userscripts/ cp examples/userscripts/userscripts.conf.example ~/.brow6el/userscripts.conf
-
Test user scripts:
- Press
Ctrl+Uto manually inject dark-mode.js - Press
Ctrl+Yto toggle auto-injection - Visit Google to see the custom script in action
- Press
- USERSCRIPTS.md - Complete user scripts documentation
- README.md - Main documentation