Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- Dollchan_Extension_Tools.es6.user.js 2024-07-19 21:30:49.219802662 +0300
- +++ Dollchan_Extension_Tools.es6.user.patched.js 2024-07-19 21:17:18.159560933 +0300
- @@ -13965,7 +13945,7 @@
- for(const [banId, bNum, bEl] of pBuilder.bannedPostsData()) {
- const post = bNum ? pByNum.get(bNum) : this.op;
- if(post && post.banned !== banId) {
- - $q(aib.qBan, post.el).remove();
- + $q(aib.qBan, post.el)?.remove();
- post.msg.append(bEl);
- post.banned = banId;
- }
Add Comment
Please, Sign In to add comment