Files
cheatsheets/weinre.md
Rico Sta. Cruz 511de900ba Formatting updates (#2133)
- Update some sheets which have very long sections
- Remove `layout: 2017/sheet` (everything has the same layout now)
- Remove outdated sheets
2024-04-03 18:30:24 +11:00

820 B

title, category, tags, intro, archived
title category tags intro archived
Weinre JavaScript libraries
Archived
[weinre](https://www.npmjs.com/package/weinre) is a remote Web inspector. Note that it has been deprecated since 2016. Weinre has been deprecated since 2016.

Usage

Install:

$ npm install -g weinre

Start the server:

$ weinre --boundHost 0.0.0.0
$ open http://localhost:8080

HTML to inject

<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.async=1;js.src='http://'+location.hostname+':8080/target/target-script-min.js#anonymous';fjs.parentNode.insertBefore(js,fjs);}}(document,'script','weinre');</script>

References