Skip to content

Instantly share code, notes, and snippets.

View Vexcited's full-sized avatar
💻
Experimenting

Mikkel RINGAUD Vexcited

💻
Experimenting
View GitHub Profile
@Vexcited
Vexcited / README.md
Last active March 1, 2024 21:26
Read PRONOTE encrypted/compressed requests right into the browser

When trying to understand PRONOTE requests, we most of the time open the DevTools and try to read directly the response in the "Network" tab.

Even though, some instances have encrypted and/or compressed data in the payload/response.

image

So here's a solution to read these data, right into your browser.

Drop this function into your browser console when you're on the Pronote page :

@Vexcited
Vexcited / CodeServerFromJupyterLab.md
Last active December 2, 2022 18:39
Make code-server run inside JupyterLab

Make code-server run inside JupyterLab

Written especially for my school's ENT, https://mon.lyceeconnecte.fr.

Install latest Node, NPM, Yarn and pnpm

npm install --global yarn@latest
yarn global add node@latest
@Vexcited
Vexcited / boosteroid-alt-tab-guide.md
Last active September 24, 2023 22:31
Run an Alt+Tab on Boosteroid when the game get in background

Boosteroid ALT+TAB

This script can be used when your game gets in background (when the game opens a window for example).

Where have you found the key codes ?

The key codes for ALT and TAB - and every other key codes btw - are taken from https://keycode.info/table-of-all-keycodes.

Usage

@Vexcited
Vexcited / boosteroid-genshin-mobile-login-helper-tutorial.md
Last active March 19, 2022 13:10
A helper for captcha completion in Genshin Impact on mobile devices using Boosteroid Cloud Gaming platform in any Chromium-based browser.

Helper for Genshin Impact on mobile devices for Boosteroid

Everytime you start Genshin Impact on Boosteroid, you need to specify your identifier and password and then complete some captcha challenges. The thing is that with a touch screen device, you can't complete these captcha using Boosteroid.

My solution

I've found a way - through looking at their code and how WS worked - to send mouse events and then complete the captcha challenge only using your mobile device (basically, without a computer).

@Vexcited
Vexcited / getOwnDiscordToken.js
Last active August 21, 2021 15:49
Get/Find your own Discord Token with JavaScript/Bookmarklet codes. (Works even on mobile)
/* How this works ?
* It will first, reload the window,
* and then create a new iframe element
* where we'll search for "token" in the localstorage.
* After we show an alert (prompt) box where you can copy your Token.
*/
// First you need to go to https://discord.com/login and log into your account.
// Then you can paste the code.