https://orissaresults.nic.in/CHSE 12th Science Result:
Step 1 : https://orissaresults.nic.in/CHSE
Step 2: Open google console by Ctrl+Shift+i or Threedots > More Tools > Developer tools
Step 3: Go to console tab:
Step 4: Hit this code below the console tab:
var jq = document.createElement('script');
jq.src = "https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js";
document.getElementsByTagName('head')[0].appendChild(jq);
Step 5: Post that hit this code: (Update your roll no and registration no)
$.post("https://orissaresults.nic.in/CHSE/submitData", {roll: '357CA356', regno: 'CA57S21398'} , function (applicant) {
if (applicant.xms == 'valid') {
let sampletest = $('#hfUrl').val() + 'CHSE/viewresult?xr=' + applicant.xr + '&xrg=' + applicant.xrg + '&xrr=' + applicant.xrr;
window.location.href = sampletest;
}})
Video Tutorial:

No comments:
Post a Comment