[ / / / / / / / / / / / / / ] [ dir / random / 93 / biohzrd / hkacade / hkpnd / tct / utd / uy / yebalnia ]

/freekukuku/ - 自由ku岛

临时避难所
Name
Email
Subject
REC
STOP
Comment *
File
Password (Randomized for file and post deletion; you may also set your own.)
Archive
* = required field[▶Show post options & limits]
Confused? See the FAQ.
Embed
(replaces files and can be used instead)
Oekaki
Show oekaki applet
(replaces files and can be used instead)
Options

Allowed file types:jpg, jpeg, gif, png, webp,webm, mp4, mov
Max filesize is16 MB.
Max image dimensions are15000 x15000.
You may upload2 per post.


0e43b7 No.2033

给岛民分享一个JS脚本,用来屏蔽你讨厌的挂名厨。我不懂JS,用GPT花了两分钟搞定的。

点击网页右上角的选项 -> 在弹出界面选择第4项用户JS -> 把下面的代码粘贴到文本框中 -> 修改代码输入你要屏蔽的人 -> 点击保存自定JavaScript按钮。

window.addEventListener('load', function() {

var blockedUsernames = ['在这里输入你想要屏蔽的用户名', '另一个要屏蔽的用户名', '第三个要屏蔽的用户名'];

var posts = document.querySelectorAll('.post');

posts.forEach(function(post) {

var usernameElement = post.querySelector('.name');

if (usernameElement && blockedUsernames.includes(usernameElement.textContent.trim())) {

post.style.display = 'none';

}

});

});

____________________________
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

3ca520 No.2050

File: f4ed7598f3c4a44⋯.jpg (92.99 KB,692x429,692:429,_.jpg)

不想打击你😭

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

8da317 No.2052

>>2050

有这么好用的功能却不早点说出来,岛民真的都很自私😢

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

3ca520 No.2054

File: 4d7445a339078fe⋯.jpg (1.8 MB,1481x2071,1481:2071,GK8yT15bwAAfbfN.jpg)

>>2052

早就有人说过了啊

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.



[Return][Go to top][Catalog][Nerve Center][Random][Post a Reply]
Delete Post [ ]
[]
[ / / / / / / / / / / / / / ] [ dir / random / 93 / biohzrd / hkacade / hkpnd / tct / utd / uy / yebalnia ]