Skip to content

Instantly share code, notes, and snippets.

View MrCyjaneK's full-sized avatar

cyan MrCyjaneK

View GitHub Profile
@MrCyjaneK
MrCyjaneK / userscipt.js
Created October 18, 2019 09:56
https://quizlet.com Hack :) Doesn't work well, and I'm too lazy to finish it
apikey = "trnsl.1.1.20191018T093555Z.b6bd9f9ec98d78a9.134f73cb647d78dc17a4723deb47325790d768f0"
// Get apikey from https://tech.yandex.com/translate/
setInterval(() => {
try {
totranslate = document.getElementsByClassName('FormattedText notranslate TermText lang-pl');
totranslate[0].innerText = translate(totranslate[0].innerText);
totranslate[1].innerText = translate(totranslate[1].innerText);
totranslate[2].innerText = translate(totranslate[2].innerText);
totranslate[3].innerText = translate(totranslate[3].innerText);
} catch (e) {
// ==UserScript==
// @name Cyjan's Hack for eduinf.waw.pl
// @namespace https://eduinf.waw.pl/*
// @version 0.1
// @description Pozdrawiam nauczycieli
// @author You
// @match https://eduinf.waw.pl/*
// @grant none
// ==/UserScript==
@MrCyjaneK
MrCyjaneK / MooMoo.io UserScript.js
Created August 4, 2017 12:07
created by t.me/H4ck3rsTeam
// ==UserScript==
// @name moomoo auto aim / aimbot and auto heal, working after patch
// @namespace -
// @version 1.2
// @description aims at nearest player and heals when you're hurt (Toggle key: I)
// @author H4ck3rsTeam
// @match *://moomoo.io/*
// @grant none
// ==/UserScript==