-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathyt-metabot.meta.js
20 lines (20 loc) · 1.02 KB
/
yt-metabot.meta.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// ==UserScript==
// @name MetaBot for YouTube
// @namespace yt-metabot-user-js
// @description More information about users and videos on YouTube.
// @version 230103
// @homepageURL https://vk.com/public159378864
// @supportURL https://github.com/asrdri/yt-metabot-user-js/issues
// @updateURL https://raw.githubusercontent.com/asrdri/yt-metabot-user-js/master/yt-metabot.meta.js
// @downloadURL https://raw.githubusercontent.com/asrdri/yt-metabot-user-js/master/yt-metabot.user.js
// @icon https://raw.githubusercontent.com/asrdri/yt-metabot-user-js/master/logo.png
// @include https://*youtube.com/*
// @include https://*dislikemeter.com/?v*
// @require https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js
// @require https://raw.githubusercontent.com/sizzlemctwizzle/GM_config/master/gm_config.js
// @grant GM_getValue
// @grant GM_setValue
// @grant GM_xmlhttpRequest
// @grant GM.xmlHttpRequest
// @run-at document-end
// ==/UserScript==