Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmuellr/rewein-ext
REmote WEb INspector Extensions for iOS
https://github.com/pmuellr/rewein-ext
Last synced: about 1 month ago
JSON representation
REmote WEb INspector Extensions for iOS
- Host: GitHub
- URL: https://github.com/pmuellr/rewein-ext
- Owner: pmuellr
- Created: 2012-05-01T13:48:59.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-05-01T14:30:43.000Z (over 12 years ago)
- Last Synced: 2024-04-09T21:04:47.279Z (9 months ago)
- Size: 102 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
rewein-ext : REmote WEb INspector EXTensions for iOS
====================================================If you're developing webby bits on iOS, you can use one of the
following tools/techniques to enable Remote Web Inspector debugging,
currently just under the iOS Simulator on iOS >= 5.x:* [iWebInspector](http://www.iwebinspector.com/)
* [Cordova Web Inspector plugin](https://github.com/pmuellr/phonegap-plugins/tree/web-inspector/iOS/WebInspector)
* [manual enablement](http://atnan.com/blog/2011/11/17/enabling-remote-debugging-via-private-apis-in-mobile-safari/)There are issues, and this Safari extension is supposed to help with them
installation
============Download the binary extension right from github:
* [rewein-ext.safariextz](https://github.com/pmuellr/rewein-ext/raw/master/rewein-ext.safariextz)
From Finder, double click the `rewein-ext.safariextz` file, and Safari
should launch with the "load this extension?" prompter.fixes
=====List of things that this extension "fixes".
fix the monospace font
----------------------The default monospace font is Monoco 10px, which looks like crap on my boxes.
The extension changes this to use monospace 12px instead, which means it should
also take into account whatever your default monospace font is set to
in Safari preferences.