Skip to content

Habitica Boss Button by diogofontes

Screenshot of Habitica Boss Button

Details

Authordiogofontes

LicenseCC Zero

CategoryHabitica

Created

Updated

Size888 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes images, popups, rewards' board and character's header.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Habitica Boss Button
@version      20230915.11.00
@namespace    userstyles.world/user/diogofontes
@description  Removes images and popups. 
@author       diogofontes
@license      CC Zero
==/UserStyle== */

@-moz-document url-prefix("https://habitica.com/") {
#app-header,
#new-stuff .center-block,
#new-stuff .mr-3,
.gem,
.gold,
.shop-sprite,
.reward,
.notifications,
.d-flex img {
    display: none !important;
}

.create-task-area {
    top: 0rem !important;
}

@media (min-width: 992px) {
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 32%;
        max-width: 32%;
    }
}

/* 
    Change oppacity of the To Do board: 

    .type_todo .d-flex {
       opacity: 0.3;
    }
*/

html {
    margin: 0 !important;
}

.smartbanner {
    display: none !important;
}
}

Reviews

No reviews yet.