From ab2ea14891e9889cd3e6ce53cf91ac71f4b2b109 Mon Sep 17 00:00:00 2001 From: x Date: Wed, 12 Mar 2025 23:36:55 +0100 Subject: [PATCH] blah daily commit --- public/s/css/w0bm.css | 10 +++++++--- src/inc/routeinc/f0cklib.mjs | 4 ++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/public/s/css/w0bm.css b/public/s/css/w0bm.css index f19f60f..7180f0e 100644 --- a/public/s/css/w0bm.css +++ b/public/s/css/w0bm.css @@ -57,10 +57,14 @@ span#favs { } .v0ck { - background: transparent; + background: transparent !important; } -.wrapper { +.v0ck_overlay { + background-color: transparent; +} + +/* .wrapper { height: 100%; display: grid; justify-content: right; @@ -73,4 +77,4 @@ span#favs { #main { grid-row: 2; -} \ No newline at end of file +} */ \ No newline at end of file diff --git a/src/inc/routeinc/f0cklib.mjs b/src/inc/routeinc/f0cklib.mjs index aabab30..38a8e7e 100644 --- a/src/inc/routeinc/f0cklib.mjs +++ b/src/inc/routeinc/f0cklib.mjs @@ -166,7 +166,7 @@ export default { success: true, user: { name: actitem.username, - channel: actitem.usernetwork == "Telegram" && actitem.userchannel !== "f0ck.me" ? "anonymous" : actitem.userchannel, + channel: actitem.usernetwork == "Telegram" && actitem.userchannel !== "w0bm.com" ? "anonymous" : actitem.userchannel, network: actitem.usernetwork }, item: { @@ -187,7 +187,7 @@ export default { favorites: favorites, tags: tags }, - title: `${actitem.id} - f0ck.me`, + title: `${actitem.id} - w0bm.com`, pagination: { end: items[items.length - 1]?.id, start: items[0]?.id,