You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 9, 2022. It is now read-only.
First userAgent : Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 -> WON'T WORK!
So I decided to remove the "Chrome/91.0.4472.77": Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Safari/537.36 -> WORK!
Then i tested it on a different browser (mozilla firefox):
Both
1.Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0
2.Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Firefox/89.0 (removed "Gecko/20100101")
are not working 😢
First userAgent : Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 -> WON'T WORK!
So I decided to remove the "Chrome/91.0.4472.77": Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Safari/537.36 -> WORK!
Then i tested it on a different browser (mozilla firefox):
Both
1.Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0
2.Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Firefox/89.0 (removed "Gecko/20100101")
are not working 😢