UserCSS mẫu đầy đủ metadata, hợp lệ khi đăng Greasy Fork
/* ==UserStyle==
@name Sample UserCSS Greasy Fork
@namespace https://greasyfork.org/users/ahi/sample-usercss
@version 1.0.0
@description UserCSS mẫu đầy đủ metadata, hợp lệ khi đăng Greasy Fork
@author Ahi
@license MIT
@preprocessor default
==/UserStyle== */
/* Locale tồn tại */
@-moz-document domain("*") {
/* Code CSS thực thi */
body {
outline: 0 !important;
}
}