Skip to content

Instantly share code, notes, and snippets.

@dtsdwarak
Last active July 13, 2018 02:41
Show Gist options
  • Save dtsdwarak/8497e1ec80065c9644f446a841a9c2b0 to your computer and use it in GitHub Desktop.
Save dtsdwarak/8497e1ec80065c9644f446a841a9c2b0 to your computer and use it in GitHub Desktop.
Script to change the remaining tickets value in Chrome's MakkiChoose Tatkal Ticket Now extension
// Install MakkiChoose's Tatkal Ticket Now extension and run this in Chrome's console.
window.location = "chrome-extension://konojmimochobcfkmnamhlhnpiofplkm/entry_form.html";
chrome.storage.sync.set({"rem_free": 100000}, function() {console.log('Booya! Long live Chrome Developer Tools');});
location.reload();
@anuragmishra-sn
Copy link

it rechecks and make it Zero after refresh

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