Can anyone help me in understanding how JavaScript Insertion and Invoking works in BP ? When inserting JavaScript, does it get added to the source code of the webpage temporarily or does it work with some other mechanism?
I always see it as a line of code you add to the console, similar like the way you do it manually through the inspector tools in your browser. Doing it this way seemed to work for me so far...