For support with specific websites
Moderator: trava90
Forum rules
Please
always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.
Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
- Clear any current output
- Navigate or refresh the page in question
- Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
-
jobbautista9
- Keeps coming back

- Posts: 957
- Joined: 2020-11-03, 06:47
- Location: Philippines
Post
by jobbautista9 » 2025-02-07, 13:43
q160765803 wrote: ↑2025-01-26, 13:16
a user style can help as well:
Thanks, that works!
Add this too for videos to show as well:
Code: Select all
div[aria-label="Embedded video player"] div figure {position:unset !important; max-height: 100%; max-width: 100%; height: auto !important; width: auto !important;}
-
jobbautista9
- Keeps coming back

- Posts: 957
- Joined: 2020-11-03, 06:47
- Location: Philippines
Post
by jobbautista9 » 2025-02-09, 04:13
Also this selector for Tenor "GIFs" (which are just WebMs):
Code: Select all
div[style="position: absolute; inset: -2px;"] {position:unset !important; max-height: 100%; max-width: 100%; height: auto !important; width: auto !important;}