https://github.com/ctechhindi/js-runner
Run JavaScript Code in the Chrome Tab Site (Online Sites)
https://github.com/ctechhindi/js-runner
chrome-extension extension javascript webpack
Last synced: 10 months ago
JSON representation
Run JavaScript Code in the Chrome Tab Site (Online Sites)
- Host: GitHub
- URL: https://github.com/ctechhindi/js-runner
- Owner: ctechhindi
- Created: 2020-09-03T03:34:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-27T06:22:59.000Z (over 5 years ago)
- Last Synced: 2025-04-02T19:47:03.722Z (about 1 year ago)
- Topics: chrome-extension, extension, javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 1.26 MB
- Stars: 6
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JS Runner - CTH
Run JavaScript Code in the Chrome Tab Site (Online Sites)

## ✨ Features
* Run Custom JavaScript in Sites
* Microsoft VS Editor
### Editor Shortcut Key
* Save Data `Ctrl + S`
* Full Screen `F11`
* Change Tab Size
* Change Font Size
* Insert Console Log: `Ctrl + Alt + L`
* Word Wrap: `Alt + Z`
* Beautify JS Code: `Alt + Shift + F`
## 📦 [Install Extension](https://chrome.google.com/webstore/detail/js-runner-cth/ohfgciebjhocphgcikdnldicgfhdbllj)
## Screenshot





## Browser Support
- `Chrome (Latest)`
## Libraries
* [Monaco Editor Webpack Loader Plugin](https://github.com/microsoft/monaco-editor-webpack-plugin)
* `npm install monaco-editor`
* `npm install monaco-editor-webpack-plugin`
* UIkit: https://getuikit.com/
## 🚀 Debugging
* `npm run watch`
* `npm run build`
* `npm run build-zip`
## Changelog
### `Processing`
### V.0.0.7
* Beautify JS Code with Shortcut Key `Alt + Shift + F`
* Enable and Disable `wordWrap` with Shortcut Key `Alt + Z`
* Change Editor Theme with `Theme` Option
### V.0.0.6
* Add Custom Suggestion in the JavaScript Language
- `alert, log, for, foreach, if`
* Script Runner Status `OFF/ON` Checkbox
* Fix URL uppercase and lowercase letter problem.
### V.0.0.5
* Update Plugin:
- `npm install monaco-editor@0.21.1`
- `monaco-editor-webpack-plugin`
* Add New Editor Key `Ctrl + Alt + L`, Select JavaScript Variable and this line insert
```
console.log("CTH: xPath2", xPath2)
```
### V.0.0.2
* Action on Sites, Run Script if:
- Host/URL/Path
- Equals/All/Matches (regex)
- Value (URL)
- Trigger: Manually/Automatically
- Automatically = Before page load/On Page Load
### V.0.0.1
* Monaco Editor
* All script saved page
* About us page
## Reporting Issues radioactive
If you have a problem with this plugin or found any bug, please open an issue on GitHub.
## 📝 Copyright and License copyright
Code copyright 2020 ctechhindi. Code released under the MIT license.