Skip to content

Instantly share code, notes, and snippets.

View busybox11's full-sized avatar
🎧

busybox busybox11

🎧
View GitHub Profile
@busybox11
busybox11 / twitter-close-friends.user.js
Last active December 13, 2023 20:44
Bring back Twitter's Close Friends feature
// ==UserScript==
// @name Bring back close friends - twitter.com
// @namespace twitter scripts
// @match *://*.twitter.com/*
// @run-at document-start
// @grant none
// @version 1.2
// @author @busybox11
// @description 11/3/2023, 1:12:10 AM
// @updateURL https://gist.githubusercontent.com/busybox11/d0530e396bd4597a62587032ee55d214/raw
@busybox11
busybox11 / twitter-logo.user.js
Last active August 1, 2023 23:20
Bring back old twitter logo
// ==UserScript==
// @name Bring back bird logo - twitter.com
// @namespace twitter scripts
// @match *://*.twitter.com/*
// @grant none
// @version 1.3
// @author -
// @description 7/24/2023, 1:47:07 PM
// @updateURL https://gist.github.com/busybox11/0fea71f136ead45efc470f01f23de94b/raw/6f8ea1acfe92b6fed9e534259887d8ed99ec61af
// @downloadURL https://gist.github.com/busybox11/0fea71f136ead45efc470f01f23de94b/raw/6f8ea1acfe92b6fed9e534259887d8ed99ec61af
@busybox11
busybox11 / twi-spinning-rat.user.js
Created July 17, 2023 00:30
Replaces Twitter's Quotes button with a random spinning rat video
// ==UserScript==
// @name spinning rats for twitter
// @namespace twitter scripts
// @match *://*.twitter.com/*
// @grant none
// @version 1.0
// @author @chaoticvibing - GH @busybox11
// @description 7/17/2023, 2:15:52 AM
// ==/UserScript==
@busybox11
busybox11 / MSNWizz.plugin.js
Created March 18, 2023 18:21
WIP dont mind me
/**
* @name MSN Wizz
* @author busybox11
* @description Bring back MSN's Wizz to Discord!
* @version 0.0.1
*/
module.exports = (() => {
const config = {
info: {
// ==UserScript==
// @name @chaoticvibing Twitter Blue Clown - twitter.com
// @namespace Violentmonkey Scripts
// @match *://*.twitter.com/*
// @grant none
// @version 1.9.0clown
// @author @chaoticvibing - GH @busybox11
// @description 11/9/2022, 11:45:28 PM
// @updateURL https://gist.githubusercontent.com/busybox11/270a9ca89a26c79f467f214761303242/raw/twitterblue-nerd.js
// @downloadURL https://gist.githubusercontent.com/busybox11/270a9ca89a26c79f467f214761303242/raw/twitterblue-nerd.js
// ==UserScript==
// @name @chaoticvibing Twitter Blue Nerd DUNCE HAT VERSION - twitter.com
// @namespace Violentmonkey Scripts
// @match *://*.twitter.com/*
// @grant none
// @version 1.1.3
// @author @chaoticvibing - GH @busybox11
// @description 11/9/2022, 11:45:28 PM
// @updateURL https://gist.githubusercontent.com/busybox11/53c76f57a577a47a19fab649a76f18e3/raw/twitterblue-nerd.js
// @downloadURL https://gist.githubusercontent.com/busybox11/53c76f57a577a47a19fab649a76f18e3/raw/twitterblue-nerd.js
// ==UserScript==
// @name @chaoticvibing Twitter Blue Nerd - twitter.com
// @namespace Violentmonkey Scripts
// @match *://*.twitter.com/*
// @grant none
// @version 1.9.1
// @author @chaoticvibing - GH @busybox11
// @description 11/9/2022, 11:45:28 PM
// @updateURL https://gist.githubusercontent.com/busybox11/53c76f57a577a47a19fab649a76f18e3/raw/twitterblue-nerd.js
// @downloadURL https://gist.githubusercontent.com/busybox11/53c76f57a577a47a19fab649a76f18e3/raw/twitterblue-nerd.js
@busybox11
busybox11 / nw.py
Last active April 8, 2022 00:39
nw
THERMO
______
1GWh = 10^6kWh
N = 490*10^6/10000 = 4.9*10^4
--
schéma 1 approprié
reçoit travail elec, fournit e thermique
@busybox11
busybox11 / install.ps1
Last active December 2, 2023 00:24
Install Script
$user_downloads_folder = (New-Object -ComObject Shell.Application).NameSpace('shell:Downloads').Self.Path
$user_backup_folder = "R:\Install_script"
Write-Output "Opening Chrome Installer"
Start-Process -FilePath "$user_backup_folder\ChromeSetup.exe"
Write-Output "Copying VSCode"
Copy-Item -Path "$user_backup_folder\VSCode" -Destination "$HOME\VSCode" -Recurse
Write-Output "Downloading and installing Discord"
@busybox11
busybox11 / script.sh
Last active April 3, 2023 09:02
The best linux command
#!/bin/bash
echo "Hi there"
echo
sleep 3 &
echo "We're taking care of your computer"
echo
sleep 5 &
echo "Please let us some time."
echo "Processing some files..."