Compare commits

..

3 Commits
v0.1.0 ... main

Author SHA1 Message Date
6a59360147 fix: change r17x -> rin 2024-08-29 01:25:17 +07:00
bb0abbc1ce refactor: remove empty spaces 2024-08-29 01:07:37 +07:00
7c582d6315 feat: update trakteerTo r17x 2024-08-29 01:04:17 +07:00

View File

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