Skip to content

Instantly share code, notes, and snippets.

View slavinskiyboris's full-sized avatar
🏠
Working from home

Boris slavinskiyboris

🏠
Working from home
  • Санкт-Петербург
View GitHub Profile
@slavinskiyboris
slavinskiyboris / tiktok-hide-all-videos.js
Last active July 8, 2024 07:13
Makes all your videos in TikTok visible only to you recursively
/*
1. Open your latest video and paste this entire script into the console.
2. Wait until all the videos will be hidden one by one.
*/
function triggerHoverEvent(element) {
const hoverEvent = new MouseEvent("mouseover", {
bubbles: true,
cancelable: true,
view: window