Workaround for "Add to list" feature

Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2017 06:45 AM
There's a dirty workaround if you want to display the Add to Lists menu at the item page, as eBay didn't remove the <div> yet, they only hidden it:
Install Stylish for Chrome or Firefox, create a New Style as below:
CSS code:
#atl_drpdwnLayerId { display: block !important; } div.watchListCmp > div.u-flL > div.drpdwnCmp { display: none !important; }
Applies to URLs matching the regexp:
.+ebay\..+/itm.+
It's a little ugly, but it works for now. Hope this helps people!
Message 1 of 1
0 REPLIES 0
