YLHBOTv2RV

YouLikeHits Subscriber BOT

// ==UserScript==
// @name         YLHBOTv2RV
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  YouLikeHits Subscriber BOT
// @author       Moba Voice
// @match        https://*/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
alert('test');


})();