你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/430773-bitchute-extras,源站連結 點此以跳轉

Bitchute - Extras

Adds extra functionality to Bitchute, such as: mark watched videos and allow to block comments based on username and content.

当前为 2022-08-18 提交的版本,查看 最新版本


點此查看下載連結位址https://update.greasyfork.org.cn/scripts/430773/1082959/Bitchute%20-%20Extras.user.js

安装此脚本?
作者
Dilxe
评分
0 0 0
版本
0.91.1
创建于
2021-08-14
更新于
2022-08-18
大小
27.6 KB
许可证
暂无
适用于

Bitchute - Mark watched videos and Block Comments by username/keywords

DEPRECATED. Bitchute has added a block user function, making this script unnecessary.

This is a simple script that marks watched videos and blocks comments through black lists.




How it started:

I first made this script to practice my programming and for my own use, to mark videos I watched and to filter out spam/annoying comments.
However as it evolved I thought about sharing it, so I searched for scripts and saw there were already some out there to mark videos but not to filter comments the way mine does, so I'm adding it here for anyone who might want something like this as well.

What it does:

The "marking of watched videos" is more of a "marking of -clicked- videos" but it's functional enough for what it's needed at the moment.
About the comments, the script hides them according to the block lists.
For now users can block comments by username by clicking the "Block User" button. For other methods, by which the script filters out comments, the words need to be placed within the script itself on already existing variables with RegEx lists (one for whole words, one for a combination of letters and a whitelist for usernames); all of which have examples.



For curiosity's sake, I left a button with the text "Debug Menu" on Bitchute's navigation menu where, after clicking, on the left the user blacklist can be viewed and edited and on the right the number of removed comments and the list of said comments is displayed.

Tested on Firefox with Greasemonkey and Tampermonkey as well as Chrome with Tampermonkey.

Future improvements:

- modify the "Debug Menu" comments' filter list to display buttons with "x" on each username for easier unblocking;

- allow for multiple blocks at a time, instead of the current - single block per page refresh;

- get it to work in a way that it can block however many people the user wants without the need to refresh the page;

- add an option to append the profile ID after the usernames, so: hexagod becomes hexagod [VeO8NGIeqJoI];

- add an option to show own profile name instead of "You" with my profile avatar.