aviso
grupoconexao.blip.ai by sndersn
Details
Authorsndersn
LicenseNo License
Categoryprivate
Created
Updated
Size607 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 grupoconexao.blip.ai
@version 20220623.20.53
@namespace userstyles.world/user/sndersn
@description aviso
@author sndersn
@license No License
==/UserStyle== */
@-moz-document domain("grupoconexao.blip.ai") {
[ng-if="!$ctrl.saved && !$ctrl.mouseOverTab"]::before {
content: "Ctrl+S para SALVAR!";
color: #fff;
background: #f00;
display: block;
width: 400px;
height: 16px;
padding: 14px;
position: absolute;
left: 300px;
top: 0;
font-size: 40px;
z-index: 999999999999999999999999;
pointer-events: none;
}
}