FastForward
FastForward copied to clipboard
Added hagamix bypass
NOTICE
I dedicate any and all copyright interest in this software to the public domain. I make this dedication for the benefit of the public at large and to the detriment of my heirs and successors. I intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law.Fixes: Link to issue
- [x] I made sure there are no unnecessary changes in the code*
- [x] Tested on Chromium- Browser OS
- [ ] Tested on Firefox
* indicates required
do you have an example link?
do you have an example link?
redirects to google.com: example link
just click on the blue button and you will be redirected directly to "google.com" without waiting 15 seconds. Idk why but if I try to click programmatically on the button it doesn't work. Manual click works only so you are forced to do the last step manually.
try removing the disabled property before you do a click and it works, the top button click removes the disabled from the actual button and scrolls it into view
hmm how do they handle the click, theres no event listening to a click on the button
Closed due of the lack of activity.