|
|
|
|
|
by thrdbndndn
957 days ago
|
|
Yeah it's reachable (in unsafeWindow for user script), I eventually find it by something similar. 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). |
|