It would be nice to drag or copy and paste the breadcrumb navigation bar (Pottery & Glass > Pottery & China > Art Pottery > Brush/Brush-McCoy) or its URL (https://www.ebay.com/b/Brush-Brush-McCoy-Art-Pottery/18895/bn_16562162) into the category fields in GS to autmatically set those.
This would be faster than searching, especially for categories that often share the same words - you are left visually scanning through the search results. This would be faster than trying to manuualy navigate to the same category within GS.
Yes, but that is much slower than what I proposed.
Currently GS requires you to visually scan the browser address field, insert your mouse cursor into the browser address field at the right point, select all of the correct text, copy it, click on the category link in GS, insert your mouse into the search field and then paste.
I simply want to insert my mouse cursor into the browser address field and drag the entire URL into GS’s category field from the browser without opening the category search popup at all. Alternatively copy the entire URL and paste it into the search field. GS then can parse the URL and extract the category ID and set it.
Currently when you drag a URL to the category field it changes to blue upon hovering your mouse over it. That would suggest this control accepts a drop event but simply lacks the code to parse the dropped text and set the category.
Here is an Applescript that you can compile into a app to place on the edge of your screen. Copy the category URL from your browser and doubleclick Applescript and then paste extracted category ID into GS. Simply dragging from the browser into GS would be much faster as GS would be parsing the text instead of a Applescript.
set theURL tothe clipboard
set AppleScript’s text item delimiters to “/”