is there a 'mono-descargar' library in Tampermonkey? #2225
Replies: 1 comment
-
No. Seems to be something site specific. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I had downloaded a user script lately, and when I am looking into the code from the script, it contains
var mono = window['mono-descargar'];. What I want to ask is that if the whole 'mono-descargar' thing is a library or something provided by Tampermonkey?Because when I use this
var mono = window['mono-descargar'];in a new blank chrome extension script, it turn out to be undefined. :D.Beta Was this translation helpful? Give feedback.
All reactions