Turn off YouTube "keep hovering to play" popup.
- Install a cookie editor extension
- Use the extension to find one of the YouTube cookies named
PREF
. Append&f7=1
to the cookie. Sovolume=100
will becomevolume=100&f7=1
. - Reload YouTube.
#!/volume1/@appstore/python3/bin/python3 | |
import logging | |
import os | |
import sys | |
from os.path import join | |
import subprocess | |
import locale | |
import requests # not standard |
Turn off YouTube "keep hovering to play" popup.
PREF
. Append &f7=1
to the cookie. So volume=100
will become volume=100&f7=1
.from datetime import datetime | |
import urllib | |
from dateutil.tz import tzlocal | |
import requests | |
EPIC_SEARCH_URL = "https://store-site-backend-static-ipv4.ak.epicgames.com/freeGamesPromotions?locale=en-US&country=SE&allowCountries=SE" | |
STEAM_SEARCH_URL = "https://store.steampowered.com/search/suggest?term=%s&f=games&cc=SE&realm=1&l=english&use_search_spellcheck=1" | |
STEAM_CHECK_GAME = 'https://api.steampowered.com/IStoreBrowseService/GetItems/v1?input_json={"ids":[{"appid":%s}],"context":{"language":"english","country_code":"SE","steam_realm":1},"data_request":{"include_reviews":true,"include_basic_info":true}}' |
Hey, here is how you can route all plex traffic via wireguard out of another VPS, this can be used for any container but was inspired by the recent Hetzner block Plex put in place.
And no not all of us are using it for nefarious means, sometimes people don't have room for a home server.
Why docker? I prefer it as it keeps items separated and cleaned. It also allows for quickly moving configurations around from server to server if need be.
docker-compose.yml