v1.0.0 · Chrome · MV3 · Manifest V3

ScriptPad

Write, save, and inject custom JavaScript and CSS into any website. Per-domain scripts, auto-inject on load, and a built-in snippet library.

Code Editor Preview

JS CSS
github.com
1
2
3
4
5
6
7
// Dark mode override for GitHub
const body = document.querySelector('body');
body.style.backgroundColor = '#1a1a2e';
body.style.color = '#e6e6e6';

console.log('[ScriptPad] Dark mode applied');
console.log('Injected in', 12, 'ms');
Run Save
Success

JS & CSS Injection

Write custom JavaScript or CSS and inject it into the current tab with one click. Uses Chrome's scripting API for reliable execution.

FREE

Per-Domain Scripts

Scripts remember which domain they belong to. When you visit a site, your scripts for that domain are ready to go.

FREE

3 Saved Script Slots

Save up to 3 scripts synced across devices via Chrome storage. Name them, organize them, toggle them on and off.

FREE

Code Editor with Line Numbers

Monospace editor with line numbers, tab support, and syntax-aware placeholder. Dark theme that matches your workflow.

FREE

Run with Feedback

Hit Run and see instant success or error feedback. Errors from your script are caught and displayed clearly.

FREE

Enable/Disable Toggle

Toggle scripts on or off without deleting them. Quickly test with and without your customizations.

FREE

Unlimited Scripts

Remove the 3-script limit. Save as many scripts as you need across all your domains and projects.

PRO

Auto-Inject on Page Load

Scripts run automatically when you visit a matching domain. No need to open the popup every time. Set it and forget it.

PRO

Snippet Library

12+ built-in snippets: dark mode, hide ads, custom fonts, wide layout, performance timer, scroll progress bar, and more.

PRO

Import/Export Scripts

Export all your scripts as JSON for backup or sharing. Import scripts from colleagues or your other machines.

PRO

Console Output Capture

See console.log, warn, and error output from your injected scripts right in the popup. No DevTools needed.

PRO

Script Enable/Disable per Script

Fine-grained control over each script. Disable specific scripts for testing without losing your code.

PRO