Return

denpa chan doёss need to be P1MP3D w1Th some StYl3 !

1 Name: Anonymous 2025-05-15 19:29
like some shiny bright coloured CSS!

maybe an orange or yellow & purple, or salad green

have you considered tHaT?

otherwise it's just aLi3N@t!ng grAy 👽

and your anuserver should be able to serve themes without js!

remember nashikouen colors? one more notbad nonjs site gone, and nothing came to replace it

hell, add a phreaukkin rA1nB0V, 👽!gg3Я
2 Name: 2025-05-20 19:05
Unicode support in line 147 of common.pm is a MUST
3 Name: Anonymous 2025-05-21 11:43
1. Install ViolentMonkey
2. Open Denpa-chan and click on the extension.
3. Click the plus button
4. Paste this

// ==UserScript==
// @name New script denpa-chan.org
// @namespace Violentmonkey Scripts
// @match →/*
// @grant none
// @version 1.0
// @author -
// @description 5/21/2025
// ==/UserScript==
// Copied from https://superuser.com/a/1346692
function GM_addStyle(cssStr){

var n = document.createElement('style');
n.type = "text/css";
n.innerHTML = cssStr;
document.getElementsByTagName('head')[0].appendChild(n);

}
// use https://maxbittker.github.io/broider/ to generate borders and paste it inside the CSS selectors
GM_addStyle (
`
/* Entire thread */
div.shell-thread {
border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAAnUlEQVRYR+2WUQrAMAhD2/sfemOwwSilkJgf4e3baHzarnM0+WYTnwOj6UlBFKJpAul87ChE0wTS+ZwdvUImpNpS8GuwnVGnyafXr1FJLwUvRB0tRnfnxhrdL5Gld8ZnFcLo4a6E6OlHwo6mVweiEBWebu2uJ6G3bah0PqTgbu/RKklL7xC1ClVFGK0SXPUQhWiaQDofOwrRNIF0vhu3+yArUqHnBwAAAABJRU5ErkJggg==") 14 / 14px / 0 round;
border-width: 14px;
border-style: solid;
}
/* The posts themself (Outer border) */
div.post {
border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAAnUlEQVRYR+2WUQrAMAhD2/sfemOwwSilkJgf4e3baHzarnM0+WYTnwOj6UlBFKJpAul87ChE0wTS+ZwdvUImpNpS8GuwnVGnyafXr1FJLwUvRB0tRnfnxhrdL5Gld8ZnFcLo4a6E6OlHwo6mVweiEBWebu2uJ6G3bah0PqTgbu/RKklL7xC1ClVFGK0SXPUQhWiaQDofOwrRNIF0vhu3+yArUqHnBwAAAABJRU5ErkJggg==") 14 / 14px / 0 round;
border-width: 14px;
border-style: solid;
}
/* Post metainfo (1 Name: Anonymous...)*/
div.posthead {
border-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAAnUlEQVRYR+2WUQrAMAhD2/sfemOwwSilkJgf4e3baHzarnM0+WYTnwOj6UlBFKJpAul87ChE0wTS+ZwdvUImpNpS8GuwnVGnyafXr1FJLwUvRB0tRnfnxhrdL5Gld8ZnFcLo4a6E6OlHwo6mVweiEBWebu2uJ6G3bah0PqTgbu/RKklL7xC1ClVFGK0SXPUQhWiaQDofOwrRNIF0vhu3+yArUqHnBwAAAABJRU5ErkJggg==") 14 / 14px / 0 round;
border-width: 14px;
border-style: solid;
}
`
);


5.P1MP3D w1Th some StYl3 !
4 Name: Anonymous 2025-05-22 09:33
I wonder what is
"iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAAnUlEQVRYR+2WUQrAMAhD2/sfemOwwSilkJgf4e3baHzarnM0+WYTnwOj6UlBFKJpAul87ChE0wTS+ZwdvUImpNpS8GuwnVGnyafXr1FJLwUvRB0tRnfnxhrdL5Gld8ZnFcLo4a6E6OlHwo6mVweiEBWebu2uJ6G3bah0PqTgbu/RKklL7xC1ClVFGK0SXPUQhWiaQDofOwrRNIF0vhu3+yArUqHnBwAAAABJRU5ErkJggg=="
and where it is located. Since it is argument to url function, which does work with http:// or file://
5 Name: Anonymous 2025-05-22 11:02
>>4
It is the border you generate by using the tool I linked above. You can verify it here https://base64.guru/converter/decode/image/png
Here is the tool's source code if you are paranoid: https://github.com/MaxBittker/broider
6 Name: Anonymous 2025-05-22 11:04
7 Name: Anonymous 2025-11-08 03:09
here's mine. the font probably won't work unless you install it, and im too lazy to find a link, but it's my favorite font. although you could just change it to times new roman or whatever you want really.

body {
margin: 0;
font-size: 24px;
font-family:CooperLtBT-Regular, monospaced;
line-height:1.25em;
color: #330011;
}

h1,
h2,
h3,
h4,
p,
blockquote,
figure,
ol,
ul {

margin: 0;
padding: 0;
}

div.shell {
padding: 0 9px 9px 9px;
margin: 0% 5% 5em 0%;
}

div.shell-thread {
padding: 0 1.25em 7px 1.25em;
background: #f0f0f0;
}

body#frontpage,
body#subback,
body#image {
background: #b9b9b9;
background: linear-gradient(180deg,rgb(213, 205, 213) 0%, rgb(213, 205, 213) 100%);
max-width: 1600px;
margin: 1em auto;
}

body#threadpage {
background: #FCA;
background: linear-gradient(180deg,rgb(213, 205, 213) 0%, rgb(213, 205, 213) 100%);
margin: .5em;
}

div.comment,
div.preview {
margin: 6px 0px 6px 16px;
padding: 4px 7.5% 4px 16px;
overflow: auto;
}

body#hover {
background: #B05;
background: linear-gradient(180deg,rgba(255, 63, 127, 1) 100%, rgba(172, 0, 64, 1) 100%);
margin: .5em;
}
8 Name: Anonymous 2025-11-09 13:17
Why is this in gaming? This has nothing to with gaming at all.
9 Name: waves 2025-11-12 01:58
its nearly christmas, so maybe deck the halls of denpa with bounds of christmas colourful madness for the occasion, and then it stops after 25th. i dont know code, but maybe someone does. ya gotta make it happen!

Return
Name:
Leave this field blank: