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')