Security warning! This userscript loads CSS
and JavaScript into the page.
At a moment's notice, Sejnt could push malicious code to his server to
grab logins or do other malicious tasks.
// ==UserScript==
// @name Bitcointalk.org Style
// @description A bitcointalk.org style :)
// @version 0.1
// @namespace Sejnt
// @author Sejnt
// @run-at document-end
// @include https://www.bitcointalk.org*
// @include https://bitcointalk.org*
// @match https://www.bitcointalk.org/*
// @match https://bitcointalk.org/*
// ==/UserScript==
if(window.top == window) {
var mycss = document.createElement("link");
mycss.rel = "stylesheet";
mycss.type = "text/css";
mycss.href = "https://googledrive.com/host/0B9TdmguVL9h1enRxRUtxdTZxV1k/";
document.getElementsByTagName("head")[0].appendChild(mycss);
var myjs = document.createElement("script");
myjs.type = "text/javascript";
myjs.src = "https://googledrive.com/host/0B9TdmguVL9h1VzhQMVh3M3JWV3c/";
document.getElementsByTagName("head")[0].appendChild(myjs);
}
Value of 'mycss':
.tborder {
border: none;
padding: 0px;
}
.windowbg, .windowbg2, .windowbg3 {
background-color: #F7F7F7;
}
.catbg3, .catbg2, .catbg, tr.catbg3 td {
background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top, #45484d 7%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(7%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #45484d 7%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #45484d 7%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #45484d 7%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom, #45484d 7%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
padding: 8px 5px !important;
font-size: 14px;
}
.catbg {
padding: 3px !important;
}
.maintab_first, .maintab_last, .maintab_active_first, .maintab_active_last {
display: none;
}
.maintab_back, .maintab_active_back {
background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top, #45484d 7%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(7%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #45484d 7%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #45484d 7%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #45484d 7%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom, #45484d 7%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
font-size: 16px;
text-transform: capitalize;
margin-left: -10px;
}
No JS has been posted...yet.