lelinhtinh / Userscript

Userscripts collection
http://devs.forumvi.com/f23-userscript
MIT License
152 stars 54 forks source link

Fix bug grecaptcha is undefined #106

Closed mrsilver256 closed 2 years ago

mrsilver256 commented 2 years ago

Downloading a vip content require grecaptcha but after getting script the object return null most of the times. However, while checking window.grecaptcha object, it's loaded. This might be due to the permission grant so I've changed it to auto instead of content. Besides, right click does not work, and it's not always have "Đọc Từ Đầu" string, I've made a minor update on this too.

lelinhtinh commented 2 years ago

Nice, thank you!