The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
65 views

Safari extension for adding arbitrary Javascript to a page?

Is there a way to do this? I know I can use Stylish for adding arbitrary CSS to pages on a per-domain basis. Looking for something similar to add Javascript. For example, let's say I wanted to turn ...
2
votes
0answers
93 views

How do I jump to a line number in Safari 6 Web Inspector?

So I'm working on some javascript and I want to set a breakpoint on the line that I'm working on. It seems reasonable that I should be able to go into the Javascript debugger and jump to that line ...
1
vote
0answers
22 views

Does the javascript debugger in Safari have the ability to de-minify javascript like chrome does?

In the Chrome debugger under the "Sources" tab, there is a little "{}" button at the bottom that will de-minify minified code and make it human readable, as well as allow the developer to set ...