Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.