Skip to content

Instantly share code, notes, and snippets.

View Suburbanno's full-sized avatar
📡
Focusing

Vinicius Suburbanno

📡
Focusing
View GitHub Profile
@Suburbanno
Suburbanno / ingress-passcode.js
Created January 15, 2019 17:55 — 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);