Skip to content

Instantly share code, notes, and snippets.

View alick's full-sized avatar
🏠
Working from home

Alick Zhao alick

🏠
Working from home
View GitHub Profile
@alick
alick / ingress-passcode.js
Last active September 28, 2022 22:49 — forked from idealhack/ingress-passcode.js
ingress passcode auto run
// disable iitc plugin if it's on
// go to https://www.ingress.com/intel
// open console and paste in the code below, press enter
// join https://t.me/passcodes for more passcodes
// add jquery
var jq = document.createElement('script');
jq.src = "https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js";
document.getElementsByTagName('head')[0].appendChild(jq);