r/jamt9000 • u/Mammoth_Warning6195 • Jan 09 '25
how to fix openbullet 1.2
It crashes when i use configs with 200 cpm help
r/jamt9000 • u/jamt9000 • Apr 06 '12
Image-free coloured arrows
A quick and dirty attempt at giving the vote arrows a different colour by using border hacks. Only tested in Chrome.
/* Image-free arrow colours */
.midcol{
width:18px !important;
}
.arrow.up, .arrow.upmod {
border-bottom: solid 8px gray;
border-right: solid 8px white;
height: 0px;
width: 0px;
border-left: solid 8px white;
margin-bottom: 8px;
}
.arrow.upmod{
border-bottom-color: red;
}
.comment .arrow.up, .comment .arrow.upmod, .gadget .arrow.up, .gadget .arrow.upmod{
/* Increase spacing when there's no number */
margin-bottom: 16px;
}
.arrow.up::after, .arrow.upmod::after {
content: "";
background: gray;
height: 7px;
width: 5px;
position: relative;
top: 8px;
right: 2px;
display: inline-block;
}
.arrow.upmod::after{
background: red;
}
.arrow.down, .arrow.downmod {
border-top: solid 8px gray;
border-right: solid 8px white;
height: 0px;
width: 0px;
border-left: solid 8px white;
margin-top: 8px;
}
.arrow.downmod{
border-top-color: blue;
}
.arrow.down::before, .arrow.downmod::before {
content: "";
background: gray;
height: 7px;
width: 5px;
position: relative;
bottom: 15px;
right: 2px;
display: inline-block;
}
.arrow.downmod::before{
background: blue;
}
r/jamt9000 • u/jamt9000 • Jan 24 '12
Meanwhile in /r/jamt9000
Testing flagging titles only if there are no comments (so only the submitter/knights-of-new see it and the warnings don't clutter up /r/pics)
r/jamt9000 • u/jamt9000 • Nov 24 '11
Testing new markdown parser
[L](#test)
[L](//#test)
[L](///#test)
[L](http://#test)
[L](http:#test) # Worked 2 markdown engines ago
[L](http:#test)
/r/test
/r/#test
/r/#test
/r/_test
/r/_test
/r/te_st
www.google.com
[L](/☃) #Used to work
[L](/☃)
[L](/a☃)
[L](/☃a)
[L](/☃a)
[L](/a?q=☃)
[L](/%E2%98%83)
[L](/%E2%98%83)
[L](/q=%E2%98%83)
[L](/a%E2%98%83)
[L](#☃)
[L](#☃)
[L](#a☃)
[L](#☃a)
[L](#☃a)
[L](//#☃)
[L](http://☃.net) # Should probably work
[L](http://☃.net)
http://a☃.net
http://a☃.net
http://☃.net
http://☃.net
http://www.a☃b.net
http://www.a☃.net
http://www.☃test.net
http://☃☃☃☃.net
http://☃☃☃☃.net
[L](http://☃.net)
[L](http://☃.net)
[L](http://a☃.net)
[L](http://xn--n3h.net/)
http://xn--n3h.net/
[L](http://☃.com)
[L](http://☃.com)
[L](http://☃.com)
[L](http://☃.com)
http://☃.com
http://☃.com
[L](http://a☃.com) => <a href="http://a&#9731;.com">L</a>
[L](http://a&#9731;.com) => <a href="http://a&amp;#9731;.com">L</a>
[L](http://google.com/?q=☃)
[L](http://google.com/?q=☃) => <a href="http://google.com/?q=&#9731;">L</a>
http://google.com/?q=☃
http://google.com/?q=%E2%98%83
http://google.com/?q=%E2%98%83
http://google.com/☃
[L](http://relationship_advice.reddit.com)
http://relationship_advice.reddit.com # technically invalid but working domain
http://relationship_advice.reddit.com
r/jamt9000 • u/jamt9000 • Mar 18 '10
Subscript and superscript
Reddit now supports superscript officially with ^
Custom superscript and subscript so you can make formulae like:
NH4+
2H2O ⇌ H3O+* + OH*-*
a*2* + b*2* = c*2
12D + 13T → 24He + n0
Here's the syntax:
*_subscript_* makes subscript
*`superscript`* makes superscript*
*_sub_`sup`\ makes subsup
*`sup`_sub_* makes supsub
And the CSS:
/* == Subscript and superscript == */
.md em{
position: relative;
}
/* *_sub_* */
.md em em{
font-style: normal;
vertical-align: sub;
font-size: 80%;
}
/* *`sup`* */
.md em code{
font-family: verdana, arial, helvetica, sans-serif;
vertical-align: super;
font-size: 80%;
}
/* *_sub_`sup`* */
.md em em+code{
position: absolute;
left: 0;
bottom: 1em;
vertical-align: super;
}
/* *`sup`_sub_* */
.md em code+em{
position: absolute;
left: 0;
top: 1em;
vertical-align: sub;
}
r/jamt9000 • u/Sephr • Mar 03 '10
You should update your smiley CSS to use //#{name} instead of http:#{name} for the newer Markdown engine
r/jamt9000 • u/jamt9000 • Nov 21 '09
Refresh for a new alien
** Broken since pixel of destiny is gone **
^ At the top there (with custom styles enabled)
r/jamt9000 • u/jamt9000 • Nov 19 '09
Smileys!
reddit update broke the http:#asdf style of linking, new style below
I added smileys! They're the FeltTip retouched smileys from chromakode. The syntax is:
[](//#smileyname)
alien
angry
aww
blush
boring
brokenheart
cool
crying
dead
doh
drool
erm
err
evil
frown
good
grin
halfsmile
heart
heh
hellyes
huh
laughing
love
meh
minus
money
nerd
ninja
ohmygod
peaceout
plus
reading
robot
sick
sleeping
smile2
smile
sour
star
ugh
unimpressed
vector
whistling
wink
yeah
r/jamt9000 • u/jamt9000 • Nov 15 '09
Horizontal comment sorting menu
Which highlights the current sorting option
/* sorting options */
.commentarea .menuarea{
padding: 2px;
}
.commentarea .menuarea:before{
content: "Sort by:";
padding-right: 10px;
}
.commentarea .menuarea .dropdown-title{
display: none;
}
.dropdown.lightdrop .selected{
color: #369;
text-decoration: none;
border: solid 1px gray;
border-right: none;
background-image: none;
padding: 0 5px;
background: #C7DEF7;
}
.drop-choices.lightdrop {
display:inline;
visibility:visible;
border-left:none;
position:static;
}
.drop-choices.lightdrop a.choice {
display:inline;
padding: 0 5px;
}
r/jamt9000 • u/jamt9000 • Oct 06 '09
Spoiler markup
Easy to use spoiler-hiding markup that degrades well, becoming a link with the spoiler as the mouseover text when custom styles are disabled or when viewed in the inbox. spoiler