Step By Step Guide of Disabling the inbuilt JSON Previewer in Firefox
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
| // TODO: Update the cacheName Everytime you want to update your cache | |
| const cacheName = "v1.0.0"; | |
| const cacheKeepList = [cacheName] // Add Other names of cache that you don't want to delete | |
| // TODO: Add the default response URL | |
| // When the User is offline and the requested resource is not in the cache then this response will be returned. This needs to be in the cache | |
| defaultResponseURL = ""; | |
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
| FIREBASE_SERVICE_ACCOUNT_JSON={"type": "service_account","project_id": "###############","private_key_id": "################################","private_key": "-----BEGIN PRIVATE KEY-----\n##########################-----END PRIVATE KEY-----\n","client_email": "##########################","client_id": "#########################","auth_uri": "##################################","token_uri": "################################","auth_provider_x509_cert_url": "#####################","client_x509_cert_url": "###############"} | |
| FIREBASE_REALTIME_DATABASE_URL=************************ |
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
| // to be run on the answer key challenge page after loggin into student dashboard (https://jeemain.ntaonline.in/*) | |
| // updated as per new answer key scheme | |
| let answerKey = {}; | |
| $$(".form-options-item").forEach(i => { | |
| let questionId = i.querySelector(".vcenter:nth-child(2)").innerHTML; | |
| let correct = i.querySelector(".vcenter:nth-child(3)").innerHTML; | |
| answerKey[questionId] = correct; | |
| }); | |
| copy(answerKey); |
Important
Prerequisite: make sure nmap is installed for windows and in path, Download if not already installed
Note
Make sure set the user account to Administrators, else the script won't be able to modify the hosts file
Youtube Demo: https://youtu.be/JxQjdxpGU5g
General Properties:
to install ngrok:
pkg update -y
pkg install git
git clone https://github.com/Yisus7u7/termux-ngrok
cd termux-ngrokShort URL: go.arnv.dev/cnap
Recently the Calling Name Presentation (CNAP) Service has been introduced in India, which is gradually rolling out around the telecom circles.
CNAP as the name suggests is a suplimentary service enabled by default for all the users, it shows your name as per the KYC documents which you used for SIM card registration

