The documentation says :
To run your script, simply enter the __run() command in the Web
Inspector Console.
__run()
is not a no-op but just a wrapper to your script. You need to select Console tab first and then enter __run()
in the command window. If you are familiar with Chrome, it’s fairly the same as for developpers tool.