// ==UserScript== // @name 手机助手 // @namespace http://tampermonkey.net/ // @version 9.500.11.23 // @description 自动滚动,嗅探图片、视频,页面旋转,字体放大,去除广告浮动 // @author You // @match *://*/* // @require https://cdn.bootcss.com/jquery/3.7.1/jquery.min.js // @run-at document-end // @grant GM_setValue // @grant GM_getValue // @license MIT // @downloadURL none // ==/UserScript== 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(dom1, style1) { var id1 = "JqMA-" + Math.random().toString(36).replace(".", "") + Math.random().toString(36).replace(".", ""); dqSlt("head").append($("