Javascript - How to disable modal site
Javascript is a client side scripting (usually), that means, it evaluation of the code happens at the browser.
Recently, I encountered an website (https://tsubasa.im/) which uses modal to block user access. You could simply bypass modal by disabling the relevant javascript section with Chrome Developer Tools
1) Access the website, and you will see a Modal page
2) Launch Chrome Developer Tools
3) At the Elements panel, right click and delete the modal div. Then, unchecked the modal css to enable scrolling.
Recently, I encountered an website (https://tsubasa.im/) which uses modal to block user access. You could simply bypass modal by disabling the relevant javascript section with Chrome Developer Tools
1) Access the website, and you will see a Modal page
2) Launch Chrome Developer Tools
3) At the Elements panel, right click and delete the modal div. Then, unchecked the modal css to enable scrolling.
Comments
Post a Comment