milkbiaeapddfnpenedfgbfdacpbcbam
Inject your Javascript into the webpage The Scripty extension allows you to inject custom javascript to a webpage. Features: 1. Inject script based on URL, host or regex. 2. Download script from Script Store. 3. Run the script directly from the context menu. 4. Publish script on Script Store. 5. Share script with other users. 6. Enable/Disable the scripts How To Use: 1. Add your custom script in the Scripty extension. 2. Select the execution mode: Manual/Automatic 3. To run a script: - Open the extension and click the play button. Or - Run a script from the context menu. Right Click > Select Scripty > Select your script. 4. Automatic scripts run automatically based on provided configuration.
Witchcraft: JS/CSS injector
Witchcraft loads custom Javascript and CSS directly from a folder in your file system. Think GreaseMonkey for developers. Think Greasemonkey for developers. Witchcraft is a Google Chrome extension for loading custom Javascript and CSS directly from a folder in your file system, injecting them into pages that match their files names. It works by matching every page domain against script file names available in the scripts folder. For instance, if one navigates to `https://www.google.com`, Witchcraft will try to load and run `google.com.js` and `google.com.css`. Witchcraft also tries all domain levels. For instance, if one accesses `https://gist.github.com`, it will try to load, in this order: `com.js`, `github.com.js` and `gist.github.com.js`... and the same for CSS. All domain levels for which a script is found will be loaded, not just the first one. Whenever you edit or create new scripts, there's no need to reload anything other than the page where the scripts are supposed to run. This is what makes Witchcraft special and different than other popular scripting tools, like Greasemonkey or Tampermonkey. Since Witchcraft runs as a Chrome extension, it is also cross-platform. It has been tested on Windows, MacOS and Linux. * scripts are automatically updated after you edit them - no need to reload anything; * works on Windows, Mac and Linux; * handles both JS and CSS; * @include directive to load other JS/CSS files from inside your domain scripts. * custom server addresses (even remote ones) Please check the website if you want to learn more.
Run Javascript
Run custom Javascript, each time you visit a website ⚡ 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. 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 → 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 → 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.
Super CSS Inject
Keep multiple stylesheets ready to inject and change on the fly! This extension allows you inject an external CSS stylesheet into a page via URL. The extension allows you to keep an list of multiple CSS stylesheets ready to inject so it's easier to toggle between them when working in multiple projects. The extension also works with LiveReload so you can work on the CSS without having to reload the page. 2025-03-21 Update - Add a new option to configure the URL used for the LiveReload WebSocket server 2024-03-23 Update - New short name feature. Add alias to your stylesheets! - Minor UI improvements. 2022-11-10 Update - Fixed a bug that caused the extension to stop responding due to the service worker inactivity; - Improved behaviour in SPAs (the extension now tries to always keep the injected style sheets in highest priority); 2022-10-13 Update - Allow multiple injected stylesheets per tab; - Easily rename existing stylesheet URLs in the Options page; - Added links to the stylesheet URLs in the Options page; - Added URL validation in the Options page; - The search input in the Popup it's now displayed earlier (6 or more items). 2020-05-31 Update - Added search in popup to easily filter larger lists (> 8 items); - Fixed overlapping bug in options page. 2020-03-16 Update - Improved the listing to work with larger stylesheet names. 2019-08-06 Update - Added popup to easily change between active stylesheet without having to open the Options page; - Now you can have an different active stylesheet per browser tab; - The list of stylesheets is now sorted alphabetically.
Page Manipulator
Inject HTML, CSS or JavaScript into any web-page. The changes you make are applied every time you visit the specified website(s). - Automatically inject custom HTML, CSS, and/or JavaScript into the pages you specify. - Run custom CSS before the page is fully loaded so you won't see the original page first. - Inject JavaScript on the go. - Add/Remove/Change the HTML and CSS on the go. - Right click on any element on a page to get the full CSS path. - Automatically saves the changes you make. - Files that contain less than 8000 characters are synced across your Google account. - Files that contain 8000 or more characters are stored locally. - Cheat simple games like the T. rex game. - Make your own dark-theme for any website. - Test a website you're working on. - Whatever you can imagine, be creative ;) - Simple, First open the extension. - Choose 'JavaScript', 'CSS' or 'HTML'. - Create a new file by pressing 'new'. - Write your own code or get some from the examples here: https://github.com/Ruud14/Page-Manipulator/tree/master/examples - Press the 'manipulate' button to test your code. - To make sure your code is run every time you visit a specific page do the following: - Put the URLs of the websites in the 'active websites' input. - Check the 'active' checkbox. - Button functionalities: - The 'Reload' Button: - Will Reload the current page. - The 'Active' checkbox: - on > The code will be run automatically on the pages specified in the 'Active websites' textarea. - off > The code will only run when you press the 'Manipulate' button. - The 'Active Websites' textarea: - You can specify the websites you want your code to run on here. - The 'Matching Pages' dropdown: - 'Exact' > The code will only run when the URL of the page is exactly the same as one of the URLs in the 'Active Websites' textarea. (Including slashes at the end!) - 'Recursive' > The code will also run on all sub-pages of the specified URLs in the 'Active Websites'. - The 'Position on page' dropdown (only with HTML): - 'Top' > The HTML will be added to the top of the page. - 'Bottom' > The HTML will be added to the bottom of the page. - 'Replace' > The HTML will replace the entire body HTML of the page. - The 'Manipulate' or 'Update Manip.' button: - Injects the code into the page or updates the injection. - **This button also works when the 'Active' checkbox is unchecked.** - The 'Remove Manip.' Button: - Removes the manipulation from the page. - If the "Auto ⟳" checkbox is checked, the page will automatically reload after pressing the 'Remove Manip.' button. The 'active' checkbox will also be unchecked. - The 'Delete' button: - Deletes the current file from the storage. - You can right-click any element on a page to get the CSS path of that element. - If the extension button in the top right corner is greyed-out, you can't use it on that page. - Make sure the 'active' checkbox is checked. And the 'active websites' input contains the correct URLs. - For JavaScript: - Make sure your code is run at the right moment. Maybe try adding a delay. - Check the browser console for error messages. - For CSS: - Make sure you are manipulating the right element by using "inspect element". - Try using '!important'. - For HTML: - Make sure you haven't accidentally set the 'position' dropdown to the wrong position. - Removing and updating JavaScript manipulations might not work the way you expect it to. Removing your JavaScript manipulation from a page only removes the element, so dynamic changes made to the page will stay there even when you remove the manipulation. To completely remove everything the manipulation did, you must reload the page. This extension works on most sites, but there are some exceptions! If you'd like to see any specific improvements or found any bugs, let me know here: https://github.com/Ruud14/Page-Manipulator/issues The editor I used since release v0.2.0-alpha is Ace editor. Check it out here: https://ace.c9.io/