podtsawowy_skrypt_tampermoneky

topis testeste eetsete

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

// ==UserScript==
// @name         podtsawowy_skrypt_tampermoneky
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  topis testeste eetsete
// @author       Filszu
// @license MIT
// @match        http://*/*
// @include      https://www.youtube.com/*
// @include      *://*/**
// @icon         data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @resource     customCSS https://raw.githubusercontent.com/Filszu/video_player_genius/673022e83f3bfb49ba10db5163dc404be79c8630/style.css
// @grant       GM_addStyle
// @grant       GM_getResourceText
// ==/UserScript==

alert('hello');
console.log('%c------------⚙vpGenius------------', 'color: green; ');


console.log('start: add CSS');
var newCSS = GM_getResourceText ("customCSS");
GM_addStyle (newCSS);
console.log('done: add CSS');

const el = document.createElement("div");
    const menu = el;
    menu.innerHTML = `
     <div class="specialFont" id="menu-container">FILIP</div>`;

const body = document.querySelector("body");
body.append(menu);



console.log('%c**********⚙vpGenius**********', 'color: green; ');