UserScripts icon indicating copy to clipboard operation
UserScripts copied to clipboard

fcportables site no images

Open REMILI0 opened this issue 10 months ago • 1 comments

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
},

REMILI0 avatar Feb 19 '25 17:02 REMILI0

{
    "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')})"
}

hoothin avatar Feb 22 '25 00:02 hoothin