< home

My uBlock filters

nicer Microsoft Sharepoint

sharepoint.com###sp-appBar

sharepoint.com##.sp-fab

sharepoint.com##+js(remove-class, a_T2lcQ_1x34n, div[data-automationid="AppChrome"])

My SpaceHey CSS

Windows XP Theme edits

<!-- disable loading animation -->

<style>

body:before { display: none !important; animation: none !important; }

</style>

<!-- (c) Fix for Links by The Canine -->

<style>

.profile .left .table-section:last-child .details-table tbody,

.profile .left .table-section:last-child .details-table tbody tr {

flex-direction: row !important;

display: flex !important;

flex-wrap: wrap !important;

}

.profile .left .table-section:last-child .details-table tbody tr td {

width: auto !important;

display: inline-block !important;

margin-right: 5px !important;

}

.profile .contact .inner {

overflow: hidden !important;

}

.left .contact {

overflow-x: hidden !important;

}

</style>