I'm using the command below to search amazon.co.uk and wanted to know
how I could improve it. Currently, it shows the two parts of the
preview without a space in and this looks awful. How do you put a
space between the two sections of the preview?
CmdUtils.makeSearchCommand({
name: "AmazonUK",
url: "http://www.amazon.co.uk/s/ref=nb_ss_w_h_?url=search-alias
%3Daps&field-keywords={QUERY}",
icon: "http://www.amazon.co.uk/favicon.ico",
parser: {container: "div.result",
title: "div.productTitle a",
preview: "div.newPrice span, div.sss",
thumbnail: "div.productImage"}
});
Cheers in advance!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"ubiquity-firefox" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ubiquity-firefox?hl=en
-~----------~----~----~----~------~----~------~--~---