In Firefox or Chrome, install Greasemonkey or Tampermonkey.
You can then test the userscript by installing it here. Navigate to google
and you should see a react component inserted at the bottom of the page.
The userscript used for testing is so huge: there are 9680 lines in it. Wile I also noticed that the corresponding development version of this script, i.e., the scripts located at here and here, are so small.
To summarize, my question is: Why is the user script so large and its development version so small?
As noted in the README here:
The userscript used for testing is so huge: there are 9680 lines in it. Wile I also noticed that the corresponding development version of this script, i.e., the scripts located at here and here, are so small.
To summarize, my question is: Why is the user script so large and its development version so small?
Regards, HZ