From 7c582d6315dca8228ce7b47964a633a2f19f858b Mon Sep 17 00:00:00 2001 From: rizaldy Date: Thu, 29 Aug 2024 01:04:17 +0700 Subject: [PATCH] feat: update trakteerTo r17x --- client/video-watch-client-plugin.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/video-watch-client-plugin.js b/client/video-watch-client-plugin.js index 2e37dfd..e922fd8 100644 --- a/client/video-watch-client-plugin.js +++ b/client/video-watch-client-plugin.js @@ -28,6 +28,10 @@ function setup({ player, video }) { if (video.byAccount === 'root') { trakteerTo = 'evilfactorylabs' } + + if (video.byAccount === 'r17x') { + trakteerTo = 'ri7nz' + } const videoActionsMatches = doc.getElementsByClassName('video-actions')