forked from mirrors/akkoma-fe
broaden rot.js profile theming keyword
This commit is contained in:
parent
bcd2394cc5
commit
0ad35c7ea0
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@
|
||||||
.querySelector(".text")
|
.querySelector(".text")
|
||||||
.innerHTML
|
.innerHTML
|
||||||
.replace(/(<([^>]+)>)/ig, '')
|
.replace(/(<([^>]+)>)/ig, '')
|
||||||
.search(/profile theming post/ig) == -1)
|
.search(/profile them/ig) == -1)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
const ptp = pinnedPost.nextElementSibling.querySelector(".StatusBody");
|
const ptp = pinnedPost.nextElementSibling.querySelector(".StatusBody");
|
||||||
|
|
Loading…
Reference in a new issue