Last active
January 25, 2022 22:23
-
-
Save almuhdilkarim/bb9742a83e64b723ad47cdeb6c48b6f2 to your computer and use it in GitHub Desktop.
Bypass Photo Validity Process
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (function() { | |
| 'use strict'; | |
| const myTimeout = setTimeout(myGreeting, 5000); | |
| function myGreeting() { | |
| document.querySelector('.content-wrapper').firstElementChild.style.zIndex = "-100"; | |
| alert('Sistem Pertahanan Non Aktiv'); | |
| } | |
| })(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment