sindresorhus/refined-github



The issue has been closed
Rename “remove” to “hide” in all features #4510
fregante posted onGitHub
To be more consistent across features, we should probably choose one of these similar verbs. I think “hide” is more correct. In many cases we should also stop using .remove() and use .hidden = true instead, unless the CSS order matters.
Related: #4509