Skip to content

MrRhodes/SpeedTrap-Debugging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

SpeedTrap Debugging

JS include for very basic speedtrap debugging of sorts...

Just create a bookmarklet with the following code, then click that on the page with speedtrap.:

javascript:(function() { var f = document.createElement('script'); f.src = 'https://mrrhodes.github.io/SpeedTrap-Debugging/speedtrap-debugging.js?t='+Date.now(); document.body.appendChild(f); })();

It'll then start giving some basic console output in the JS console.

About

JS include for very basic speedtrap debugging of sorts...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published