hide support button
OCI hide support button by tazyamah
Details
Authortazyamah
LicenseNo License
Categoryuserstyles
Created
Updated
Size350 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 OCI hide support button
@version 20220118.11.29
@namespace userstyles.world/user/tazyamah
@description hide support button
@author tazyamah
@license No License
==/UserStyle== */
@-moz-document regexp(".+oraclecloud.com.+"), regexp(".+cloud.oracle.com.+") {
.life-raft-support{
display: none
}
}