Update 'mbchc-loader.user.js'

fucking indentation
This commit is contained in:
Mute 2022-06-26 19:04:58 +00:00
parent 5583aebabb
commit d559ee294b
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
(function () {
"use strict";
const script = document.createElement("script")
const ts = (Date.now() / 10000).toFixed(0)
const ts = (Date.now() / 10000).toFixed(0)
script.src = `https://code.fleshless.org/mute/MBCHC/raw/branch/master/mbchc.user.js?ts=${ts}`
document.head.appendChild(script)
})()