Skip to content

test by gimmickgang

Details

Authorgimmickgang

LicenseNo License

Categorya

Created

Updated

Code size1.6 kB

Code checksum48ea4e40

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

a

Notes

a

Source code

/* ==UserStyle==
@name           test
@namespace      nicovideo.jp
@version        1.0.0.11
@description    test
@author         gimmickgang
@var range dFontsize "ふぉんとさいず" [14.4, 10.8, 23.4, 0.9, 'px']
@var text auto-color "自動リンク色" "#1e7dc0"
@var text edit-before-content "content" ""***""
@var color edit-before-color "color" #00f
@var text edit-after-content "content" ""***""
@var color edit-after-color "color" #f00


==/UserStyle== */

@-moz-document url-prefix("https://dic.nicovideo.jp/") {
    	
	.article{
		font-size: var(--dFontsize);
	}

	.auto{
		color: var(--auto-color) !important;
	}

	.article span::before {
		content: var(--edit-before-content);
		color: var(--edit-before-color);
	}

	.article span::after {
		content: var(--edit-after-content);
		color: var(--edit-after-color);
	}

	/* 除外指定 */
	.a-bottomMenu span::before {
		content: "";
	}

	.a-bottomMenu span::after {
		content: "";
	}

	.a-list_articleInfo span::before {
		content: "";
	}

	.a-list_articleInfo span::after {
		content: "";
	}

	.mobile-qr-code-container span::before {
		content: "";
	}

	.mobile-qr-code-container span::after {
		content: "";
	}

	.a-list_relationSearch span::before {
		content: "";
	}

	.a-list_relationSearch span::after {
		content: "";
	}
	
}

@-moz-document url-prefix("https://dic.nicovideo.jp/prev_sp.html") {

	.article{
		font-size: 14px;
	}	
	
}

@-moz-document url-prefix("https://dic.nicovideo.jp/t/") {

	.article{
		font-size: 14px;
	}	
	
}

Reviews

No reviews yet.