Skip to content

Instantly share code, notes, and snippets.

@KorigamiK
KorigamiK / Calculate JEE Main marks 2021.js
Last active August 4, 2022 18:46
This script will calculate your marks of jee mains from their website. The steps and usage is mentioned in the script
/*
USAGE:
1. Go to `Display Question paper and answer key` on the jeemain.nta.nic.in and log in
2. Open the question paper and the answer key in two different tabs on your browser
3. Question Paper should be a `digialm.com` webspage and the answer key would be a `testservices.nic.in` site
4. Open the developer tools on both the tabs (`ctrl + shift + I` or `F12` is a shortcut for this)
5. Go to the console tab in the developer tools of each tab
6. Now open the question paper tab
7. Copy and then PASTE this file from the start and end of `Get Answers` on the console tab. Press enter
8. Now right click the output that you see and click `Copy Object`