This is a mod version for the Tooltips on android userstyle with additional features, available on:
Theme | Screenshot |
---|---|
Chrome | |
Edge |
Note
Options marked with an asterisk (*) only take effect when Theme
is set to Custom
.
Position
: Choose a position for the tooltips'↙'
: Bottom left'↘'
: Bottom right'↖'
: Top left'↗'
: Top right
Theme
: Choose a color scheme for the tooltipsChrome
: Chrome-like tooltipsEdge
: Edge-like tooltipsCustom
: Customize your own
- *
Background
: Customize the background color of the tooltips - *
Foreground
: Customize the text color of the tooltips - *
BorderColor
: Customize the border color of the tooltips BorderStyle
: Customize the border style of the tooltipsTextDecoration
: Choose a text decoration for elements withtitle
attribute (default
for not applying any)- Example:
underline dashed
- Refer to MDN for more options
- Example:
Opacity
: Customize the opacity of the tooltipsRadius
: Customize the border radius of the tooltipsPaddingX
/PaddingY
: Customize the padding of the tooltipsMarginX
/MarginY
: Customize the margin of the tooltips
- Migrated to Stylus
z-index
set to2147483647
, to ensure tooltips are always on top- Place tooltips on corners of the screen, so as not to disrupt the content (Customizable with
Position
) - Built-in themes for Chrome and Edge-like tooltips, or customize your own
- Set
text-decoration
for elements withtitle
attribute