Skip to content

Instantly share code, notes, and snippets.

@ahbanavi
Created February 20, 2021 11:05
Show Gist options
  • Save ahbanavi/9dae2341ef1ea4059ecfe0cfff9fac33 to your computer and use it in GitHub Desktop.
Save ahbanavi/9dae2341ef1ea4059ecfe0cfff9fac33 to your computer and use it in GitHub Desktop.
Bypass Amozeshyar iGap code
// ==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);
})();
@xmha97
Copy link

xmha97 commented Feb 27, 2021

اوکی، ممنون.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment