Describe the bug
Breaks 4get.ca image viewer. Image opens directly instead.
Steps to Reproduce
Click on image
Wait a second for image to open with direct link
Expected behavior
Image viewer pops up after clicking an image
Additional information and data
Possible hint: src/js/content.js
- change line 401:
link.classList.add("fmhy-processed") → link.setAttribute("data-fmhy-processed", "true")
- change line 379:
"a[href]:not(.fmhy-processed)" → "a[href]:not([data-fmhy-processed])"
Credit: 7oznova
FMHY SafeGuard Version
1.3.5 (latest)
Before opening this Issue
Describe the bug
Breaks 4get.ca image viewer. Image opens directly instead.
Steps to Reproduce
Click on image
Wait a second for image to open with direct link
Expected behavior
Image viewer pops up after clicking an image
Additional information and data
Possible hint:
src/js/content.jslink.classList.add("fmhy-processed")→link.setAttribute("data-fmhy-processed", "true")"a[href]:not(.fmhy-processed)"→"a[href]:not([data-fmhy-processed])"Credit: 7oznova
FMHY SafeGuard Version
1.3.5 (latest)
Before opening this Issue