Skip to content

Instantly share code, notes, and snippets.

View zbitname's full-sized avatar
🙃
I do magic

Alex Kheben zbitname

🙃
I do magic
View GitHub Profile
@zbitname
zbitname / particle-clicker-cheat.js
Last active September 26, 2024 14:04
ParticleClicker cheat
/*
Cheat code for http://particle-clicker.web.cern.ch/particle-clicker/
*/
(function(angular) {
var e = angular.element;
function c() {
e('#detector').scope().dc.click();
}