rDrama/files/helpers/config/boosted_sites.py

177 lines
3.0 KiB
Python

BOOSTED_SITES = {
#youtube-like
'bitchute.com',
'goyimtv.com',
'odysee.com',
#4chan-like
#'all sites with the word "chan" in the domain',
'archived.moe',
'desuarchive.org',
'archive.4plebs.org',
'arch.b4k.co',
'lolcow.farm',
'8kun.top',
'soyjak.party',
'soyak.party',
'soyjaks.party',
'jakparty.soy',
'crystal.cafe',
'leftypol.org',
#twitter-like
'threads.net',
'gab.com',
'gettr.com',
'parler.com',
'truthsocial.com',
'blacktwitterapp.com',
'trp.red',
'bsky.app',
##fediverse
#'all sites with the word "mastodon" in the domain',
'mstdn.social',
'poa.st',
'shitposter.club',
'seal.cafe',
'shitpost.cloud',
#forums
#'all sites with the word "forum" or "community" in the domain',
'kiwifarms.net',
'kiwifarms.st',
'kiwifarms.hk',
'onionfarms.com',
'tattle.life',
'stormfront.org',
'bluelight.org',
'thecoli.com',
'nairaland.com',
'resetera.com',
'lipstickalley.com',
'tigerdroppings.com',
'groups.google.com',
'bungie.net',
'gamefaqs.gamespot.com',
'thefemaledatingstrategy.com',
'econjobrumors.com',
'incels.is',
'looksmax.org',
'sanctioned-suicide.org',
'ar15.com',
'neogaf.com',
'thebore.com',
'itjustbugsme.com',
'mumsnet.com',
'voy.com',
'texags.com',
'lowendtalk.com',
'webhostingtalk.com',
'blackhatworld.com',
'nulled.to',
'fanclubs.org',
'dcurbanmom.com',
'godlike.com',
'linustechtips.com',
'defense.pk',
'smogon.com',
'redscare.cafe',
'chimpout.com',
'xoxohth.com',
#nested-comments
#'all sites with .win TLD',
#'all sites with the word "lemmy" in the domain',
'rdrama.net',
'funnyjunk.com',
'news.ycombinator.com',
'ifunny.co',
'scored.co',
'scrd.app',
'kbin.social',
'steemit.com',
'ovarit.com',
'slashdot.org',
'wallstreetoasis.com',
'themotte.org',
'squabbles.io',
'hexbear.net',
'lesswrong.com',
'cohost.org',
'hive.blog',
'tildes.net',
'raddle.me',
'cumtown.org',
'lobste.rs',
'saidit.net',
'poal.co',
'non.io',
'wt.social',
'stacker.news',
'voat.xyz',
'talk.lol',
'upgoat.net',
'coracle.social',
'satellite.earth',
'comsta.net',
'discuit.net',
'mainchan.com',
'klique.io',
'retalk.com',
'readup.org',
'arete.network',
'trustcafe.io',
'discussions.app',
'pcmemes.net',
'sociables.com',
'brutalinks.tech',
'phuks.co',
'narwhal.city',
'headcycle.com',
'shpong.com',
'discardedtruth.com',
'dojo.press',
'commentcastles.org',
'livefilter.com',
'sift.quest',
'limereader.com',
'disqus.com',
'disq.us',
##lemmy
'beehaw.org',
'sh.itjust.works',
'lemm.ee',
'feddit.de',
'programming.dev',
'discuss.tchncs.de',
#misc
'cinchnews.com',
'quora.com',
'groups.google.com',
'usenetarchives.com',
't.me',
'web.telegram.org',
'instagram.com',
'facebook.com',
'twitch.tv',
'tiktok.com',
'vm.tiktok.com',
'github.com',
'breitbart.com',
'teamblind.com',
'encyclopediadramatica.online',
'datalounge.com',
'metafilter.com',
'sqwok.im',
'thelayoff.com',
'serverfault.com',
'superuser.com',
'goodreads.com',
'9gag.com',
'balkansirl.net',
'fark.com',
'deviantart.com',
'imdb.com',
}