TMD Skin (In Progress)

some style

Bu betiği kurabilmeniz için Tampermonkey, Greasemonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

You will need to install an extension such as Tampermonkey to install this script.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Userscripts gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği indirebilmeniz için ayrıca Tampermonkey gibi bir eklenti kurmanız gerekmektedir.

Bu komut dosyasını yüklemek için bir kullanıcı komut dosyası yöneticisi uzantısı yüklemeniz gerekecek.

(Zaten bir kullanıcı komut dosyası yöneticim var, kurmama izin verin!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Zateb bir user-style yöneticim var, yükleyeyim!)

// ==UserScript==
// @name         TMD Skin (In Progress)
// @namespace    http://your.homepage/
// @version      0.1
// @description  some style
// @author       drakulaboy
// @run-at       document-start
// @include      http://www.torrentsmd.*
// @include      http://www.torrentsmoldova.*
// @grant        GM_addStyle
// ==/UserScript==
/*jshint multistr: true */
GM_addStyle('\
.head {\
	display: none;\
}\
body {\
	background: url(http://i.imgur.com/Yx4hL3i.jpg) fixed no-repeat top;\
	background-size: 100%;\
}\
table table table {\
	background: rgba(0,0,0,0) !important;\
}\
table table {\
	background: rgba(255,255,255,0.6) !important;\
}\
.fullWidth, #user_box, body>table {\
	background: rgba(255,255,255,0.6) !important;\
	border: 1px solid #cccccc !important;\
	box-shadow: 0 0 10px black;\
}\
td {\
	border: 0 solid !important;\
}\
ul.menu li.selected {\
	border-bottom: 2px solid rgba(0,0,0,0.5)\
}\
ul.menu li a {\
	background: rgba(0,0,0,0) !important;\
	border: 0 !important;\
}\
ul.menu li:hover {\
	background: rgba(0,0,0,0.05);\
	border-top: 2px solid rgba(0,0,0,0);\
	border-bottom: 2px solid rgba(0,0,0,0);\
}\
ul.menu li {\
	border-left: 1px solid rgba(0,0,0,0.05);\
}\
ul.menu li:first-child {\
	border-left: 0px solid rgba(0,0,0,0.05);\
}\
* {\
	text-decoration: none !important;\
	font-family: Microsoft Yahei, sans-serif !important;\
}\
table.main {\
	width: 940px\
}\
table#info_block {\
	width: 940px !important;\
}\
#back-to-top {\
	opacity: 0.5;\
}\
body table.mainouter td#outer td#embedded {\
	color: red !important;\
}\
td.colhead, h2 {\
	background: rgba(0,0,0,0.1) !important;\
}\
tableTorrents>tbody>tr:hover {\
	background-color: rgba(0,0,0,0.05)\
}\
a:hover {\
	color: black !important;\
}\
div.niceTitle {\
	background-color: rgb(255,255,255);\
	box-shadow: 0 0 5px black;\
}\
table.mainouter td#outer td.embedded>p:nth-child(3) {\
	display: none;\
}\
div#top_menu>table>tbody>tr>td:first-child>a {\
    display: block ;\
    background: url("http://s020.radikal.ru/i722/1308/c8/46d54f9617d0.png") no-repeat scroll 0 0 \
transparent ;\
    width: 280px ;\
    height: 76px ;\
}\
#tmd_logo {\
    display: none ;\
}\
');