Hey wow, I can post without cookies behind links browser behind tor. This is a great chan. I use links and xlinks chained to tor for browsing, proxychains and youtube-dl for downloading videos from youtube. mpv for playback. On an arch linux distribution. Proxychains is great because after tor exit you can add on more anonymous socks5 proxies to the chain to make your entrance more obscure.

---

On arch-linux
su pacman -S tor torsocks proxychains youtube-dl links
to chain more proxies edit the file /etc/proxychains.conf and go to the bottom of the file. you can add more socks5 proxies following the same pattern as given for tor.

What are some good fresh proxy sites? Here is one I found from message boards:

www.maxiproxies.com/proxy-lists/

does anyone have any other good fresh proxy list sites?

---

#Fedora/RHEL/CentOS:
su yum install tor torsocks links

#Debian/Ubuntu
su apt-get install tor torsocks links links2

---

Other tools:

ARCH:
su pacman -S wget curl

---

###### Change USER AGENT for youtube-dl

## youtube-dl
$ youtube-dl --dump-user-agent
mkdir ~/.config/youtube-dl
echo "--user-agent "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0"" >> ~/.config/youtube-dl/config
youtube-dl --dump-user-agent

---

## Change User agent for wget, curl ##
/.wgetrc
echo " user_agent = "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0"" >> ~/.wgetrc
/.curlrc
echo "user-agent = "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0"" >> ~/.curlrc

---

Use youtube-dl, curl, wget, pacman behind tor on arch.
su systemctl start tor
torify pacman -Syy
torify pacman -Syu

torify wget https://www.website.com/file
torify curl https://www.website.com
torify youtube-dl https://youtube.com/watch?v=BlAhBlaH

---

To download a list of videos open a text file (leafpad, gedit etc) and start up links -g links2 -g or xlinks -g and browse to youtube.com
right click over the links of videos that you would like to download and select "Copy link location". Press middle mouse button in the editor to drop the link location. Repeat on next line in text file for all videos that you wish to download. Save file as list.txt

Next perform a random sort of the videos:

$ sort -R list.txt >> list.srt

Now queue up to download
$ proxychains youtube-dl --batch-file list.srt
$ torify youtube-dl --batch-file list.srt

when the list has finished downloading watch the videos

$ su pacman -S mpv

$ mpv *

or create a playlist

$ ls *.m* >> playlist.txt

randomize playlist
$ sort -R playlist.txt >> playlist.srt

play playlist

$ mpv --playlist=playlist.srt

---

Any other good proxy sites?

http://www.maxiproxies.com/proxy-lists

---

########### Links graphical mode ####
Fedora/RHEL/CentOS
$links -g
Debian/Ubuntu
links2 -g
ARCH/PARABOLA
xlinks -g

---

######### Configuring Links for Tor

1) Press ESC
SETUP->NETWORK OPTIONS -> CONNECTIONS
[X] Async DNS lookup
ESC->SETUP->SAVE OPTIONS
2) ESC-SETUP->NETWORK OPTIONS->PROXIES
socks4A proxy : 127.0.0.1:9050
[X] Connect only via proxies or SOCKS
ESC->SETUP->SAVE OPTIONS
3) ESC=>SETUP->NETWORK OPTIONS-> HTTP OPTIONS -> HEADER OPTIONS

[X] Send fake firefox
[X] Send do not track request
[X] No referer

Fake User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0

ESC->SETUP->SAVE OPTIONS

4) ESC->SETUP->CACHE
Number of formated documents 5->2
[]Aggressive cache ## uncheck this

ESC->SETUP->SAVE OPTIONS

###DONE

use s key to bring up bookmarks and save bookmarks and g key to enter a url. Now you're ready to use tor. Use your current tor browser to bring copy over your favorite onion links and save them into your links browser bookmarks manually one by one. Do the same for youtube pages and other Clearnet pages that you frequent.