🎉 欢迎访问GreasyFork.Org 镜像站!本镜像站由公众号【爱吃馍】搭建,用于分享脚本。联系邮箱📮

Greasy fork 爱吃馍镜像

Greasy Fork is available in English.

最好的视频去广告,收费和VIP视频免费看插件,使用html5播放器电脑不发热不发烧

支持所有热门视频网站,优酷,爱奇艺,腾讯,搜狐,乐视,pptv,芒果tv,1905,暴风等

Du musst eine Erweiterung wie Tampermonkey, Greasemonkey oder Violentmonkey installieren, um dieses Skript zu installieren.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

Sie müssten eine Skript Manager Erweiterung installieren damit sie dieses Skript installieren können

(Ich habe schon ein Skript Manager, Lass mich es installieren!)

🚀 安装遇到问题?关注公众号获取帮助

公众号二维码

扫码关注【爱吃馍】

回复【脚本】获取最新教程和防失联地址

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

🚀 安装遇到问题?关注公众号获取帮助

公众号二维码

扫码关注【爱吃馍】

回复【脚本】获取最新教程和防失联地址

// ==UserScript==
// @name          最好的视频去广告,收费和VIP视频免费看插件,使用html5播放器电脑不发热不发烧
// @description   支持所有热门视频网站,优酷,爱奇艺,腾讯,搜狐,乐视,pptv,芒果tv,1905,暴风等
// @license       MIT
// @version       1.0.3
// @match        *://v.youku.com/*
// @match        *://*.iqiyi.com/v*
// @match        *://v.qq.com/x/cover*
// @match        *://film.sohu.com/album/*
// @match        *://tv.sohu.com/v/*
// @match        *://*.le.com/ptv/vplay/*
// @match        *://v.pptv.com/show/*
// @match        *://*.mgtv.com/b/*
// @match        *://vip.1905.com/play/*
// @match        *://*.baofeng.com/*
// @grant none
// @namespace https://openuserjs.org/users/gg1aa1
// ==/UserScript==
 
 
(function() {
  'use strict';
    let ok = confirm('请点击确定或按下回车,即可无广告免费播放VIP和收费视频哦!\n若无法观看请点取消,祝您观影愉快', '???'); if(ok){vz1123870210391232()};
    var vip = "<div style='background: #00ffe4; color: #292d00;position: absolute; right: 50px; top: 50px; z-index:9999; border-radius: 2px;box-shadow: 0 0 5px #000; padding: 10px 20px; cursor: pointer;font-size: 15px;'>使用VIP去广告插件观看</div>";var div=document.createElement("div");;div.innerHTML = vip;;div.onclick = vz1123870210391232;document.body.insertBefore(div, document.body.firstElementChild);;function vz1123870210391232() {window.location.href = "https://z1.im1907.top/?a=1&jx=" + window.location.href}
    // div
 
})();