Skip to content

[ARCHIVED] Remove Forecast totals block from scoping by christopher-hayes

Screenshot of [ARCHIVED] Remove Forecast totals block from scoping

Details

Authorchristopher-hayes

LicenseNo License

CategoryForecast

Created

Updated

Size480 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Remove the Forecast totals block element from showing on the scoping view.

UPDATE: Forecast now allows you to collapse the scoping-view totals GUI, making this style unnecessary. However, leaving this userstyle in case anyone wants to completely remove it.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Remove Forecast totals block from scoping
@version      20211019.21.52
@namespace    userstyles.world/user/christopher-hayes
@description  From the Forecast totals block element from showing on the scoping view
@author       christopher-hayes
@license      No License
==/UserStyle== */

@-moz-document regexp("https:\\/\\/app.forecast.it\\/project\\/.*\\/new-scoping") {
[data-userpilot="project-totals-header"] {
    display: none;
}
}

Reviews

No reviews yet.