feat: update trakteerTo r17x

This commit is contained in:
rizaldy 2024-08-29 01:04:17 +07:00
parent b04f9fc9b2
commit 7c582d6315

View File

@ -29,6 +29,10 @@ function setup({ player, video }) {
trakteerTo = 'evilfactorylabs' trakteerTo = 'evilfactorylabs'
} }
if (video.byAccount === 'r17x') {
trakteerTo = 'ri7nz'
}
const videoActionsMatches = doc.getElementsByClassName('video-actions') const videoActionsMatches = doc.getElementsByClassName('video-actions')
if (videoActionsMatches.length < 1) { if (videoActionsMatches.length < 1) {