Thursday 11 September 2014

How to fill hajj visa form manually without passport scanners not only in Internet explorer?

Do you want enter to site without internet explorer?
You want edit pilgrim form (exclude passport number) not on windows machine only? Linux, MacOS?

Its very easy!


Do it from Firefox (on crome you can do it too).


You need change user agent to IE11
https://addons.mozilla.org/ru/firefox/addon/user-agent-overrider/



And you need another cool extension Grease Monkey.
https://addons.mozilla.org/ru/firefox/addon/greasemonkey/


Create new script in grasemonkey with this code

// ==UserScript==
// @name        t5
// @namespace   complite8
// @version     2
// @include     https://visa.mofa.gov.sa/Hajj/EditHajVisa?applicationId=*
// @grant       none
// ==/UserScript==

jQuery(function($){   
 $("#PASSPORTnumber").removeAttr("readonly");
 $("#PASSPORT_ISSUE_PLACE").removeAttr("readonly");
});

unsafeWindow.initi= function () {};
unsafeWindow.pageLoad= function () {};  

And you can edit fields.But if you change passport number you see "kindly-use-mofa-passport-reader"

http://hajj-visa-mofa.blogspot.ru/2014/09/what-is-kindly-use-mofa-passport-reader-error-on.html

1 comment:

  1. This comment has been removed by a blog administrator.

    ReplyDelete