From 0ad35c7ea04d198fc106d23828167b23ac019344 Mon Sep 17 00:00:00 2001 From: uwaa Date: Thu, 23 Jan 2025 02:32:20 +0000 Subject: [PATCH] broaden rot.js profile theming keyword --- static/js/rot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");