The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
2answers
255 views

Possible to disable custom Javascript keybindings in Safari?

I have a couple of decades experience using Emacs, so the Emacs-like keybindings for text editing on Mac OS X are very nice. Unfortunately, some websites (ahem) choose to override these with ...
4
votes
1answer
2k views

Is there something similar to the Greasemonkey script system for a browser in iOS?

Greasemonkey is explained in this Wikipedia entry. I would like to add my own stylesheet to a particularly non-mobile-friendly website. Is there any way to accomplish this? Are there any browser apps ...
2
votes
1answer
4k views

How do I open the javascript console in Safari 6?

I just got a new Mac and it comes with Safari 6 installed. I've opened up the Safari 6 web inspector tools and now I can't find some of the tools I used before in Safari 5. In Safari 5 you can press ...
2
votes
1answer
191 views

Automatically forward “Starred in Gmail” messages to OmniFocus

Summary: I would like to create some sort of an automated process where any messages that I 'star' in Gmail (aka 'flag' when using Gmail via IMAP) will automatically be added to OmniFocus, and then ...
2
votes
1answer
709 views

Mobile Safari requires external Javascript from another domain which is blocked or failed to load

When using Mobile Safari on my iPhone (4, iOS 5.0.1) to view this site, I am not able to log in using the top right drop down arrow that is seen on the mobile view. Nor am I able to enter the full ...
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
1answer
51 views

Is there an app to convert a video to HTML / JS / JSON?

Apple's site does some neat tricks on their pages to display videos encoded as a JPG file and then decoded and rendered in a canvas element (see ...
1
vote
2answers
103 views

Are my frequent Safari beach balls caused by my extensions?

Every 2-10 minutes Safari pauses with a spinning beach ball for roughly 10-90 seconds, sometimes asking if I want to reload everything, making Safari almost unusable. I've installed several safari ...
1
vote
2answers
331 views

How can I automatically run an AppleScript on shutdown or logout?

I am more used to the Javascript style event handlers, but is there a similar thing in applescript that listens to system events like logout or shutdown to execute code or is there a way to have an ...
1
vote
0answers
24 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 ...
1
vote
2answers
754 views

how to convert an html page to pdf using javascript? [closed]

I have an html page, I want to convert it into pdf format to make it printer friedly. I was restricted to use either javascript or js libraries to complete this task. Could any one please help me..!!! ...
0
votes
2answers
273 views

Is JavaScript secure? [closed]

I have a couple of websites I have to use that require Java so I am leaving it on in Java Preferences.app, disabling it on all browsers bar one that will only be used for those sites. Am I safe to ...
0
votes
2answers
201 views

How to get the path of the selected Image in Adobe Bridge via Applescript?

I am trying to get the parent file path of a selected image thumbnail in Adobe Bridge CS5.1 to pass it on to a shell script. An Applescript wraps a tiny javascript command in command like this: set ...
0
votes
1answer
151 views

Retina dsiplay support on Intellj Idea for Java /JavaScript development

I have seen this question on retina display issues while working with Eclipse on Macbook . I have a latest personal Intellij Idea License and would like to know your views of retina display support ...
0
votes
1answer
1k views

Safari: “JavaScript error detected! Error: TypeError: 'null' is not an object”

Whenever I connect to a WiFi at Starbucks, I'm prompted with this warning: After clicking OK everything is fine and I can login as usual. What's causing this error? How do I troubleshoot?
0
votes
1answer
163 views

Apple Discussions website not responding to clicks?

This is ironic, Apple's Discussions website is not working properly in the latest version of Safari (6.0.3) or Chrome (25). Any link or button that I click on the page does not work. Is this ...
0
votes
1answer
66 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 ...