Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fcportables site no images #849

Open
REMILI0 opened this issue Feb 19, 2025 · 1 comment
Open

fcportables site no images #849

REMILI0 opened this issue Feb 19, 2025 · 1 comment

Comments

@REMILI0
Copy link

REMILI0 commented Feb 19, 2025

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
},
@hoothin
Copy link
Owner

hoothin commented Feb 22, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants