Left or right edge, it's the same. If you are holding your phone with your right hand, your thumb is either holding the phone by the right edge, or is just hovering on top of it.
OH. alright, i didn't know that, that's much better
At least on LineageOS it can register a diagonal swipe as long as it sorta fits into a 45° angle, either downwards or upwards.
yeah alright, that seems pretty reasonable then. i think that does sound fairly consistent and predictable
this seems like something best solved with a bookmarklet
let me see if i can knock one up quickly
okay, i got a bit distracted, sorry it took so long
javascript:(function() {window.location="https://duckduckgo.com/?"+window.location.toString().match(/q=.*?(\&|$)/g);})()
alternative code block
just drag that into your bookmarks bar, then click it when you're on a google search page (please message me with any questions or bugs, i wrote this in five minutes with an online regex tester)
also, thank you for this post - i'd never thought of doing this, but it's a good idea
edit 2: okay, lemmy-ui currently has a bug with ampersands. please replace
&
in the script with just an "&"