3
votes
3answers
1k 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 = Components.classes[ …
2
votes
3answers
618 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 the …
8
votes
4answers
452 views
Stackoverflow Ubiquity command
I've written a basic stackoverflow ubiquity command.
The initial version refused to execute properly because one of the parameters was not in the correct format. Specifically the postData p …
3
votes
Ubiquity Hack
I wrote this a few days ago: http://www.appidx.com/ubiq/stackoverflow.html
The execute portion refuses to run with …
2
votes
How do you unsubscribe from a ubiquity command
The way to delete commands is to find them in the Subscribed Feeds section of the main help page:
ubiq help | about:ubiquity
Scroll down to "Subscribed Feeds" in the right …
2
votes
How do you make a post request into a new browser tab using JavaScript / XUL?
The answer to this was found by shog9. The postData parameter needs to be a nsIMIMEI …
