Can someone tell how to make a Violentmonkey/Greasemonkey compatible script, that adds a box to a webpage, that has a text and a clickable link inside?
Example case to work with:
How to make a box to the upperleft corner of Stackoverflow, that has "Google" as visible text and when you click it, you'll be redirected to https://www.google.com.
Sample picture of what I have in mind
I want to be able to generate boxes on websites that I can use to click myself into a different webpage (or open it in a new tab). The whole box should be clickable.
Colors don't need to match the reference picture - I'll edit the style properties.
I searched Google some time already and found various codes but nothing worked for me in generating a box with a clickable link.