您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
need this to work https://userstyles.world/style/19108/early-2016-roblox-play-button-style
当前为
/* ==UserStyle== @name Bug fixes for Early 2016 ROBLOX Play Button Style @namespace ROBLOX @version 1.6 @description need this to work https://userstyles.world/style/19108/early-2016-roblox-play-button-style @author Me ==/UserStyle== */ @-moz-document url-prefix("https://www.roblox.com/games") { .game-main-content.follow-button-enabled .favorite-follow-vote-share .game-favorite-button-container .icon-favorite { float: revert; } [data-internal-page-name="GameDetail"] #toggle-game-favorite { position: revert; } .users-vote::after { top: -11px; } .page-content .rbx-tabs-horizontal .rbx-tab { width: revert; } #tab-game-instances > .rbx-tab-heading { position: relative !important; left: 0px; width: 240px!important; } #tab-game-instances.rbx-tab.tab-game-instances { margin-left: 240px; } #tab-about > .rbx-tab-heading { position: relative !important; left: 0px; width: 240px!important; } #tab-store > .rbx-tab-heading { position: relative !important; left: 0px; width: 240px!important; } #tab-store > .rbx-tab-heading > .text-lead { position: relative !important; left: 0px; } #tab-store > .rbx-tab-heading > .text-lead::after { left: 210px; } } .game-favorite-button-container { top: -12px; } .voting-panel .users-vote .vote-details { display: block; width: 145px; top: 5px; left: -22px; position: relative; } [data-internal-page-name="GameDetail"] .count-right > .vote-text { position: relative !important; left: -30px; top: -20px; } [data-internal-page-name="GameDetail"] .count-left > .vote-text { position: relative !important; left: 27px; top: -20px; } .game-main-content.follow-button-enabled .favorite-follow-vote-share .game-favorite-button-container .icon-label::after { content: '825K+'; left: -2px; } .game-main-content.remove-panel { width: 960px !important; left: 32px!important; } /*this bit of code is from the original theme*/ [data-internal-page-name="GameDetail"] .game-stats-container li:first-child p:first-child::after, .game-stat-container li:first-child p:first-child::after { content: "Allowed Gear types"; font-size: 16px !important; line-height: 1.5em; cursor: text; } [data-internal-page-name="GameDetail"] li.game-stat:nth-of-type(1) .font-caption-body.text-lead { background-image: url(https://images.rbxcdn.com/153fd3209692232cd8087cad74a669b0-games.svg) !important; background-position: 0 -336px; color: transparent !important; width: 30px !important; height: 30px !important; margin-left: 62px !important; } /*this bit of code is from me*/ li.game-stat:nth-of-type(1) { display: unset!important; left: 772px; position: relative; } li.game-stat:nth-of-type(3) { left: -150px; position: relative; } li.game-stat:nth-of-type(6) { left: -150px; position: relative; } li.game-stat:nth-of-type(7) { left: -150px; position: relative; } li.game-stat:nth-of-type(8) { left: -150px; position: relative; } li.game-stat:nth-of-type(9) { left: -150px; position: relative; } li.game-stat:nth-of-type(8) .font-caption-body.text-lead { font-weight: 400 !important; } li.game-stat:nth-of-type(7) .font-caption-body.text-lead { font-weight: 400 !important; } li.game-stat:nth-of-type(6) .font-caption-body.text-lead { font-weight: 400 !important; } li.game-stat:nth-of-type(3) .font-caption-body.text-lead { font-weight: 400 !important; } li.game-stat:nth-of-type(1) .font-caption-body.text-lead { font-weight: 400 !important; } [data-internal-page-name="GameDetail"] .text-report { font-size: 14px!important; font-weight: 400!important; }