// ==UserScript== // @name 手机看图、小说适配 // @namespace http://tampermonkey.net/ // @version 9.500.10.2 // @description 自动滚动,图片集合,页面旋转,字体放大,去除浮动广告 // @author You // @match *://*/* // @require https://cdn.bootcss.com/jquery/3.7.1/jquery.min.js // @run-at document-body // @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(selectPath)).add($(document.querySelectorAll('iframe')).contents().find(selectPath)); } function addCss(dom1, style1) { var id1 = "JqMA-" + Math.random().toString(36).replace(".", "") + Math.random().toString(36).replace(".", ""); $(document.querySelector("head")).append($("