Tagged Questions
The ubiquity tag has no wiki summary.
4
votes
3answers
4k views
How do you make a post request into a new browser tab using JavaScript / XUL?
I'm trying to open a new browser tab with the results of a POST request. I'm trying to do so using a function containing the following code:
var windowManager = ...
4
votes
6answers
1k views
3
votes
2answers
203 views
Is there a correct way to 'yield' in the cooperative threading sense in javascript?
I'm writing a ubiquity plugin the long function callback for an ajax query is blocking up the GUI Thread causing firefox to lock up.
The obvious solution seem to be to use some sort of deferred ...
2
votes
3answers
190 views
open a url using java script for Ubiquity command
I was writting a Ubiquity command but I have 0 expriece on JS. How to open an url (http://www.stackoverflow.com for example ) using JS?
EDIT:
Thanks you all, I believe you are correct, but with ...
2
votes
2answers
885 views
jQuery + Ubiquity: Return a document object from a URL
I'm trying to write a simple Ubiquity command that will run a query on Wolfram Alpha, and display the results in the Ubiquity preview object.
I need to set the innerHTML of the preview object. I am ...
2
votes
2answers
175 views
Using a non-English ubiquitous language?
While discussing specifications and functional requirements for a recent project, we were talking with the domain experts about accounting terms in Dutch since the whole team and the customers were ...
2
votes
3answers
772 views
How do you unsubscribe from a ubiquity command
I can't seem to find details on how to unsubscribe from ubiquity commands. The command list page only seems to have information about the installed commands and there are no links to deleting them. ...
1
vote
1answer
93 views
Ubiquity CmdUtils.setSelection won't replace HTML
I'm attempting to write a Ubiquity command that allows you to replace a selected link or URL pointing to an image with that image itself. However, the CmdUtils.setSelection() function (documented ...
1
vote
2answers
4k views
jQuery.ajax call returns empty data container but the raw URL works!
I'm using a Greasemonkey script to pull data from the RSS feed here http://www.instapaper.com/folder/48337/rss/11185/QBV0RZfH4KBO7GwgrR3D8b7sv90 and insert it into a page with jQuery. The address ...
0
votes
1answer
483 views
automating RAPIDSHARE piracy file take down process
I found a new search engine that speeds up finding piracy files from rapidshare, how could I automate a tool that finds our product using this engine and outputs the list of the rapidshare URLs that ...