No Simplenote tags
0
Userscript
Disables all tagging interface on the Simplenote web client.
View CSS

No Simplenote tags

Copy To Clipboard
/* No Simplenote tags
 * Disables all tagging interface on the Simplenote web client.
 * By Evan Hahn, 
 * Licensed under the Unlicense 
 */

.sidebar .sideview {
    display: none;
}

.sidebar .notes {
    top: 45px;
}

.tagbar {
    display: none;
}

.note {
    top: 50px;
}

You need to log in to comment.

0 Comments