- Go to youtube
- Go to Subscriptions
- Scroll down to bottom and press the
Export Subscriptions button
- Download the file
or
- Just press THIS (should work)
ColorBackground=#28282a2a3636 | |
ColorForeground=#f8f8f8f8f2f2 | |
ColorSelection=#363639394848 | |
ColorBold=#f4f47676c3c3 | |
ColorCursor=#5050fafa7b7b | |
TabActivityColor=#5050fafa7b7b | |
ColorPalette=#000000000000;#9a9a40404646;#90907979b3b3;#929298986363;#3d3d98985a5a;#9a9a53538282;#3a3a4d4d5b5b;#8bfc8bfc8ccc;#4d4d4d4d4d4d;#ffff55555555;#cacaa9a9fafa;#f1f1fafa8c8c;#5050fafa7b7b;#ffff7979c6c6;#8b8be9e9fdfd;#f8f8f8f8f2f2 | |
ColorSelectionUseDefault=FALSE | |
ColorBoldUseDefault=FALSE |
package main | |
import ( | |
"encoding/json" | |
"fmt" | |
"log" | |
"strconv" | |
"strings" | |
) |
### | |
### | |
### UPDATE: For Win 11, I recommend using this tool in place of this script: | |
### https://christitus.com/windows-tool/ | |
### https://github.com/ChrisTitusTech/winutil | |
### https://www.youtube.com/watch?v=6UQZ5oQg8XA | |
### iwr -useb https://christitus.com/win | iex | |
### | |
### OR take a look at | |
### https://github.com/HotCakeX/Harden-Windows-Security |
Export Subscriptions button
or
:;while [ $? -eq 0 ];do nc -vlp 8080 -c'(r=read;e=echo;$r a b c;z=$r;while [ ${#z} -gt 2 ];do $r z;done;f=`$e $b|sed 's/[^a-z0-9_.-]//gi'`;h="HTTP/1.0";o="$h 200 OK\r\n";c="Content";if [ -z $f ];then($e $o;ls|(while $r n;do if [ -f "$n" ]; then $e "<a href=\"/$n\">`ls -gh $n`</a><br>";fi;done););elif [ -f $f ];then $e "$o$c-Type: `file -ib $f`\n$c-Length: `stat -c%s $f`";$e;cat $f;else $e -e "$h 404 Not Found\n\n404\n";fi)';done |