diff --git a/static/js/rot.js b/static/js/rot.js index 28bcea7a..fe843dfb 100644 --- a/static/js/rot.js +++ b/static/js/rot.js @@ -136,7 +136,7 @@ .querySelector(".text") .innerHTML .replace(/(<([^>]+)>)/ig, '') - .search(/profile theming post/ig) == -1) + .search(/profile them/ig) == -1) return false; const ptp = pinnedPost.nextElementSibling.querySelector(".StatusBody");