/* ==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
@downloadURL https://update.greasyfork.org/scripts/561165/Sample%20UserCSS%20Greasy%20Fork.user.css
@updateURL https://update.greasyfork.org/scripts/561165/Sample%20UserCSS%20Greasy%20Fork.meta.css
==/UserStyle== */

/* Locale tồn tại */
@-moz-document domain("*") {

    /* Code CSS thực thi */
    body {
        outline: 0 !important;
    }

}
