π
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| let ytIDs = [ | |
| "6Xdf_OaRNWs", | |
| "QCGixQKvTpA", | |
| "d3EiLxiGYgs", | |
| "I4AE3BvIxMQ", | |
| "5nsklx84-jE", | |
| "SWnxzc-hOL8", | |
| "rSmEPogTRI4", | |
| "y4vHQJI9new", | |
| "28l301P1Mt0", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name @chaoticvibing Twitter Blue Nerd - twitter.com | |
| // @namespace Violentmonkey Scripts | |
| // @match *://*.twitter.com/* | |
| // @match *://*.x.com/* | |
| // @grant none | |
| // @version 1.9.2 | |
| // @author @chaoticvibing - GH @busybox11 | |
| // @description 11/9/2022, 11:45:28 PM | |
| // @updateURL https://gist.githubusercontent.com/busybox11/53c76f57a577a47a19fab649a76f18e3/raw |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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..." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| π Morning 77 commits βββββββββββββββββββββ 16.6% | |
| π Daytime 101 commits βββββββββββββββββββββ 21.7% | |
| π Evening 175 commits βββββββββββββββββββββ 37.6% | |
| π Night 112 commits βββββββββββββββββββββ 24.1% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Licence: GPLv3 | |
| d-i debian-installer/locale string fr_FR | |
| d-i localechooser/supported-locales string fr_FR.UTF-8 | |
| d-i keyboard-configuration/xkb-keymap select fr(latin9) | |
| d-i netcfg/choose_interface select auto | |
| d-i netcfg/get_hostname string dev | |
| d-i netcfg/get_domain example.org | |
| d-i netcfg/hostname string dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Author: fanfan54 (https://gist.github.com/fanfan54/b3430f29eef98c8b82b0de87d12d63bc) | |
| # Licensed under the GNU GPL v3.0 license | |
| # Version 6 (first working version) | |
| # TODO Add sources for all the commands | |
| echo "[i] Starting custom install script for Arch Linux with KDE on my DELL XPS 15 9560..." | |
| echo "[i] THIS IS AN INTERACTIVE SCRIPT, IT IS NOT COMPLETELY AUTOMATED! Passwords will be prompted during setup!" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $error.clear() | |
| try { | |
| New-Item βPath "HKLM:\SOFTWARE\Policies\Microsoft\Windows\CloudContent" -Force | New-ItemProperty -Name "DisableWindowsConsumerFeatures" -Value "1" -PropertyType "DWORD" | |
| } | |
| catch { "Error occured" } | |
| if ($error) { | |
| Set-Itemproperty -path HKLM:\SOFTWARE\Policies\Microsoft\Windows\CloudContent -Name 'DisableWindowsConsumerFeatures' -value '1' | |
| } | |
NewerOlder