In your example, you already has a reference of `fn` to use, which isn't the case for my userscript (if I have a reference, I would just use it!).
I have to search based on the features in plain text of the function (using some regexes on `fn.toString()` to check how the arguments look like).
In your example, you already has a reference of `fn` to use, which isn't the case for my userscript (if I have a reference, I would just use it!).
I have to search based on the features in plain text of the function (using some regexes on `fn.toString()` to check how the arguments look like).