Remove http:// from form text fields
I was annoyed by all forms where you would have to enter an URL, but the http:// was already given in there, which is total nonsense if you use copy&paste. So I threw together a quick GreaseMonkey script, which didn’t take long fortunately.
So here is the script:
removehttpfromforms.user.js
It also has a UserScripts site.
In case you don’t […]

