서버포럼에서 에 해당하는 Background 속성을 제거합니다.
svrforum-src-snippet-fix by parkjaeil0x0a
Details
Authorparkjaeil0x0a
LicenseMIT
Categorysvrforum
Created
Updated
Size620 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name svrforum-src-snippet-fix
@version 20240824.20.42
@namespace https://userstyles.world/user/parkjaeil0x0a
@description 서버포럼에서 <code></code>에 해당하는 Background 속성을 제거합니다.
@author parkjaeil0x0a
@license MIT
==/UserStyle== */
@-moz-document domain("svrforum.com") {
.xe_content code {
background: unset !important; /* background 속성을 무시하도록 설정 */
}
}
@-moz-document domain("svrforum.com") {
div[style*="background:#eeeeee"] {
background: unset !important; /* background 속성을 무시 */
}
}