Run Javascript Chrome extension icon

Run Javascript

👥 20K+ users
📦 v5.1.5
💾 283KiB
📅 2026-05-17
View on Chrome Web Store

Chrome will indicate if you already have this installed.

Overview

⚡ Run custom JavaScript on any website — automatically, every time you visit.

Save your scripts per domain. They execute on page load, every single time. No setup, no config files, no extra tools. Just your code running where you want it.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

🔧 HOW IT WORKS

1. Visit any website
2. Click the Run JavaScript icon
3. Write or paste your custom JavaScript code
4. Save — your script auto-runs on every future visit to that domain

Toggle scripts on/off per site with one click. Scripts persist across browser restarts.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

🎯 WHAT YOU CAN DO

✅ Remove ads, popups, banners, cookie notices, and distracting elements
✅ Inject custom CSS — dark mode, custom themes, font changes, layout fixes
✅ Auto-fill forms, pre-select dropdowns, auto-click buttons
✅ Auto-run scripts on page load without manual intervention
✅ Extract data, scrape content, highlight information on any page
✅ Add features websites are missing — keyboard shortcuts, UI tweaks
✅ Automate repetitive tasks — clicks, form submissions, navigation
✅ Inject custom HTML elements, dashboards, or productivity widgets
✅ Test and prototype frontend code changes on live websites
✅ Debug and inspect page behavior with custom console scripts
✅ Modify DOM elements, rewrite page content, restructure layouts

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

💻 BUILT FOR DEVELOPERS

✅ Ace code editor with full syntax highlighting and auto-indent
✅ jQuery library included (1.12.4, 2.2.4, 3.3.1) — or use vanilla JavaScript
✅ Execute button for instant testing before saving
✅ Scripts stored per hostname using Chrome storage API
✅ One-click enable/disable toggle per domain
✅ Works on all http and https pages
✅ Manifest V3 — secure, fast, modern Chrome extension architecture
✅ Service worker background script — no performance overhead
✅ Sandboxed execution with duplicate run prevention

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

👤 WHO USES THIS

→ Web developers testing and debugging on production sites
→ Frontend engineers prototyping UI changes live
→ QA testers injecting test scripts and automation
→ Digital marketers running A/B tests and analytics scripts
→ Power users customizing websites to fit their workflow
→ Students learning JavaScript with real-world web pages
→ Automation enthusiasts replacing repetitive manual tasks

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

📝 EXAMPLE SCRIPTS

Remove cookie banners:
document.querySelector('[class*="cookie"]')?.remove()

Force dark mode on any site:
document.body.style.cssText = 'background:#1a1a1a!important;color:#eee!important'

Auto-expand collapsed content:
document.querySelectorAll('[aria-expanded="false"]').forEach(el => el.click())

Hide sidebar navigation:
document.querySelector('aside')?.style.display = 'none'

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

🔒 PRIVACY & SECURITY

→ No data collection, no tracking, no analytics
→ No account required — works immediately after install
→ All scripts stored locally in your browser
→ Open source and transparent
→ Manifest V3 security standards
→ No external network requests

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Lightweight. Fast. Private. Just your JavaScript, running where you want it.

Install now → click the icon → paste your code → done.

Tags

Productivity/developer productivity/developer

Privacy Practices

Not being sold to third parties, outside of the approved use cases
Not being used or transferred for purposes that are unrelated to the item's core functionality
Not being used or transferred to determine creditworthiness or for lending purposes

🔐 Security Analysis

⏳ Security scan is queued. Check back soon.

Capture a screenshot of your current page in entirety and reliably—without requesting any extra permissions!
Productivity/developer AI
브라우저에서 라온시큐어의 PC보안 기능을 사용하기 위한 확장 프로그램입니다.
Productivity/developer
Adds React debugging tools to the Chrome Developer Tools. Created from revision 3cde211b0c on 10/20/2025.
Productivity/developer