Skip to content

Hide Annotations (Overleaf) by zzangho

Screenshot of Hide Annotations (Overleaf)

Details

Authorzzangho

LicenseNo License

CategoryOverleaf, overleaf, overleaf.com

Created

Updated

Size1.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hide lines and highlights for track-changes and comments.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Hide Annotations (Overleaf)
@version      20211122.09.58
@namespace    userstyles.world/user/zzangho
@description  Hide lines and highlights for track-changes and comments.
@author       zzangho
@license      No License
==/UserStyle== */

@-moz-document domain("www.overleaf.com") {
/* Hide Annotations by Track changes and Comments on the text editor*/

.ace-editor-wrapper .track-changes-added-marker {
    background-color: #fff0 !important;
    opacity: .0 !important;
}

.ace-editor-wrapper .track-changes-comment-marker{
    background-color: #fff0 !important;
    opacity: .0 !important;
}

.ace-editor-wrapper .track-changes-added-marker-callout {
    border-bottom: 1px dashed #fff0 !important;
}

.ace-editor-wrapper .track-changes-comment-marker-callout {
    border-bottom: 1px dashed #fff0 !important;
}

.ace-editor-wrapper .track-changes-deleted-marker-callout {
    border-bottom: 1px dashed #fff0 !important;
}

.ace-editor-wrapper .track-changes-deleted-marker {
    border-left: 2px dotted #fff0 !important;
}


/* Hide Remote Cursor and Name Flags of Shared Users */

.annotation.remote-cursor.ace_start {
    display: none !important;
}

.online-users {
    display: none !important;
}

/* Hide my Cursor (Delete Below Code if Unnessesary)*/
/*html, body .ace_content
{
  cursor: none;
}
*/
}

Reviews

No reviews yet.