Hook shadowroot dom and allowed to debug.
< Feedback on ShadowRoot Hook
There are problem to "open" a #shadow-root which is provided by an addon?
By example,
In Flickr, when using the "PhotoShow par Vincent W." addon, i have a problem to open its shadow-root.
And can't style its preview modal with something like:
/* ALL - SUPP VIEWER FOR CERTAIN IMAGES / div[style="display: contents !important;"] .photoshow.photoshow_viewer:has(.photoshow_image[src="/buddyicons/"]) { position: fixed !important; display: none !important; visibility: hidden !important; opacity: 0 !important; transform: unset !important; top: -100vh !important; pointer-events: auto !important; }
Test link:
https://www.flickr.com/photos/antonto/5148160031/
Firefox / Tampermonkey
Sign in to post a reply.
There are problem to "open" a #shadow-root which is provided by an addon?
By example,
In Flickr, when using the "PhotoShow par Vincent W." addon, i have a problem to open its shadow-root.
And can't style its preview modal with something like:
/* ALL - SUPP VIEWER FOR CERTAIN IMAGES / div[style="display: contents !important;"] .photoshow.photoshow_viewer:has(.photoshow_image[src="/buddyicons/"]) { position: fixed !important; display: none !important; visibility: hidden !important; opacity: 0 !important; transform: unset !important; top: -100vh !important; pointer-events: auto !important; }
Test link:
https://www.flickr.com/photos/antonto/5148160031/
Firefox / Tampermonkey