Skip to content

Spin Me Rounded by cssdoa

Screenshot of Spin Me Rounded

Details

Authorcssdoa

LicenseNo License

Category*

Created

Updated

Code size1.6 kB

Code checksum76083030

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Notes

by ChatGPT

Source code

/* ==UserStyle==
@name         Spin Me Rounded
@namespace    userstyles.world
@version      0.10
@description  Change font on all pages to GenSenRounded2 and set text shadow, but skip some classes and tags
==/UserStyle== */

@-moz-document regexp(".*") {
	/* 主要規則:針對不屬於排除範圍的元素 */
	html *:not([class*="ico"]):not([class*="ico"] *):not([class*="Ico"]):not([class*="Ico"] *):not(.google-symbols):not(.google-symbols *):not([class*="fa-"]):not([class*="fa-"] *):not(.md-code-block):not(.md-code-block *):not(.f0UV3d):not(.f0UV3d *):not(.DPvwYc):not(.DPvwYc *):not(.signal_a036cdba):not(.signal_a036cdba *):not(.material-symbols-outlined):not(.material-symbols-outlined *):not(.devsite-nav-toggle):not(.devsite-nav-toggle *):not(.ms-Breadcrumb-chevron):not(.ms-Breadcrumb-chevron *):not(.ms-Icon):not(.ms-Icon *):not(.NdfOU_6eFM5WeQCV4UHA):not(.NdfOU_6eFM5WeQCV4UHA *):not(.docon):not(.docon *):not(.tb-ifont):not(.tb-ifont *):not(code):not(code *):not(kbd):not(kbd *):not(pre):not(pre *):not(samp):not(samp *):not(button):not(button *):not(md-icon):not(md-icon *){
		/*修改字體為源泉圓體Ver 2.100 https://github.com/ButTaiwan/gensen-font*/
		font-family: '源泉圓體月' !important;
		text-shadow: 0.00em 0.00em 0.03em;
	}
    [class*="ytd"] {
        font-family: '源泉圓體月' !important;
    }
    
	/*取消code元素及class的陰影*/
	code, code *,
	[class*="code"], [class*="code"] *,
	[class*=".yt-lockup-metadata"], [class*=".yt-lockup-metadata"] {
		text-shadow: none !important;
	}
}


Reviews

No reviews yet.