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
| .editor-group-watermark > .letterpress{ | |
| background-image: url("https://raw.githubusercontent.com/Aikoyori/ProgrammingVTuberLogos/main/VSCode/VSCode-Thick.png") !important; | |
| opacity: .75; | |
| aspect-ratio: 3/2 !important; | |
| } |
Here's a method to chat in a twitch #channel with HexChat
-
Get HexChat here (or your package manager): https://hexchat.github.io/
-
Click
Addand name it Twitch or whatever. -
Now click
Editand change the server/port up top to:irc.chat.twitch.tv/6697
Discord's css is minified, with it's classes following the format name-hash. When they pushed a new asset to the canary build, the classes got renamed:
This means the classes on the themes don't relate to any discord class anymore.
Use the above file, replacing...
{URL of shortener}by the root URL where you have the shortener installed. For examplehttps://nlsn.cf/{github token}your github access token{repo}by your username and repo in full. For examplenelsontky/gh-pages-url-shortener-db
ShareX Config.sxcuis the default uploader and works with nelsontky's version.ShareX Config with name.sxcuworks with nelsontky/gh-pages-url-shortener#68.
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
| rem Run this with admin rights! | |
| rem Запускать от имени администратора! | |
| powershell -command "& {Set-ExecutionPolicy -ExecutionPolicy Restricted -Force}" | |
| ftype Microsoft.PowerShellScript.1="C:\Windows\System32\WindowsPowerShell\v1.0\powershell_ise.exe" "%%1" | |
| assoc .ps1=Microsoft.PowerShellScript.1 | |
| reg delete "HKCR\Microsoft.PowerShellScript.1\shell\runas" /f |
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
| rem Run this with admin rights! | |
| rem Запускать от имени администратора! | |
| powershell -command "& {Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Force}" | |
| ftype Microsoft.PowerShellScript.1="C:\WINDOWS\system32\windowspowershell\v1.0\powershell.exe" "%%1" | |
| assoc .ps1=Microsoft.PowerShellScript.1 | |
| reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.ps1" /f | |
| reg add "HKCR\Microsoft.PowerShellScript.1\shell\runas" /f | |
| reg add "HKCR\Microsoft.PowerShellScript.1\shell\runas" /v "HasLUAShield" /t REG_SZ /f |
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 Get Youtebe RSS | |
| // @namespace http://tampermonkey.net/ | |
| // @include https://*youtube.com/* | |
| // @require http://code.jquery.com/jquery-3.3.1.min.js | |
| // @version 0.1 | |
| // @description try to take over the world! | |
| // @author Bravo Yeung | |
| // @grant none | |
| // ==/UserScript== |
Notes:
- For some people setting DNS settings in the Nintendo Wi-Fi USB Connector properties doesn't seem to work, if that applies to you you may have to set up DNS in the internet-facing connection properties instead.
-
Set up a virtual machine running Windows XP.
- Plenty of guides online on how to do this, so I won't be going into too much detail here.
- I'd recommend using VirtualBox and the "Windows XP Mode" method found here, as all the downloads you need are from official sources: https://www.makeuseof.com/tag/download-windows-xp-for-free-and-legally-straight-from-microsoft-si/. NOTE: Skip the part where it tells you to set up Windows XP Virtual Machine Network Settings, you don't need to do this if the internet connection in your VM is already working.
NewerOlder
