您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Mantieni il tuo Ad-Blocker attivo mentre ti guardi il tuo anime preferito
当前为
// ==UserScript== // @name KAADIVVVV - vvvvid.it Anti-Adblock Killer // @namespace https://github.com/Robotex/ // @description Mantieni il tuo Ad-Blocker attivo mentre ti guardi il tuo anime preferito // @author Robotex // @version 1.5.0 // @license GPL-3.0-or-later; http://www.gnu.org/licenses/gpl-3.0.txt // @copyright 2016+, Robotex (https://github.com/Robotex/) // @homepage https://github.com/Robotex/kaadivvvv/ // @supportURL https://github.com/Robotex/kaadivvvv/issues // @match *://www.vvvvid.it/* // @exclude *://www.vvvvid.it/adblock.html // @grant none // ==/UserScript== 'use strict'; function keyboardShortcuts(e) { if (e.keyCode == 32 && $('#player-video-info').hasClass('inactive')) window.vvvvid.player.setPlayPause(); if (e.keyCode == 39 && $('#player-video-info').hasClass('inactive')) window.vvvvid.player.setPlayhead('+5'); if (e.keyCode == 37 && $('#player-video-info').hasClass('inactive')) window.vvvvid.player.setPlayhead('-5'); if (e.keyCode == 38 && $('#player-video-info').hasClass('inactive')) window.vvvvid.player.setVolume('+0.05'); if (e.keyCode == 40 && $('#player-video-info').hasClass('inactive')) window.vvvvid.player.setVolume('-0.05'); if (e.keyCode == 160 && $('#player-video-info').hasClass('inactive')) window.vvvvid.player.setFrame('+1'); if (e.keyCode == 222 && $('#player-video-info').hasClass('inactive')) window.vvvvid.player.setFrame('-1'); } function checkAdv () { this.playAds = false; } if (typeof exportFunction === "function") { exportFunction(checkAdv, window.wrappedJSObject.vvvvid.models.PlayerObj.prototype, {defineAs: 'checkAdv'}); window.eval('Object.defineProperty(window, \'emdHkdjhj\', { value: undefined, writable: false })'); window.eval('window[wnbshgd] = window.vvvvid.models.PlayerObj.prototype.checkAdv'); window.eval('$(document).keydown( ' + keyboardShortcuts + ' )'); window.eval('window.vvvvid.lastPlayedPreCommunityTime = Number.POSITIVE_INFINITY'); } else { window.vvvvid.models.PlayerObj.prototype.checkAdv = checkAdv; Object.defineProperty(window, 'emdHkdjhj', { value: undefined, writable: false }); window[wnbshgd] = window.vvvvid.models.PlayerObj.prototype.checkAdv; $(document).keydown(keyboardShortcuts); window.vvvvid.lastPlayedPreCommunityTime = Number.POSITIVE_INFINITY; } window.sessionStorage.logoPlayed = true; /** * A colui che sta analizzando questo script per commessa, se posso darti del tu, ti ringrazio per le sfide che avanzi. * Anche se la programmazione web non e il mio forte, chissa che magari un giorno ci troveremo seduti intorno ad un tavolo * a parlare di algoritmi e bere in compagnia :) E se sei una lei, tanto di cappello! */
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址