We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d26536 commit dd35160Copy full SHA for dd35160
1 file changed
Zhihu-Enhanced.user.js
@@ -150,7 +150,7 @@ function collapsedAnswer() {
150
button.click();
151
})
152
153
- document.querySelectorAll(':not([script-collapsed]) .ContentItem-actions.Sticky [data-zop-retract-question]').forEach(function(button) {
+ document.querySelectorAll('.RichContent:not([script-collapsed]) .ContentItem-actions.Sticky [data-zop-retract-question]').forEach(function(button) {
154
let el = button.parentElement;
155
while (!el.classList.contains('RichContent')) {
156
el = el.parentElement;
0 commit comments