ctechhindi / JS-Runner

Run JavaScript Code in the Chrome Tab Site (Online Sites)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Screenshot

Browser Support

  • Chrome (Latest)

Libraries

πŸš€ 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.

About

Run JavaScript Code in the Chrome Tab Site (Online Sites)


Languages

Language:JavaScript 68.4%Language:HTML 30.5%Language:CSS 1.1%