AO3: strip empty paragraphs

Strip empty paragraphs from works on Archive of Our Own

< 腳本AO3: strip empty paragraphs的回應

提問/評論

§
發表於:2018-01-19

comment/bookmark button bug?

Hi, I just installed your script - thanks for making it. Have you noticed an issue with the confirm buttons for making a comment or creating a bookmark? For me (Firefox 57.0.4) they're disappearing when this script is enabled.

§
發表於:2018-07-07

This is also happening to me in Chrome.

§
發表於:2019-04-06

Just FYI, I managed to edit the script to fix this myself. Just replace this line

var paragraphs = document.getElementsByTagName("p");

with these two

var text = document.getElementById("chapters");

var paragraphs = text.getElementsByTagName("p");

發表回覆

登入以回復

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址