cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Workaround for "Add to list" feature

Anonymous
Not applicable

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
latest reply
0 REPLIES 0