[Home] [Catalog] [Search] [Inbox] [Write PM] [Admin]
(for deletion, 8 chars max)
  • Allowed file types are: gif, jpg, jpeg, png, bmp, swf, webm, mp4
  • Maximum file size allowed is 50000 KB.
  • Images greater than 250 * 250 pixels will be thumbnailed.





File: k-on.jpg
(45 KB, 1280x720)[ImgOps]
45 KB
what is /b/ favorite movie?
Marked for deletion (Old)
>>
File: l7BA3rxNdUqQ6dNygnQS9q0FBvZUcZdX06h10bY(…).gif
(740 KB, 356x200)[Animated GIF][ImgOps]
740 KB
キタ━━━(゚∀゚)━━━!!
>>
Heyuri: TEH MOVIE (1931)

the kizumonogatari movies
>>
The Disappearance of Haruhi Suzumiya
>>
pulp fiction (´人`) i wanna make animations with some of the scenes but im so fuckig lazy
>>
The Reappearance of Haruhi Suzumiya

20 KB
like this
Marked for deletion (Old)
9 posts omitted. Click Reply to view.
>>
File: cp.jpg
(29 KB, 540x296)
29 KB
キタ━━━(゚∀゚)━━━!!
>>
>>149705
the graphics make it look like Y3 but i dont remember this scene
>>
bump
>>
File: heyuriCOOL.png
(530 KB, 1110x783)[ImgOps]
530 KB
Heyuri-tan if she was COOL and EPIC :cool: instead of just a LAME girl (:xp:)
>>
File: header.jpg
(74 KB, 460x215)[ImgOps]
74 KB

File: pet.jpg
(103 KB, 767x575)[ImgOps]
103 KB
Have we been doing petting wrong all along?

If you imagine someone pressing their hand against the top of your head and moving their hand towards the back, wouldn't that feel awkward, maybe even a little uncomfortable?

Wouldn't running their hand up from the bottom of the neck feel way better?
Marked for deletion (Old)
>>
>>150145
humans may be the only animal that likes being petted against the natural hair direction.
>>
My humans like it against the natural hair direction too.
>>
my pet human prefers the natural direction
>>
My human hates petting but then becomes really mad if I don't do it. Why are they so difficult? :sweat2:

File: heyuri_source_dark_theme.png
(129 KB, 910x801)[ImgOps]
129 KB
This is kind of cool for a dark theme. ( ´ω`)

/* Heyuri Theme - Source Dark */
:root {
    --color-bg-main: #2D2D2D;
    --color-fg-main: #E0E0E0;
    --color-fg-link: #628DB6;
    --color-fg-link-hover: #FFA500;
    --color-bg-boardlist: #3A3A3A;
    --color-fg-boardlist: #D0D0D0;
    --color-bg-theading: #3D4A2F;
    --color-bg-theading2: #4A5A3A;
    --color-bg-theading3: #5A6A4A;
    --color-bg-postblock: #3D4A2F;
    --color-fg-title: #FFCC66;
    --color-fg-name: #B8D0FF;
    --color-fg-warning: #FF6666;
    --color-fg-warning-ip: #FF4444;
    --color-fg-quote: #A0A0A0;
    --color-fg-quote2: #888888;
    --color-bg-reply: #3A3A3A;
    --color-bg-reply-hl: #4A4A4A;
    --color-hi-contrast-border: #1A1A1A;
    --color-lo-contrast-border: #4A4A4A;
    --color-fg-logo: #FFA500;
    --color-fg-global-message: #FFA500;
    --color-bg-window-item-highlight: #4D5A3F;
    --color-bg-postlists-header: #3D4A2F;
    --color-fg-postlists-header: #E0E0E0;
    --color-fg-postlists-header-link: #FFCC66;
    --color-bg-postlists-odd: #3A3A3A;
    --color-bg-postlists-even: #2D2D2D;
    --color-fg-quotelink: var(--color-fg-link);
    --color-fg-quotelink-hover: var(--color-fg-link-hover);
    --color-border-button: #1A1A1A;
    --color-bg-code: #2A2A2A;
    --color-fg-code: #C0C0C0;
    --color-bg-flashboard-even: #3A3A3A;
    --font-family-main: 'Consolas', 'Lucida Console', 'Courier New', monospace;
    --font-size-main: 14px;
}

/* tweakz */
body {
    line-height: 1.0;
    margin: 0;
    padding: 0px;
}

/*Beveled Panels and Panel Gradient*/
.theading, .theading2, .theading3,
.neomenuTopLevel, .detailsbox, .postblock, .reply, .window {
    border: 2px solid var(--color-hi-contrast-border);
    background: linear-gradient(to bottom, #4A5A3A 0%, #3D4A2F 100%);
    box-shadow: 
        inset 0 2px 0 rgba(255, 255, 255, 0.1),
        inset 0 -2px 0 rgba(0, 0, 0, 0.3);
    padding: 0px;
    margin-bottom: 0px;
}
/*  Buttons */
button {
    background: linear-gradient(to bottom, #6A7A5A 0%, #4A5A3A 100%);
    border: 1px solid var(--color-hi-contrast-border);
    color: var(--color-fg-main);
    font-family: var(--font-family-main);
    font-size: var(--font-size-main);
    padding: 4px 12px;
    margin: 2px;
    box-shadow: 
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 1px 2px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

button:hover {
    background: linear-gradient(to bottom, #7A8A6A 0%, #5A6A4A 100%);
    color: #FFCC66;
}

/*Input Fields*/
input[type="text"], input[type="password"], textarea, select {
    background: #2A2A2A;
    border: 1px solid var(--color-hi-contrast-border);
    color: var(--color-fg-main);
    padding: 4px;
    font-family: var(--font-family-main);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

/* Links */
a {
    color: var(--color-fg-link);
    text-decoration: none;
}

a:hover {
    color: var(--color-fg-link-hover);
    text-decoration: underline;
}

/* Logo */
.logo {
    color: var(--color-fg-logo);
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Threads */
#catalogTable .thread {
    background: var(--color-bg-reply);
    border: 1px solid var(--color-hi-contrast-border);
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
    padding: 8px;
}

/* Headings  */
h1, h2, h3, h4 {
    color: var(--color-fg-title);
    font-family: 'Arial', sans-serif;
    border-bottom: 1px solid var(--color-lo-contrast-border);
    padding-bottom: 4px;
}
Marked for deletion (Old)
1 posts omitted. Click Reply to view.
>>
280 KB
キタ━━━(゚∀゚)━━━!!
>>
407 KB
still goated (●'∇')σ
>>
I liek it
>>
>>150126
I like YOU!

thanks for liking.

>>150113
>>150116
These are cool too :cool:
>>
>>150116
What's a "goated"?

File: the_game.jpg
(130 KB, 1000x1500)[ImgOps]
130 KB
キタ━━━(゚∀゚)━━━!!
Marked for deletion (Old)
>>
NOOOOOOOOOOOOOO
>>
The only winning move is to never read the rules of the game, that way you can't lose. That's also how you can be immune to getting b& because mods must respect the fact that if you didn't read the rules then you aren't bound by them.

(*throws the rules book at your face*) banhammer


File: hmm-1lzyfqm.jpg
(269 KB, 1513x2048)[ImgOps]
269 KB
oh... my apples are melting.... what do i do...
Marked for deletion (Old)
>>
CALL AN AMBULANCE!!!
>>
>>150103
spread it on toast ヽ(´ー`)ノ
>>
how fucking hot does it have to be for apples to melt???
>>
This is why you keep them in the fridge. (´ー`)
>>
made in china... ( ´,_ゝ`)

File: heyuri.png
(841 KB, 1217x936)[ImgOps]
841 KB
Hey, did you know that Heyuri-tan has a best friend?!?! Her name is Aida-chan, and you can go visit her at 20chan.com

Let's make the internet a fun place again :wink: !!!
Marked for deletion (Old)
37 posts omitted. Click Reply to view.
>>
>>149989
DONT VISIT GOOGLE DOT COM ITS VIRUS ヽ(`Д´)ノ
>>
>>150004
googles search engine is not going to recommend a brand new imageboard to anyone.
>>
File: abu gharib.jpg
(118 KB, 962x1283)[ImgOps]
118 KB
>>149989
free advertizing?
VISIT MOOTXI.CO WHILE YOU'RE AT IT >:D
Or don't
>>
>>150111
i would, but 4:3 displays are not computers apparently. will they ever fix that?
>>
oishii manko 7w7

File: 2201.jpg
(103 KB, 800x600)[ImgOps]
103 KB
necrofag noooooooooooo!!!!!!!!! :cry::cry::cry::cry:

Your fortune: We don't know what happens next

Marked for deletion (Old)
1 posts omitted. Click Reply to view.
>>
Hey, how's it hangin'? ... oh. :dark:
>>
He's a sweaty German dude. Not a cute rori.
>>
>>150098
yeah, right...
>>
>>150098
you dont know that!!! he could be a loli!! a small german loli that really really likes dead people!!
>>
left sage on. Like A Bosss....

File: bananabirds.jpg
(72 KB, 640x480)[ImgOps]
72 KB
Herez mai pet birds :nyaoo:
Marked for deletion (Old)
>>
Creepy .. :dark:

Your fortune: You have cancer

>>
Would you like a banana?
>>
File: BANANA.jpg
(29 KB, 640x480)[ImgOps]
29 KB

File: inu.jpg
(89 KB, 545x437)[ImgOps]
89 KB
Inu-san was later eaten by teh chick
Marked for deletion (Old)
>>
You're lying. Stop lying to me. :closed-eyes:
>>
File: imposibru.jpg
(68 KB, 1008x568)[ImgOps]
68 KB
キタ━━━(゚∀゚)━━━!!

File: pachipachi_1.gif
(123 KB, 640x480)[ImgOps]
123 KB
8888888888888888888888888888888888888888
888888888888888888888888888888888888888
8888888888888888888888888888888888888888
888888888888888888888888888888888888888
8888888888888888888888888888888888888888888

Your fortune: Tomo will strangle you in your sleep

Marked for deletion (Old)
2 posts omitted. Click Reply to view.
>>
shoppin the brandsmart way
>>
>Your fortune: Tomo will strangle you in your sleep
Tomo's out for blood lately (;゚Д゚)

Your fortune: You just lost the game

>>
fuck.

Your fortune: Very bad luck

>>
>>150074
hawt (´ー`)
>>
>>150079
Please don't summon necrofag. :dark:

File: IMG_8454.jpg
(85 KB, 769x301)[ImgOps]
85 KB
it’s almost like I’m being targeted
Marked for deletion (Old)
77 posts omitted. Click Reply to view.
>>
>>
>>150086
woah... that's too much, anon. even for heyuri.
>>
i dont agree with teh autosage :emo:
>>
hi
>>
This was joke site

131 KB
imagine the smell of her feet after a long race ( ´ω`)
Marked for deletion (Old)
4 posts omitted. Click Reply to view.
>>
File: foot.jpg
(57 KB, 876x1164)[ImgOps]
57 KB
キタ━━━(゚∀゚)━━━!!
>>
>>150033
damn it looks so weird see a doctor guey
nice neko tho (´人`)
>>
File: 1000000867.jpg
(77 KB, 876x1164)[ImgOps]
77 KB
>>150048
there's nothing wrong with his foot! 🐱💢
>>
>>150056
his are good and fluffy, yours are weird anon :glare1:
>>
>>150056
nya 🐱

Your fortune: mah pen0z is bigger than uurz


File: 1dimension.png
(3 KB, 800x800)[ImgOps]
3 KB
here's my 1D waifu :biggrin:

Your fortune: mah pen0z is bigger than uurz

Marked for deletion (Old)
>>
flat chests are nasty. she needs more curves (´人`)
>>
>she needs more curves
GROSS 2DPD!!1!111! :xp:

Your fortune: mah pen0z is bigger than uurz

>>
File: mah1Dluv.gif
(1 KB, 756x1)[ImgOps]
1 KB
>>150061
LOL, j00r weifuh is fugleh :xd:
Here's what muh waifu l00ks liek :love:

File: 1748340166642.jpg
(94 KB, 1200x900)[ImgOps]
94 KB
Take one

Your fortune: Average luck

Marked for deletion (Old)
>>
Don't mind if I do *takes one* (´ー`)
>>
No, they smell bad now. Gross. :dark:
>>
*slurp*
>>
File: ARGHHH.jpg
(49 KB, 600x450)[ImgOps]
49 KB
>Take one
(`ー´)
>>
ass smoking gives you cancer


Delete post: []
[0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122] [123] [124] [125] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] [159] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188] [189] [190] [191] [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223] [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255] [256] [257] [258] [259] [260] [261] [262] [263] [264] [265] [266] [267] [268] [269] [270] [271] [272] [273] [274] [275] [276] [277] [278] [279] [280] [281] [282] [283] [284] [285] [286] [287] [288] [289] [290] [291] [292] [293] [294] [295] [296] [297] [298] [299] [300] [301] [302] [303] [304] [305] [306] [307] [308] [309] [310] [311] [312] [313]