Greasy Fork is available in English.

GreasyFork Beautify Mod!

Custom Themes, premade themes and more

Versão de: 07/07/2018. Veja: a última versão.

Você precisará instalar uma extensão como Tampermonkey, Greasemonkey ou Violentmonkey para instalar este script.

Você precisará instalar uma extensão como Tampermonkey ou Violentmonkey para instalar este script.

Você precisará instalar uma extensão como Tampermonkey ou Violentmonkey para instalar este script.

Você precisará instalar uma extensão como Tampermonkey ou Userscripts para instalar este script.

Você precisará instalar uma extensão como o Tampermonkey para instalar este script.

Você precisará instalar um gerenciador de scripts de usuário para instalar este script.

(Eu já tenho um gerenciador de scripts de usuário, me deixe instalá-lo!)

Você precisará instalar uma extensão como o Stylus para instalar este estilo.

Você precisará instalar uma extensão como o Stylus para instalar este estilo.

Você precisará instalar uma extensão como o Stylus para instalar este estilo.

Você precisará instalar um gerenciador de estilos de usuário para instalar este estilo.

Você precisará instalar um gerenciador de estilos de usuário para instalar este estilo.

Você precisará instalar um gerenciador de estilos de usuário para instalar este estilo.

(Eu já possuo um gerenciador de estilos de usuário, me deixar fazer a instalação!)

// ==UserScript==
// @name         GreasyFork Beautify Mod!
// @namespace    GreasyFork Beautify Mod!
// @version      1
// @description  Custom Themes, premade themes and more
// @author       TigerYT
// @match        *://greatest.deepsurf.us/*
// @require      https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js
// ==/UserScript==

(function() {var css = [
	"body,",
	"  body:not(.Settings) #Head, ",
	"  body:not(.Settings) {",
	"    background: #16151D;",
	"  }",
	"",
	"  .script-list,",
	"  .user-list,",
	"  .text-content,",
	"  #script-info, ",
	"  #Content {",
	"    list-style-type: none;",
	"    box-shadow: 0 0 5px #1D1B26;",
	"    background-color: #1D1B26;",
	"    border: 0px solid #1D1B26;",
	"    border-radius: 5px;",
	"    box-sizing: border-box;",
	"    margin: 14px 0;",
	"    color: #888;",
	"  }",
	"",
	"  body,",
	"  select,",
	"  input  {",
	"    font-family: \"Open Sans\",",
	"    sans-serif;",
	"    color: #888;",
	"  }",
	"",
	"  #main-header, ",
	"  body:not(.Settings) #Head {",
	"    background-image: linear-gradient(#694BA1, #493372);",
	"    padding: 0.25em 0;",
	"  }",
	"",
	"  p.subtitle  {",
	"    margin: -8px 0 0 10px;",
	"    font-size: 0.7em;",
	"    text-shadow: -1px -1px 0px #493372, 1px -1px 0px #493372, -1px 1px 0px #493372, 1px 1px 0px #493372 !important;",
	"  }",
	"",
	"  a,",
	"  a:visited  {",
	"    color: #694BA1;",
	"  }",
	"",
	"  a:hover  {",
	"    color: #493372;",
	"  }",
	"",
	"  figure  {",
	"    padding: 5px;",
	"    border: none;",
	"    border-radius: 5px;",
	"  }",
	"",
	"  nav  {",
	"    position: absolute!important;",
	"    right: 0!important;",
	"    background-color: #493372!important;",
	"    min-width: 100%!important;",
	"    display: none;",
	"    padding: 5px 0!important;",
	"    z-index: 10!important;",
	"  }",
	"",
	"  :focus  {",
	"    outline: -webkit-focus-ring-color auto 5px;",
	"    outline-color: transparent;",
	"    outline-style: auto;",
	"    outline-width: 5px;",
	"  }",
	"",
	"  .script-list li {",
	"    background: #1D1B26;",
	"    border: 5px solid #1D1B26;",
	"    border-radius: 75px;",
	"    padding: 2em;",
	"    margin-bottom: 10px;",
	"  }",
	"",
	"  .script-list,",
	"  .user-list {",
	"    list-style-type: none;",
	"    box-shadow: 0 0 5px #16151D;",
	"    background-color: #16151D;",
	"    border: 0px solid #16151D;",
	"    border-radius: 5px;",
	"    box-sizing: border-box;",
	"    margin: 14px 0;",
	"  }",
	"",
	"  .list-option-group ul  {",
	"    margin: .5em 0 0;",
	"    list-style-type: none;",
	"    padding: 1em 0;",
	"    box-shadow: 0 0 5px #16151D;",
	"    border: 0px solid #16151D;",
	"    border-radius: 5px;",
	"    background-color: #1D1B26;",
	"  }",
	"",
	"  .list-option-group .list-current  {",
	"    border-right: 20px solid #1D1B26;",
	"    margin: 0em -21px 0em 0px;",
	"    padding: 0.4em 1em 0.4em calc(1em - 3px);",
	"    background: #16151D;",
	"    border-left: none;",
	"    box-shadow: none;",
	"  }",
	"",
	"  .list-option-group a:hover,",
	"  .list-option-group a:focus  {",
	"    background: #16151D;",
	"    text-decoration: none;",
	"    box-shadow: none;",
	"  }",
	"",
	"  .tabs .current  {",
	"    background: rgba(0,0,0,0.03);",
	"    position: relative;",
	"    top: -4px;",
	"    font-weight: bold;",
	"    border-top: 7px solid #493372;",
	"    box-shadow: inset 1px 0 rgba(0,0,0,0.1),",
	"    inset -1px 0 rgba(0,0,0,0.1),",
	"  inset 0 -1px rgba(0,0,0,0.1);",
	"  }",
	"",
	"  .install-help-link,",
	"  .install-help-link:visited,",
	"  .install-help-link:active {",
	"    background-color: #694BA1!important;",
	"    color: #eee;",
	"  }",
	"",
	"  .install-link,",
	"  .install-link:visited,",
	"  .install-link:active  {",
	"    display: inline-block;",
	"    background-color: #493372!important;",
	"    padding: 0.5em 1em;",
	"    color: #eee;",
	"    text-decoration: none;",
	"  }",
	"",
	"  div#install-link+#install-help-link:hover > .install-link {",
	"    background:  #694BA1;",
	"  }",
	"",
	"  div#install-link+#install-help-link:hover > .install-help-link {",
	"    background:  #493372;",
	"  }",
	"",
	"  select  {",
	"    -webkit-appearance: menulist;",
	"    box-sizing: border-box;",
	"    align-items: center;",
	"    white-space: pre;",
	"    -webkit-rtl-ordering: logical;",
	"    color: #bbb;",
	"    background-color: #694BA1;",
	"    cursor: pointer;",
	"    border-width: 1px;",
	"    border-style: solid;",
	"    border-color: #1D1B26;",
	"    border-image: initial;",
	"  }",
	"",
	"  #additional-info > div  {",
	"    margin: 1em 0;",
	"    padding: 1em;",
	"    border: none;",
	"    border-radius: 10px;",
	"    background-color: #16151D;",
	"  }",
	"",
	"  textarea#script-version-additional-info-0  {",
	"    background: #16151D;",
	"    color: #888;",
	"    border: none;",
	"    padding: 10px;",
	"  }",
	"",
	"  textarea#script-version-additional-info-0,",
	"  ",
	"textarea#script_version_code,",
	"  ",
	"#ace-editor  {",
	"    background: #16151D;",
	"    color: #888;",
	"    border: none;",
	"    padding: 25px;",
	"  }",
	"",
	"  .ace_gutter-cell,",
	"  .ace-tm .ace_gutter {",
	"    background: #0f0f14;",
	"  }",
	"",
	"  .preview-results,",
	"  ",
	"#script-version-additional-info-0  {",
	"    border: none;",
	"    border-radius: 10px;",
	"    background: #16151D;",
	"    color: #888;",
	"    padding: 25px;",
	"  }",
	"",
	"select#language-selector-locale {",
	"    background: #eee;",
	"}",
	"",
	".alert {",
	"    font-style: italic;",
	"    background-color: #b793f9;",
	"    border: none;",
	"    border-left: 20px solid #694BA1;",
	"    padding: 0.5em;",
	"    color: #eee!important;",
	"}",
	"",
	"pre,",
	"  code,",
	"  #code-container {",
	"    border-radius: 2px;",
	"    border: 1px solid #6c5793;",
	"    background-color: #493372;",
	"}",
	"",
	".CodeRay .line-numbers {",
	"    background-color: #0f0f14 !important;",
	"}",
	"",
	"#code-container > table > tbody > tr > td.code {",
	"    border-radius: 2px;",
	"    border: 1px solid #16151D !important;",
	"    background-color: #16151D !important;",
	"}",
	"",
	"#code-container {",
	"    border: none;",
	"}",
	"",
	".expander {",
	"    cursor: pointer;",
	"    padding: 2px 5px;",
	"    color: #888;",
	"    font-weight: bolder;",
	"    border-radius: 3px;",
	"    background-color: #16151D;",
	"    text-decoration: none;",
	"}",
	"",
	"a:-webkit-any-link {",
	"    text-decoration: none;",
	"}",
	"",
	"  input[type=search] {",
	"    -webkit-appearance: textfield;",
	"    background-color: #1D1B26;",
	"    -webkit-rtl-ordering: logical;",
	"    cursor: text;",
	"    padding: 1px;",
	"    border-width: 10px;",
	"    border-style: solid;",
	"    border-color: #1D1B26;",
	"    border-image: initial;",
	"    border-radius: 7px;",
	"  }",
	"",
	"  input[type=text] {",
	"    background-color: #16151D;",
	"    -webkit-rtl-ordering: logical;",
	"    cursor: text;",
	"    border-width:10px;",
	"    border-style: solid;",
	"    border-color: #16151D;",
	"    border-radius: 7px;",
	"    margin-top: 15px;",
	"  }",
	"",
	"  input[type=url] {",
	"    background-color: #16151D;",
	"    -webkit-rtl-ordering: logical;",
	"    cursor: text;",
	"    border-width:10px;",
	"    border-style: solid;",
	"    border-color: #16151D;",
	"    border-radius: 7px;",
	"    margin-top: 15px;",
	"  }",
	"",
	"  button#add-additional-info {",
	"    color: #999;",
	"    background-color: #493372;",
	"    border: 5px solid #694BA1;",
	"    margin-top: 5px;",
	"    margin-left: 15px;",
	"    height: 50px;",
	"    width: 300px;",
	"    cursor: pointer;",
	"    font-family: Agency FB;",
	"    font-size: x-large;",
	"  }",
	"",
	"  button.g-recaptcha {",
	"    color: #111;",
	"    background-color: #694BA1;",
	"    border: 5px solid #493372;",
	"    margin-top: 5px;",
	"    margin-left: 15px;",
	"    height: 50px;",
	"    width: 300px;",
	"    cursor: pointer;",
	"    font-family: Agency FB;",
	"    font-size: x-large;",
	"  }",
	"",
	"  input.add-screenshot-captions {",
	"    background-color: #16151D;",
	"    -webkit-rtl-ordering: logical;",
	"    cursor: text;",
	"    border-width:10px;",
	"    border-style: solid;",
	"    border-color: #16151D;",
	"    border-radius: 7px;",
	"    margin-top: 15px;",
	"  }",
	"",
	"  form.script-in-sets {",
	"    background-color: #16151D;",
	"    padding: 15px;",
	"    border-radius: 10px;",
	"    width: 408px;",
	"  }",
	"",
	"  .install-help-link:hover {",
	"    box-shadow: 15px 0px 18px 3px rgba(0,0,0,0.75) !important;",
	"    z-index: 999;",
	"  }",
	"",
	"  .install-link:hover {",
	"    box-shadow: -15px 0px 18px 3px rgba(0,",
	" 0,",
	" 0,",
	" 0.75) !important;",
	"    z-index: 999;",
	"  }",
	"",
	"  #install-area .install-link:hover,",
	"  #install-area .install-link:focus,",
	"  #install-area .install-help-link:hover,",
	"  #install-area .install-help-link:focus {",
	"    box-shadow: none;",
	"  }",
	"",
	"",
	"  #replaced_by_script_id {",
	"    background-color: #16151D;",
	"    -webkit-rtl-ordering: logical;",
	"    cursor: text;",
	"    border-width:10px;",
	"    border-style: solid;",
	"    border-color: #16151D;",
	"    border-radius: 7px;",
	"    margin-top: 15px;",
	"  }",
	" ",
	"  input[type=\"submit\"], .Button {",
	"    background: #694BA1;",
	"    border: 2px solid #493372;",
	"    color: #111;",
	"    font-weight: bolder;",
	"    cursor: pointer;",
	"  }",
	"",
	"  input[type=\"submit\"]:hover, .Button:hover {",
	"    background: #493372;",
	"    border: 2px solid #694BA1;",
	"    color: #eee;",
	"  }",
	"",
	"  .pagination>*,",
	"  .script-list+.pagination>*,",
	"  .user-list+.pagination>* {",
	"    display: inline-block;",
	"    background-color: #16151D;",
	"    padding: 0.5em;",
	"    border-radius: 5px;",
	"    text-decoration: none;",
	"  }",
	"",
	"  tr {",
	"    background: #16151D;",
	"  }",
	"",
	"  .notice {",
	"    background-color: #b793f9;",
	"    border: none;",
	"    border-left: 6px solid #694BA1;",
	"    padding: 0.5em;",
	"    color: #eee !important;",
	"  }",
	"",
	"  form.inline-form.external-login-form {",
	"    background: #16151D;",
	"    border: none;",
	"  }",
	"",
	"",
	"",
	"  form#new_user {",
	"    background: #16151D;",
	"    border: none;",
	"  }",
	"",
	"  form.new_user input[type=\"submit\"] {",
	"    background-image: linear-gradient(#694BA1,",
	"  #493372);",
	"    border: none;",
	"  }",
	"",
	"  #home-script-nav {",
	"    max-width: 700px;",
	"    margin: 0 auto;",
	"    padding-bottom: 20px;",
	"    border-bottom: none;",
	"    margin-bottom: 15px;",
	"  }",
	"",
	"  .search-submit {",
	"    display: none;",
	"  }",
	"",
	"  .home-search > input[name=\"q\"] {",
	"    background: #16151D;",
	"    border: 10px solid #16151D;",
	"  }",
	"",
	"  #Panel .FilterMenu, ",
	"  #Panel .PanelCategories, ",
	"  #Panel .MeBox {",
	"    box-shadow: 0",
	"     0 5px #16151D;",
	"    border: 0px solid #16151D;",
	"    background-color: #1D1B26;",
	"  }",
	"",
	"  body:not(.Settings) a:not(.Button):not(.ChangePicture) {",
	"    color: #888",
	"  }",
	"",
	"  #Panel .FilterMenu a:hover, ",
	"  #Panel .PanelCategories a:hover, ",
	"  #Panel .FilterMenu a:focus, ",
	"  #Panel .PanelCategories a:focus {",
	"    background: #16151D;",
	"    text-decoration: none;",
	"    box-shadow: none;",
	"  }",
	"  .SiteSearch .InputBox{",
	"    background: #1D1B26;",
	"    border-width:5px;",
	"    border-style: solid;",
	"    border-color: #1D1B26;",
	"    border-radius: 7px;",
	"  }",
	"",
	"  .SiteSearch .Button {",
	"    display: none;",
	"  }",
	"",
	"  #Panel .FilterMenu .Active a, #Panel .PanelCategories .Active a {",
	"    border-left: 20px solid #1D1B26;",
	"    margin: .25em 0 .25em -20px;",
	"    background: #16151D;",
	"  }",
	"",
	"  a[href*=\"#latest\"] {",
	"    color:  #bbb !important;",
	"  }",
	"",
	"  h1.H.HomepageTitle {",
	"    border-top: 7px solid #493372;",
	"  }",
	"",
	"  .rating-image {",
	"    height: 16px !important;",
	"    width: 16px !important;",
	"    filter: brightness(65%);",
	"  }",
	"",
	"  .SpDashboard, .SpOptions, .SpCog {",
	"    background-position: 0 -276px;",
	"  }",
	"",
	"  .SpBookmarks, .SpStar {",
	"    background-position: -80px -308px;",
	"  }",
	"",
	"  .SpInbox, .SpEnvelope {",
	"    background-position: 0 -292px;",
	"  }",
	"",
	"  .SpNotifications, .SpGlobe {",
	"    background-position: -32px -276px;",
	"  }",
	"",
	"  .Item.Read {",
	"    background: #16151D;",
	"  }",
	"",
	"  .Item.Read:first-child {",
	"    border-top-left-radius: 10px;",
	"    border-top-right-radius: 10px;",
	"  }",
	"",
	"  .Item.Read:last-child {",
	"    border-bottom-left-radius: 10px;",
	"    border-bottom-right-radius: 10px;",
	"  }",
	"",
	"  #Content .HomepageTitle {",
	"    border-top: 7px solid #493372;",
	"    color: #eee;",
	"  }",
	"",
	"  .Tag {",
	"    background: #6b4ca7;",
	"    color: #eee;",
	"  }"
].join("\n");
if (typeof GM_addStyle != "undefined") {
	GM_addStyle(css);
} else if (typeof PRO_addStyle != "undefined") {
	PRO_addStyle(css);
} else if (typeof addStyle != "undefined") {
	addStyle(css);
} else {
	var node = document.createElement("style");
	node.type = "text/css";
	node.appendChild(document.createTextNode(css));
	var heads = document.getElementsByTagName("head");
	if (heads.length > 0) {
		heads[0].appendChild(node);
	} else {
		// no head yet, stick it whereever
		document.documentElement.appendChild(node);
	}
}
})();