ebay.co.uk search box plugin

For support with specific websites

Moderator: trava90

Forum rules
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.

Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
  1. Clear any current output
  2. Navigate or refresh the page in question
  3. Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
User avatar
cannonmc
Fanatic
Fanatic
Posts: 115
Joined: 2018-08-22, 22:46

ebay.co.uk search box plugin

Unread post by cannonmc » 2020-12-21, 12:25

Now quite sure if this is the correct forum but seemed the best to me.

I suspect this may be somethings at ebay's end but I thought I'd start here.

Using Windows 7 and PM 28.16.0 (before latest update, waiting to be installed)

I have a plugin for ebay.co.uk installed in the search engine box along with the likes of Wikipedia, IMDB, youtube, amazon.co.uk and have been using it for a long time.

I don't know where I got it because I can't find a version again, only ebay.com

All was going OK until Friday. Previously when I entered a search term in the PM ebay box it took me straight to the relevant ebay.co.uk entries. But on Friday when I entered a search term the connection timed out looking for rover.ebay.co.uk

If I search with a blank box it looks for rover.ebay.co.uk but takes me to the ebay.co.uk home page

From that page if I use the PM search box (not ebay's own box) to search for an item it times out looking for shop.ebay.co.uk. The actual ebay.co.uk search is as normal

All the other searches from the PM box are working OK, including ebay.com

If anyone has come across this problem I would be grateful for any help. Thanks

User avatar
moonbat
Knows the dark side
Knows the dark side
Posts: 5590
Joined: 2015-12-09, 15:45

Re: ebay.co.uk search box plugin

Unread post by moonbat » 2020-12-21, 12:46

Rightclick within the search box on ebay.co.uk and you can add a keyword search for it, it will get saved as a bookmark rather than a search plugin, but you can activate it from the addressbar like with other keyword searches.
"One hosts to look them up, one DNS to find them and in the darkness BIND them."

Image
KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX
Jabber: moonbat@hot-chili.net

User avatar
billmcct
Board Warrior
Board Warrior
Posts: 1045
Joined: 2012-09-04, 15:19
Location: Union City Georgia USA

Re: ebay.co.uk search box plugin

Unread post by billmcct » 2020-12-21, 15:22

With PM closed, put this file into the "searchplugins" folder in your profile. Start PM and look in your search engines.
ebaycouk.xml
You do not have the required permissions to view the files attached to this post.
--------------------------------------------------------------------------------------------------------------
Dell Precision 15 7550
Windows 10 Pro. 22H2 19045.5965
Xeon W-10885M
64 GB DDR4 ECC memory (128 GB max)
500 GB Corsair T500 main M2 SSD
1 TB Intel storage M2 SSD (6 TB max)
Intel onboard GPU 1080p
Quadro RTX 5000 Max-Q GPU 4K

Pale Moon 33.7.x x64 AVX2 build

The difference between the Impossible and the Possible lies in a man's Determination.
Tommy Lasorda

User avatar
cannonmc
Fanatic
Fanatic
Posts: 115
Joined: 2018-08-22, 22:46

Re: ebay.co.uk search box plugin

Unread post by cannonmc » 2020-12-22, 10:14

Thank you bill, that worked a treat, once I found where my other plugins were stored. :thumbup:

Didn't really understand moonbat's suggestion as I don't get 'keyword search' but never mind

User avatar
Isengrim
Board Warrior
Board Warrior
Posts: 1324
Joined: 2015-09-08, 22:54
Location: 127.0.0.1

Re: ebay.co.uk search box plugin

Unread post by Isengrim » 2020-12-22, 11:34

cannonmc wrote:
2020-12-22, 10:14
Didn't really understand moonbat's suggestion as I don't get 'keyword search' but never mind
Keyword searches are similar to this feature in Firefox. (I had to look it up too.)
a.k.a. Ascrod
Linux Mint 19.3 Cinnamon (64-bit), Debian Bullseye (64-bit), Windows 7 (64-bit)
"As long as there is someone who will appreciate the work involved in the creation, the effort is time well spent." ~ Tetsuzou Kamadani, Cave Story

User avatar
cannonmc
Fanatic
Fanatic
Posts: 115
Joined: 2018-08-22, 22:46

Re: ebay.co.uk search box plugin

Unread post by cannonmc » 2020-12-22, 12:24

Thanks for the link but it seems an awfully long-winded way of searching when I have all the search engines I generally use as plug-ins in the box.

But nice to get a drop of extra info :)

User avatar
moonbat
Knows the dark side
Knows the dark side
Posts: 5590
Joined: 2015-12-09, 15:45

Re: ebay.co.uk search box plugin

Unread post by moonbat » 2020-12-23, 01:50

cannonmc wrote:
2020-12-22, 12:24
it seems an awfully long-winded way of searching when I have all the search engines I generally use as plug-ins in the box.
You do - but not all sites will have a search plugin and this is definitely easier to create and use than an XML file for a search plugin. And there is even support for multiple parameter keyword searches.

For example, using the guide above, I can do currency conversion directly within my address bar by typing 'curr <amount> <from currency> <to currency> as say 'curr 100 USD EUR' to convert from USD to Euros.

Code: Select all

javascript:var%C2%A0s='%s';%20url='https://www.xe.com/currencyconverter/convert/?Amount=%s&From=%s&To=%s';%20t='';%20qc=0;%20chunks=url.split('%s');%20for(i=0;%20i<s.length;%20i++){if(s.charAt(i)=='"')qc=qc^1;%20t+=((s.charAt(i)=='%20'&&qc)?'^':s.charAt(i));%20}args=t.split(/\s/);%20nurl='';%20for(i=0;%20i<chunks.length;%20i++){nurl+=chunks[i];%20if(args[i]!=undefined)%C2%A0{args[i]=args[i].replace(/\^/g,'%20');%20nurl+=args[i];%20}}location.replace(nurl,'<%20BR>');
"One hosts to look them up, one DNS to find them and in the darkness BIND them."

Image
KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX
Jabber: moonbat@hot-chili.net

New Tobin Paradigm

Re: ebay.co.uk search box plugin

Unread post by New Tobin Paradigm » 2020-12-23, 02:36

Bullshit.