Guest User

dollchan patch

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