// ==UserScript== // @name 手机助手 // @namespace http://tampermonkey.net/ // @version 9.500.11.57 // @description 自动滚动,嗅探图片、视频,页面旋转,字体放大,去除广告浮动 // @author You // @match *://*/* // @run-at document-start // @require https://cdn.bootcss.com/jquery/3.7.1/jquery.min.js // @grant GM_setValue // @grant GM_getValue // @license MIT // @downloadURL none // ==/UserScript== var winWidth; var runFunc = setInterval(function() { if (!this.jQuery || winWidth != window.innerWidth) { winWidth = window.innerWidth; return } clearInterval(runFunc); this.$ = this.jQuery = jQuery.noConflict(true); (function($) { 'use strict'; if (document.querySelector('.JqMA-btn-all') || $(".JqMA-btn-all", window.parent.document).length) { return; } function dqSlt(selectPath) { return $(document.querySelectorAll('iframe')).contents().find(selectPath).add(document.querySelectorAll(selectPath)); } function addCss(id2, dom1, style1) { var id1 = id2 ? id2 : ("JqMA-" + Math.random().toString(36).replace(".", "") + Math.random().toString(36).replace(".", "")); dqSlt("head").not("." + id1).append($("