Created
February 20, 2021 11:05
-
-
Save ahbanavi/9dae2341ef1ea4059ecfe0cfff9fac33 to your computer and use it in GitHub Desktop.
Bypass Amozeshyar iGap code
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
// ==UserScript== | |
// @name Amozeshyar Bypass iGap | |
// @version 1 | |
// @description Bypass Amozeshyar iGap code | |
// @author Yedoost | |
// @match http://stdn.iau.ac.ir/Student/captchaProcess | |
// @match http://stdn.iau.ac.ir/Student/manageAccount | |
// @grant none | |
// ==/UserScript== | |
(function() { | |
'use strict'; | |
var style = document.createElement('style'); | |
style.innerHTML = ` | |
#captcha { | |
display: unset !important; | |
} | |
`; | |
document.head.appendChild(style); | |
})(); |
برا من چرا دیگه کار نمی کنه؟
برا من چرا دیگه کار نمی کنه؟
بخش آپدیت رو بخون تو توضیحات
متاسفانه از کار انداختن
از سمت بکند چک میکنن دو دقیقه رو روی سشن هیچ راهی به ذهنم نرسید.
اوکی، ممنون.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
آپدیت
متاسفانه امروز عصر جلوی این روش رو گرفتند، اگر اسکریپت دیگه تونستم بنویسم همینجا آپدیت میکنم، فعلا تلاشهام نتیجه نگرفت.
برای دور زدن ۲ دقیقه انتظار پنل آموزشیار
Usage