Questions tagged [ubiquity]

Ubiquity is a Firefox extension which accepts shorthand syntax for command tasks that require multiple clicks through a user friendly input field.

Ubiquity supports Firefox 3.5 and Firefox 3.6. Development was discontinued in 2009.

22 questions
8
votes
2 answers

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 execution of (i.e we want to periodically add the…
user47741
  • 2,905
  • 4
  • 21
  • 14
6
votes
3 answers

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["@mozilla.org/appshell/window-mediator;1"] …
aryeh
  • 2,195
  • 1
  • 16
  • 23
5
votes
2 answers

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 all native Dutch speakers. When development…
Christophe Herreman
  • 15,895
  • 9
  • 58
  • 86
2
votes
2 answers

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 currently doing this to get the HTML, which is…
Jason Coon
  • 17,601
  • 10
  • 42
  • 50
2
votes
0 answers

problems with ubiquity/success_command Ubuntu 14.04

I want to automate the Ubuntu installation (a fully unattended installation without questions). I also want to run a script right after the installation is finished. What I did is that I managed to have a fully unattended Ubuntu installation. I am…
Takwa Gnenna
  • 21
  • 1
  • 5
2
votes
3 answers

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. Am I missing something?
aryeh
  • 2,195
  • 1
  • 16
  • 23
2
votes
3 answers

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 following code I was not be able to jump to so. It…
pierrotlefou
  • 39,805
  • 37
  • 135
  • 175
1
vote
0 answers

Unify Controller with Traefik

I want to make my Unifi Controller to be accessible through the web, however, no matter what I do (even if Traefik successfully loaded the configuration), it will always give me "Bad Gateway". Logs telling me that uplink cannot be established (I…
Ivan Zhivolupov
  • 1,107
  • 2
  • 20
  • 39
1
vote
1 answer

MikroTik Router and Unifi AP Guest isolation

My devices: MikroTik RB4011iGS+RM Router (not wireless) and Unifi AP AC LR On the AP, I broadcast two SSIDs. A Staff and a Guest (created on Unifi Controller) On MikroTik created the following: Staff - 192.168.77.0/24 - It works perfectly Guest -…
gyurielf
  • 195
  • 2
  • 8
1
vote
1 answer

Editting ubiquity /temp/system.cfg file

I would like to add a frequency scan-list to a ubiquity device via SSH. Here is the code I am using: grep -v "wireless.1.scan_list" /tmp/system.cfg > /tmp/tempconfig echo …
1
vote
1 answer

iOS Core Data + iCloud error for addPersistentStoreWithType: You don’t have permission to save the file “store” in the folder

I've created a Core Data project from scratch, the only change I made is that where the persistent coordinator is adding a store, I'm providing a NSPersistentStoreUbiquitousContentNameKey…
johnnyMac
  • 381
  • 2
  • 14
1
vote
1 answer

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 here) seems to do nothing if any html tags are…
1
vote
3 answers

jQuery.ajax call returns an empty data container but the raw URL works

I'm using a Greasemonkey script to pull data from the RSS feed http://www.instapaper.com/folder/48337/rss/11185/QBV0RZfH4KBO7GwgrR3D8b7sv90 and insert it into a page with jQuery. The address returns valid RSS, but when Greasemonkey fires an Ajax…
Duncan Johnson
  • 274
  • 4
  • 13
0
votes
1 answer

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 will be then sent to abuse@rapidshare.com. search…
Tom
  • 6,725
  • 24
  • 95
  • 159
0
votes
1 answer

Ubiquiti Unifi for Raspberry Pi no longer working, how to download old version?

i updated my raspberry pi unifi installation with the following sudo DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::='--force-confold' -y -q full-upgrade sudo DEBIAN_FRONTEND=noninteractive apt-get -oDpkg::Options::='--force-confold' -y -q…
1
2