UserScripts
UserScripts copied to clipboard
fcportables site no images
https://www.fcportables.com
The images (thumbs) stopped appearing
currently im using this rule
{
"name": "TestPage",
"url": "^https://www\\.fcportables\\.com",
"pageElement": "id(\"content\")/div[@class=\"container layout-2-col layout-2-col-1 layout-right-sidebar\"]/div[@class=\"row main-section\"]/div[@class=\"col-sm-8 content-column\"]/div[@class=\"listing listing-blog listing-blog-3 clearfix \"]",
"type": 0,
"action": 2
},
{
"name": "FC Portables",
"url": "^https://www\\.fcportables\\.com",
"pageElement": ".listing-blog>article",
"pageAction": "eles.forEach(e=>{let a=e.querySelector('.img-holder[data-src]');if(!a)return;a.style.backgroundImage=`url(\"${a.dataset.src}\")`;a.classList.add('b-loaded')})"
}