Removes the message that pops up when you click "Not Interested" on a video to speed up the process.
Remove the "removed this video" message by DreamySweet
Details
AuthorDreamySweet
LicenseNo License
Categorytiktok.com
Created
Updated
Size420 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Remove the "removed this video" message
@version 20250121.21.52
@namespace https://userstyles.world/user/DreamySweet
@description Removes the message that pops up when you click "Not Interested" on a video to speed up the process.
@author DreamySweet
==/UserStyle== */
@-moz-document domain("tiktok.com") {
.css-9aj0a0-DivMessageContainer {
display:none !important;
}
}