Skip to content

self-related/console-log-interceptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

console-log-interceptor

Deploy: https://self-related.github.io/console-log-interceptor/

Terminal for a webpage that intercepts console.log and console.error messages and executes JS scripts (calls eval() function).

Using: add console-module.js script in html file:

<script src="./console-module.js"></script>

Features

  1. Output console.log and console.error messages
  2. Execute JS scripts (calls eval() function)
  3. Autoscroll by default. Disabled automatically if not scrolled down
  4. Resize on top border
  5. Hide/restore button
  6. Single-line and multi-line input modes

1 1