|
|
|
|
|
by kearneyandy
3680 days ago
|
|
Since document.querySelector only returns the first instance, you will need to run this for the number of redacted paragraphs.
The above jQuery solution doesn't have this problem. You really would need a snippet with querySelectorAll and a loop. Since the page has jQuery, there's nothing wrong with providing a solution using it, and particularly since people just want to read the article. |
|