安乐视

远程库已删除,此脚本已不可用。有缘再见!远程库已删除,此脚本已不可用。有缘再见!远程库已删除,此脚本已不可用。有缘再见!

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

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

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

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

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

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

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

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

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

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

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

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

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

// ==UserScript==
// @name         安乐视
// @author       Jones Miller
// @version      23.11.12
// @namespace    https://t.me/jsday
// @description  远程库已删除,此脚本已不可用。有缘再见!远程库已删除,此脚本已不可用。有缘再见!远程库已删除,此脚本已不可用。有缘再见!
// @icon         https://greasyfork.s3.us-east-2.amazonaws.com/ei1h373r3vykus1iqc9wzp8mx9ub
// @match        *://v.qq.com/*
// @match        *://m.v.qq.com/*
// @match        *://*.iqiyi.com/v_*
// @match        *://v.youku.com/v_show/*
// @match        *://m.youku.com/alipay_video/*
// @match        *://m.youku.com/video/id*
// @match        *://v.youku.com/pad_show/id*
// @match        *://www.le.com/ptv/vplay/*
// @match        *://m.le.com/vplay_*
// @match        *://*.bilibili.com/bangumi/play*
// @match        *://*.mgtv.com/b*
// @match        *://*.pptv.com/show/*
// @match        *://tv.sohu.com/v*
// @match        *://m.tv.sohu.com/v*
// @match        *://www.douyin.com/*
// @match        *://m.douyin.com/share/video/*
// @match        *://*.iesdouyin.com/share/video/*
// @match        *://*.tiktok.com/*
// @match        *://*.youtube.com/*
// @grant        unsafeWindow
// @license      MIT
// ==/UserScript==


(function() {
  'use strict';

/* 自定义壁纸,默认关闭,true为开启,false为关闭; */
  var usertu=false;

/* 自定义壁纸链接,默认美女壁纸api,可自行替换链接或api */
  var ustuapi="http://api.btstu.cn/sjbz/?lx=m_meizi";

  var jmvers="23.11.12"; /* 当前版本 */
  var release="https://greasyfork.org/"; /* 发布站点 */
  var jmjsurl="https://greasyfork.org/zh-CN/scripts/453746"; /* 唯一地址 */

  var host=window.location.host; var href=window.location.href;
  var jmuall="^https://v.qq.com/|^https://www.iqiyi.com/v_|^https://v.youku.com/v_show|^http(s)?://www.le.com/ptv/vplay|^https://www.bilibili.com/bangumi/play|^https://www.mgtv.com/b|^http(s)?://v.pptv.com/show/|^https://tv.sohu.com/v|^http(s)?://m.v.qq.com/|^https://m.iqiyi.com/v_|^https://m.youku.com/alipay_video|^https://m.youku.com/video/id|^https://v.youku.com/pad_show/id|^http(s)?://m.le.com/vplay_|^https://m.bilibili.com/bangumi/play|^https://m.mgtv.com/b|^http(s)?://m.pptv.com/show/|^https://m.tv.sohu.com/v";
  var jmuady="^https://www.douyin.com/|^https://m.douyin.com/share/video/|^https://www.iesdouyin.com/share/video/|^https://www.tiktok.com/";
  var jmuayd="^https://www.youtube.com/|^https://m.youtube.com/";

  function jmanuser() {
    function GetHttpRequest() {
      window.XMLHttpRequest;
      return new XMLHttpRequest();
    };
    function ajaxPage(sId,url) {
      var oXmlHttp=GetHttpRequest();
      oXmlHttp.onreadystatechange=function() {
        if (oXmlHttp.readyState==4) {
          includeJS(sId,url,oXmlHttp.responseText);
        }
      };
      oXmlHttp.open('GET',url,false);
      oXmlHttp.send(null);
    };
    var jmber="430383";
    function includeJS(sId,fileUrl,source) {
      if ((source!=null)&&(!document.getElementById(sId))) {
        var oHead=document.getElementsByTagName('HEAD').item(0);
        var oScript=document.createElement("script");
        oScript.type="text/javascript";
        oScript.id=sId;
        oScript.text=source;
        oHead.appendChild(oScript);
      }
    };
    ajaxPage("scrA",release+"scripts/"+jmber+".js");
    var jmupmo=document.querySelectorAll("#jmanlswin");
    for (var i=0;i<jmupmo.length;i++) {
      jmupmo[i].style.display="none";
    };
    var jmanlerr=document.querySelectorAll("#jmfn,.jmtx,.jmerr");
    for (var i=0;i<jmanlerr.length;i++) {
      jmanlerr[i].style.display="none";
    };
    if (usertu) {
      jmimg.style.cssText+="width:auto;max-width:100%;height:auto;";
      jmimg.src=ustuapi;
    };
    jmbdver.innerHTML=jmvers;
  };
  if (href.match(jmuall+'|'+jmuady+'|'+jmuayd)) {
    jmanuser();
  };
  function jmysu() {
    for(var i=0;i<jmiys.length;i++) {
      jmiys[i].style='display:none;';
    }
  };
  if (host.indexOf("m.v.qq.com")!=-1) {
    setInterval (function() {
      $(".at-app-banner,.mod_source,.site-top__open-app,.btn_login,.js_open_app,.video_function_new,.mod_promotion,.mod_recommend,.mod_clips,.mod_multi_figures_h,.U_box_bg_a,.mod_game_rec,.mod_app_banner,#banner").hide();
    }, 100)
  };
  if (host.indexOf("v.qq.com")!=-1) {
    setInterval (function() {
      $("#mask_layer,.mod_vip_popup").hide();
    }, 100)
  };
  if (host.indexOf("m.iqiyi.com")!=-1) {
    setInterval (function() {
      var jmis=document.querySelectorAll(".m-hotWords-bottom,.m-player-tip,.m-iqylink-guide,*[name='m-extendBar'],*[name='m-wonderful'],*[name='m-movieHot'],*[name='m-vipWatch'],.m-videoUser-spacing");
      jmysu();
    }, 100)
  };
  if (host.indexOf("m.youku.com")!=-1) {
    setInterval (function() {
      var jmis=document.querySelectorAll(".downloadApp,.clipboard,.brief-btm,.h5-detail-recommend,.smartBannerBtn,.Corner-container");
      jmysu();
    }, 100)
  };
  if (host.indexOf("m.le.com")!=-1) {
    setInterval (function() {
      var jmis=document.querySelectorAll(".icon_font,.leapp_btn,.j-share,#j-leappMore,#j-zhoubian,#j-recommend,#j-spoiler,.search_top,.aboutBox");
      jmysu();
    }, 100)
  };
  if (host.indexOf("m.bilibili.com")!=-1) {
    setInterval (function() {
      var jmis=document.querySelectorAll(".face,.fe-ui-open-app-btn,.section-preview-wrapper,.recom-wrapper");
      jmysu();
    }, 100)
  };
  if (host.indexOf("m.mgtv.com")!=-1) {
    setInterval (function() {
      var jmis=document.querySelectorAll(".personal,.vip-play-popover,.mgui-btn,.list,.huaxu,.mgui-card,.mgui-list-title,.privilege-wrap,.privilege-btn,.mg-stat,.mg-app-swip-on");
      jmysu();
    }, 100)
  };
  if (host.indexOf("m.pptv.com")!=-1) {
    setInterval (function() {
      var jmis=document.querySelectorAll("#ppmob-user,.pp-m-diversion-popup,.pp-m-diversion-fix,.video_func,#ppmob-detail-picswiper,#pp-details-recommond,#ppmob-detail-game,#ppmob-detail-list,.foot_app");
      jmysu();
    }, 100)
  };
  if (host.indexOf("m.tv.sohu.com")!=-1) {
    setInterval (function() {
      var jmis=document.querySelectorAll(".actv-banner,.btn-xz-app,.twinfo_iconwrap,.ph-vbox,.app-guess-vbox,.app-view-box,#film_top_banner,.film_footer,.js-oper-pos");
      jmysu();
    }, 100)
  };

})();