Mobile display fix
This commit is contained in:
parent
f90249dc25
commit
6c63a52056
134
config.js.f
Normal file
134
config.js.f
Normal file
@ -0,0 +1,134 @@
|
||||
const pageSize = 20
|
||||
const courtesyWait = 1 * 1000
|
||||
|
||||
const feeds = {
|
||||
nitter: [
|
||||
'cartvage',
|
||||
'KaleidoCollie',
|
||||
'imo10_',
|
||||
'evv_uu',
|
||||
'luxjii',
|
||||
'sorochii_',
|
||||
'loafyfloff',
|
||||
'storieldraw',
|
||||
'Alopex'
|
||||
],
|
||||
tumblr: [
|
||||
'kristenplescow',
|
||||
'yaigi-gi',
|
||||
'hools',
|
||||
'devogamer',
|
||||
'emeraldotter',
|
||||
'dogchows',
|
||||
'magicsamart',
|
||||
'nemfrog',
|
||||
'marrzbugz',
|
||||
'muzinabu'
|
||||
]
|
||||
}
|
||||
|
||||
const sources = {
|
||||
nitter: [
|
||||
// "nitter.net",
|
||||
"nitter.lacontrevoie.fr",
|
||||
"nitter.fdn.fr",
|
||||
"nitter.1d4.us",
|
||||
"nitter.kavin.rocks",
|
||||
"nitter.unixfox.eu",
|
||||
// "nitter.domain.glass",
|
||||
// "birdsite.xanny.family",
|
||||
"nitter.moomoo.me",
|
||||
// "bird.trom.tf",
|
||||
// "nitter.it",
|
||||
// "notabird.site",
|
||||
"nitter.weiler.rocks",
|
||||
"nitter.sethforprivacy.com",
|
||||
"nitter.nl",
|
||||
"nitter.mint.lgbt",
|
||||
// "nitter.esmailelbob.xyz",
|
||||
"tw.artemislena.eu",
|
||||
// "nitter.tiekoetter.com",
|
||||
"nitter.privacy.com.de",
|
||||
"nitter.poast.org",
|
||||
// "nitter.bird.froth.zone",
|
||||
// "nitter.cz",
|
||||
// "nitter.privacydev.net",
|
||||
// "tweet.lambda.dance",
|
||||
// "nitter.kylrth.com",
|
||||
// "nitter.tokhmi.xyz",
|
||||
// "nitter.catalyst.sx",
|
||||
// "unofficialbird.com",
|
||||
// "nitter.projectsegfau.lt",
|
||||
// "nitter.eu.projectsegfau.lt",
|
||||
// "nitter.in.projectsegfau.lt",
|
||||
// "singapore.unofficialbird.com",
|
||||
// "canada.unofficialbird.com",
|
||||
// "india.unofficialbird.com",
|
||||
// "nederland.unofficialbird.com",
|
||||
// "uk.unofficialbird.com",
|
||||
// "n.l5.ca",
|
||||
// "nitter.slipfox.xyz",
|
||||
// "nitter.soopy.moe",
|
||||
// "nitter.qwik.space",
|
||||
// "read.whatever.social",
|
||||
// "nitter.rawbit.ninja",
|
||||
// "nt.vern.cc",
|
||||
// "nitter.ir",
|
||||
// "nitter.privacytools.io",
|
||||
// "n.sneed.network",
|
||||
// "nitter.smnz.de",
|
||||
// "nitter.twei.space",
|
||||
// "nitter.inpt.fr",
|
||||
// "nitter.d420.de",
|
||||
// "nitter.caioalonso.com",
|
||||
// "nitter.at",
|
||||
// "nitter.pw",
|
||||
// "nitter.nicfab.eu",
|
||||
// "bird.habedieeh.re",
|
||||
// "nitter.hostux.net",
|
||||
// "nitter.adminforge.de",
|
||||
// "nitter.platypush.tech",
|
||||
// "nitter.pufe.org",
|
||||
// "nitter.us.projectsegfau.lt",
|
||||
// "t.com.sb",
|
||||
// "nitter.kling.gg",
|
||||
// "nitter.riverside.rocks",
|
||||
// "nitter.lunar.icu",
|
||||
// "twitter.moe.ngo",
|
||||
// "nitter.freedit.eu",
|
||||
// "ntr.frail.duckdns.org",
|
||||
// "n.opnxng.com",
|
||||
// "nitter.tux.pizza",
|
||||
// "t.floss.media",
|
||||
// "twit.hell.rodeo",
|
||||
// "nitter.nachtalb.io",
|
||||
// "n.quadtr.ee",
|
||||
// "nitter.altgr.xyz",
|
||||
// "jote.lile.cl",
|
||||
// "nitter.one",
|
||||
// "nitter.instances.cc",
|
||||
// "nitter.io.lol",
|
||||
// "nitter.hu",
|
||||
// "nitter.no-logs.com",
|
||||
// "nitter.ftw.lol (auth required)",
|
||||
// "tweet.whateveritworks.org",
|
||||
// "nitter.fediflix.org",
|
||||
// "nitter.nohost.network",
|
||||
// "twt.funami.tech",
|
||||
// "nitter.simpleprivacy.fr",
|
||||
// "nitter.onthescent.xyz",
|
||||
// "nitter.x86-64-unknown-linux-gnu.zip",
|
||||
// "nitter.private.coffee",
|
||||
// "nitter.oksocial.net",
|
||||
// "nitter.services.woodland.cafe",
|
||||
// "nitter.datura.network",
|
||||
// "nitter.dafriser.be"
|
||||
]
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
feeds,
|
||||
sources,
|
||||
pageSize,
|
||||
courtesyWait
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user