5 Commits
f0bm ... f0bm

Author SHA1 Message Date
x
b1e8af8ced hitomi tanaka oppai 2025-07-27 15:04:13 +02:00
x
dde1737b77 fsda 2025-07-27 01:32:51 +02:00
x
4f4bc63a3a f0ck bots 2025-07-26 18:55:23 +02:00
x
8a60aaf502 whoops 2025-07-26 15:42:30 +02:00
x
b43d99f1f4 gg 2025-07-26 15:41:32 +02:00
4 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
User-agent: Googlebot
User-agent: AdsBot-Google
Disallow: /
User-agent: *
Disallow: /tag
Disallow: /user
Disallow: /audio
Disallow: /video
Disallow: /image
Disallow: /

View File

@@ -1745,7 +1745,7 @@ span.placeholder {
margin-left: auto;
z-index: 1;
position: relative;
padding-top: 5px;
padding-top: 5vh;
padding-bottom: 15px;
}

View File

@@ -35,7 +35,7 @@ export default async bot => {
if(e.message.match(/\!i(gnore)?\b/))
return false;
if(!e.channel.includes("f0bm") && (!e.message.match(/\!f(0ck)?\b/i) && (typeof e.raw.forward_from == 'undefined')))
if(!e.channel.includes("w0bm") && (!e.message.match(/\!f(0ck)?\b/i) && (typeof e.raw.forward_from == 'undefined')))
return false;
if(e.type === 'tg' && // proto: tg

View File

@@ -1,7 +1,7 @@
<!doctype html>
<html lang="en" theme="@if(typeof theme !== "undefined"){{ theme }}@endif" res="@if(typeof fullscreen !== "undefined"){{ fullscreen == 1 ? 'fullscreen' : '' }}@endif">
<head>
<title>f0bm</title>
@if(typeof item !== "undefined")<title>f0bm - {{ item.id }}</title>@else<title>f0bm</title>@endif
<link rel="icon" type="image/gif" href="/s/img/favicon.png" />
<link rel="stylesheet" href="/s/css/f0ck.css?v=@mtime(/public/s/css/f0ck.css)">
<link rel="stylesheet" href="/s/css/w0bm.css?v=@mtime(/public/s/css/w0bm.css)">