Skip to content

Instantly share code, notes, and snippets.

@Zyst
Created April 16, 2019 19:59
Show Gist options
  • Save Zyst/673f16a1dd36cbc920acb57d5aa2d7f6 to your computer and use it in GitHub Desktop.
Save Zyst/673f16a1dd36cbc920acb57d5aa2d7f6 to your computer and use it in GitHub Desktop.
Lets you use keyboard stuff to actually toggle read chapters
@-moz-document domain("novelupdates.com") {
td > [type="checkbox"]:checked,
td > [type="checkbox"]:not(:checked) {
position: static;
left: 0;
float: right;
margin: 4px;
width: 18px;
height: 18px;
}
td > [type="checkbox"]:checked + label,
td > [type="checkbox"]:not(:checked) + label {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment