Adds a button to search Reddit via Google Search
< 脚本 Reddit on Google Search 的反馈
Thanks for the love and support!
This is a useful script. And this maybe is tangent but, I use Violentmonkey. Is there a way to make it remember the const values independently of the script update, specifically these values:
const settings = {
// Choose exactly one: "icon" or "label"
displayMode: "label",
btnPosition: "end", // "start", "end", or "afterai"
fixSize: true,
};
@victay44 Let me dig into that a bit. I might be able to store the values in the browsers local storage.
In my all time favourite userscript, love you man