Text Wrap / Text Reflow
-
I found a complex page where the text wrap works on the entire range
https://forum.vivaldi.net/post/746680 -
I just created a userscript which reflows text on zoom by pinch gesture. I think it works quite similar to the reflow feature from Opera Mobile.
It doesn't incorporate any complicated AI stuff suggested in this topic, but simply limits the max width of all found text elements on page. So it could not work on some pages and some elements, for example those with
display:inline
rule. If you have any idea on how to improve the script, contributions are welcome on the Github page!Maybe some day Vivaldi will support userscripts and you could install it here as well. But until then please feel free to try it using other browsers with userscript support, such as Kiwi, Berry Browser or Cromite. I also published it as a Firefox Addon for Android.