that annoying page with girl on it, to this
outlook.live.com - replace annoying sign-in page with just a button by osirisgothra
Details
Authorosirisgothra
LicenseNo License
Categoryoutlook.live.com
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
n/a
Source code
/* ==UserStyle==
@name outlook.live.com - replace annoying sign-in page with just a button
@version 20211222.17.45
@namespace userstyles.world/user/osirisgothra
@description that annoying page with girl on it, to this
@author osirisgothra
@license No License
==/UserStyle== */
@-moz-document regexp("https://outlook.live.com/.*?state=1&redirectTo=.*") {
*
{ background: black none !important;
margin: 0px !important;
padding: 0px !important;
}
p,h1,h2,h3,h4,h5,h6,text,footer,body > header > div > div,body > header > div > aside > div > nav > ul > li:nth-child(1) > a
{
display: none !important;
}
body > header > div > aside > div > nav > ul > li:nth-child(2) > a:hover
{
filter: invert(100%);
transition: 0.125s ease all !important;
}
body > header > div > aside > div > nav > ul > li:nth-child(2) > a
{
display: block !important;
position: fixed;
border: ThreeDFace 1px solid;
background-color: ThreeDDarkShadow !important;
color: ThreeDLightShadow !important;
top: 50%;
left: 50%;
font-size: 48px !important;
width: 25% !important;
padding: 25% !important;
margin: 0px !important;
}
}