[edit added 2020/01/22]
To install the lastest version of the script, check the current version number in this repository, below in this thread, and in my fork.
Use the method in this comment to install/update the userscript. When installed that way, it will be updated automatically every time the source is updated.
[Original message]
For some time now I have been using your script as a userscript in tampermonkey.
I had it modified in two places:
- It gets the language info from the page itself, not anymore from the browser (only as a last resort). It prevents a mixture of languages (my chrome is in english, but the page is in FR or EN).
- I add a link "Search by image" at the top of the text block (like in another extension IIRC)
- I have also added other languages. But not always for both the button and the link. I don't recall the exact source of this. Maybe requests here or on the webstore page.
At the time, I was planning to PR the new code here, but I got focused on other projects.
I did not notice immediately the effect of the new CSS ; in incognito mode the old style is still in use, and the script still works.
The code below can handle the old and the new style.
I can PR it if you want. And post explanation on the modications.
// @version 1.5.0.2
use latest version below
[edit added 2020/01/22]
To install the lastest version of the script, check the current version number in this repository, below in this thread, and in my fork.
Use the method in this comment to install/update the userscript. When installed that way, it will be updated automatically every time the source is updated.
[Original message]
For some time now I have been using your script as a userscript in tampermonkey.
I had it modified in two places:
At the time, I was planning to PR the new code here, but I got focused on other projects.
I did not notice immediately the effect of the new CSS ; in incognito mode the old style is still in use, and the script still works.
The code below can handle the old and the new style.
I can PR it if you want. And post explanation on the modications.