Skip to content

Instantly share code, notes, and snippets.

View Korsinemi's full-sized avatar
💜
Developing furry stuff

Kori 🦊 Korsinemi

💜
Developing furry stuff
View GitHub Profile
@Korsinemi
Korsinemi / autoduolingopro.korsinemi.js
Last active April 18, 2024 16:09
AutoDuolingo script to get it Pro for free and forever! [Hack by DevX | Pro Patch by Korsinemi]
// ==UserScript==
// @name Auto-Duolingo Pro
// @version 1.0.0
// @author Korsinemi
// @namespace http://tampermonkey.net/
// @description Pro version of Auto-Duolingo -> script by DevX (https://greasyfork.org/es/users/1262646-devx)
// @match https://*.duolingo.com/*
// @grant none
// @icon https://api.autoduolingo.click/assets/favicon.ico
// ==/UserScript==
@Korsinemi
Korsinemi / roverify.korsinemi.js
Last active March 19, 2024 00:23
Roblox Verified Badge Script - RoVerify (Script for Greasy Fork)
// ==UserScript==
// @name ✅ RoVerify | Roblox Verification Badge
// @namespace https://github.com/Korsinemi
// @version 2.5
// @description A simple script that adds the Roblox verification badge to your name.
// @icon https://en.help.roblox.com/hc/article_attachments/7997146649876/Roblox_Verified_Badge.png
// @supportURL https://gist.github.com/Korsinemi/fbd0aba2579c62553f14db72a0a1b228
// @author Korsinemi
// @match https://www.roblox.com/*
// @match https://create.roblox.com/*
@Korsinemi
Korsinemi / EmoteProfileROBLOX.js
Created August 19, 2022 00:04
An easy script to get a ROBLOX Profile with an emote pic - To run just copy the code, paste on console and follow the instructions
$.ajax({
method: "POST",
url: "https://avatar.roblox.com/v1/avatar/thumbnail-customization",
contentType: "application/json",
// ------------ //
data: JSON.stringify({
//-> The configurations of the camera pos
"camera": {
//-> Ranges are inclusive.
"distanceScale": 2, // 0.5 to 4
@Korsinemi
Korsinemi / 📊 Weekly development breakdown
Created September 3, 2021 18:04 — forked from DonovanDMC/📊 Weekly development breakdown
📊 Weekly development breakdown
TypeScript 11 hrs 21 mins ████████████████▍░░░░ 78.4%
JSON 1 hr 53 mins ██▋░░░░░░░░░░░░░░░░░░ 13.1%
JavaScript 1 hr 3 mins █▌░░░░░░░░░░░░░░░░░░░ 7.3%
Markdown 10 mins ▎░░░░░░░░░░░░░░░░░░░░ 1.2%
Other 0 secs ░░░░░░░░░░░░░░░░░░░░░ 0.0%
@Korsinemi
Korsinemi / init.sh
Last active August 5, 2021 01:12 — forked from SilentJungle399/init.sh
Run an instance of Visual Studio Code on any cloud platform
if [[ ! -d code-server-3.11.0-linux-amd64 ]]
then
wget https://github.com/cdr/code-server/releases/download/v3.9.3/code-server-3.11.0-linux-amd64.tar.gz
tar xvzf code-server-3.11.0-linux-amd64.tar.gz
fi
cd code-server-3.11.0-linux-amd64/bin
# ./code-server --install-extension extension.id