GameMale
登陆 / 注册 搜索

USERCENTER

SEARCHSITE

搜索

查看: 1927|回复: 36
收起左侧

[技术交流] 【脚本】GM小电视(屏蔽小电视图片

  [复制链接] |关注本帖

GM活动员

众志成城光之少女の魔法书福卡·曙红[5]福卡·澄黄[6]福卡·锰紫[8]Futūrum(未来)神奇宝贝大师球♬狂舞终乐章♬亭亭如盖

     楼主| Makima 发表于 2025-6-10 12:44:53 | 显示全部楼层 |阅读模式 <
    使用了一下发现从其他网页跳转会首页会失效
    紧急修复了一下
    应该会好不少

    刚刚下载了的可以试试这个新版

    效果be like:
    防止被命大的镇楼图喜出柜

    @Name  @Match
    1. // ==UserScript==
    2. // @name         GM小电视
    3. // @namespace    2568
    4. // @version      0.2
    5. // @description  首页小电视显示or不显示
    6. // @author       MKM
    7. // @match        https://www.gamemale.com/*
    8. // @grant        GM_setValue
    9. // @grant        GM_getValue
    10. // @run-at       document-start
    11. // ==/UserScript==


    12. (function() {
    13.     'use strict';

    14.     const config = {
    15.         titleSelector: '.titletext a[href*="space&do=album"]',
    16.         contentSelector: '.slidebox',
    17.         btnClass: 'gm-toggle-btn-ultimate',
    18.         storageKey: 'gm_slidebox_state_v3'
    19.     };

    20.     let currentState = GM_getValue(config.storageKey, false);
    21.     let buttonCreated = false;

    22.     function applyInitialState() {
    23.         const existingStyle = document.getElementById('gm-slidebox-initial-style');
    24.         if (!existingStyle) {
    25.             const style = document.createElement('style');
    26.             style.id = 'gm-slidebox-initial-style';
    27.             style.textContent = `${config.contentSelector} { display: ${currentState ? 'block' : 'none'} !important; }`;
    28.             document.head.appendChild(style);
    29.         }
    30.     }

    31.     function createButton() {
    32.         if (buttonCreated) return;

    33.         const title = document.querySelector(config.titleSelector);
    34.         if (!title) {
    35.             setTimeout(createButton, 200);
    36.             return;
    37.         }

    38.         if (title.parentNode.querySelector('.' + config.btnClass)) {
    39.             buttonCreated = true;
    40.             return;
    41.         }

    42.         const btn = document.createElement('a');
    43.         btn.className = config.btnClass;
    44.         btn.style.cssText = 'cursor:pointer;margin-left:10px;color:#efe8e4!important;font-size:12px;text-decoration:none;';
    45.         btn.textContent = currentState ? '[隐藏]' : '[显示]';
    46.         title.parentNode.insertAdjacentElement('afterend', btn);
    47.         buttonCreated = true;

    48.         btn.addEventListener('click', function() {
    49.             currentState = !currentState;
    50.             GM_setValue(config.storageKey, currentState);
    51.             updateContentVisibility();
    52.             btn.textContent = currentState ? '[隐藏]' : '[显示]';
    53.         });
    54.     }

    55.     function updateContentVisibility() {
    56.         const style = document.getElementById('gm-slidebox-initial-style') || document.createElement('style');
    57.         style.id = 'gm-slidebox-initial-style';
    58.         style.textContent = `${config.contentSelector} { display: ${currentState ? 'block' : 'none'} !important; }`;
    59.         if (!style.parentNode) {
    60.             document.head.appendChild(style);
    61.         }
    62.     }

    63.     applyInitialState();

    64.     const observer = new MutationObserver(function(mutations) {
    65.         if (!buttonCreated) {
    66.             createButton();
    67.         }
    68.     });

    69.     if (document.readyState === 'complete') {
    70.         createButton();
    71.     } else {
    72.         document.addEventListener('DOMContentLoaded', createButton);
    73.     }

    74.     observer.observe(document.body, {
    75.         childList: true,
    76.         subtree: true
    77.     });

    78.     setInterval(function() {
    79.         if (!buttonCreated) {
    80.             createButton();
    81.         }
    82.     }, 1000);
    83. })();
    复制代码


    评分

    参与人数 4血液 +14 追随 +2 堕落 +4 收起 理由
    书の妖怪 + 3 + 1 喜翻儿
    提尔特 + 1 + 1 喜翻儿
    相见忧 + 5 + 1 + 1 三连献上
    前方无怪 + 5 + 1 + 1 NICEEEEEE!

    查看全部评分

    回复

    使用道具 举报

    狮醒山河超人仇恋虚空之海的鲸史莱姆牧场不朽之恋男巫之歌丹雀衔五穗,人间始丰登自定义男从Homunculus鎏彩万幢

      诺鸦cc 发表于 2025-6-10 12:52:42 | 显示全部楼层 <
      回复

      使用道具 举报

      福卡·曙红[4]火玛瑙福卡·锰紫[7]鎏彩万幢男巫之歌女巫之路虚空之海的鲸業火死鬥实现梦想官复原职

        娱乐法师火布偶 发表于 2025-6-10 12:52:51 | 显示全部楼层 <
        回复

        使用道具 举报

        炼金之心『随时随地开启!』破损的旧书『随时随地开启!』雪王的心脏人鱼之泪苏格兰圆脸胖鸡[Pro Max]位面引航器不曾寄出的信件幽灵竹筒

          凯诺斯 发表于 2025-6-10 13:07:41 | 显示全部楼层 <
          回复

          使用道具 举报

          You Can Pet Blaidd業火死鬥传奇虚空之海的鲸枫叶的站台禁断秘典永冻土北极星棱霜靴

            找乐子企鹅仔 发表于 2025-6-10 13:08:41 | 显示全部楼层 <
            回复

            使用道具 举报

            金钱马车『逆境中的幸运女神』裸体克里斯【圣诞限定】心心念念小雪人【夏日限定】夏日的泰凯斯永远的克叔史莱姆牧场虚空之海的鲸男巫之歌诺曼底号

              前方无怪 发表于 2025-6-10 13:17:34 | 显示全部楼层 <
              ww现在可以光明正大的在课堂上打开论坛首页了(以前不太敢就是因为首页图片太爆裂了哈哈哈)
              回复

              使用道具 举报

                YangGuangSN 发表于 2025-6-10 13:24:05 | 显示全部楼层 <
                回复

                使用道具 举报

                福卡·锰紫[9]福卡·澄黄[9]福卡·曙红[9]鎏彩万幢永远的克叔Amicus索尔·奥丁森传说中的黑龙灯载情绵卡利亚权杖

                  辰翊 发表于 2025-6-10 13:24:14 | 显示全部楼层 <
                  回复

                  使用道具 举报

                  救命饮料Futūrum(未来)岛田半藏卡洛斯·奥利维拉失去力量的白狼沃特·沙利文Dante普隆普特·阿金塔姆巴尔弗雷亚双重身份

                    柿请夏 发表于 2025-6-10 13:55:44 | 显示全部楼层 <
                    回复

                    使用道具 举报

                      【周年限定】森 发表于 2025-6-10 13:56:06 | 显示全部楼层 <
                      回复

                      使用道具 举报

                      福卡·锰紫[4]鎏彩万幢赛博朋克2077桂花米糕福卡·曙红[7]福卡·澄黄[5]霍格沃兹特快列车冒险用指南针

                        未闻青葵 发表于 2025-6-10 13:58:31 | 显示全部楼层 <
                        你坛是这样的,有时候真的会被命大镇楼图吓鼠,有了这个就能更好地掩饰了,有时候在外面也会忍不住打开的
                        回复

                        使用道具 举报

                        『 ???』火玛瑙马上發弗雷迪玩偶【圣诞限定】心心念念小雪人呆猫守卫: 坚守眼位Amicus男巫之歌業火死鬥

                          SweetUncle 发表于 2025-6-10 14:33:03 | 显示全部楼层 <
                          我一般用手机看耶~不太能被发现小电视的瑟瑟,不过技术力拉满了~很感谢大佬的JB
                          回复

                          使用道具 举报

                          守护者三角头轻语魔法迸发风雪之家堕落之舞钢铁勇士弯刀马上發福卡·锰紫[9]福卡·澄黄[6]福卡·曙红[3]

                            rayyyyy 发表于 2025-6-10 14:48:15 | 显示全部楼层 <
                            回复

                            使用道具 举报

                            火玛瑙福卡·曙红[3]福卡·澄黄[6]福卡·锰紫[8]男巫之歌『落樱缤纷』『搓粉团珠』银色溜冰鞋Amicus『天圆地方』

                              Blanco 发表于 2025-6-10 16:12:47 | 显示全部楼层 <
                              回复

                              使用道具 举报

                              永远的克叔狮醒山河成为蝙蝠侠小狮欢舞【新春限定】果体 隆小镇的站台火玛瑙Amicus果体76【夏日限定】夏日的泰凯斯

                                PURO_ 发表于 2025-6-10 17:15:30 | 显示全部楼层 <
                                回复

                                使用道具 举报

                                BIG BOSS亚当‧简森诺克提斯·路西斯·伽拉姆巴哈姆特至尊巴哈姆特传奇虚空之海的鲸業火死鬥杰森‧斯坦森自由

                                  mintea 发表于 2025-6-10 21:18:14 | 显示全部楼层 <
                                  回复

                                  使用道具 举报

                                  福卡·曙红[4]福卡·澄黄[0]福卡·锰紫[8]诺曼底号『冰雕马拉橇』禁断秘典『伊黎丝的赞美词』『不败之花』余烬不朽之恋

                                    相见忧 发表于 2025-6-10 22:29:55 | 显示全部楼层 <
                                    在外面打开泥潭的第一件事,窗口缩小化。现在有这个脚本就可以无忧无虑打开论坛了
                                    回复

                                    使用道具 举报

                                    缘起星空

                                      you9632587 发表于 2025-6-11 07:09:16 | 显示全部楼层 <
                                      回复

                                      使用道具 举报

                                      火玛瑙猎个痛快!皮卡丘虚空之海的鲸男巫之歌女巫之路

                                        parting 发表于 2025-6-11 08:11:03 | 显示全部楼层 <
                                        回复

                                        使用道具 举报

                                        業火死鬥传奇『 ???』枫叶的站台史莱姆牧场虚空之海的鲸竹取物语无尽的怀表缘起星空男巫之歌

                                          柏芸 发表于 2025-6-11 14:52:21 | 显示全部楼层 <
                                          回复

                                          使用道具 举报

                                          您需要登录后才可以回帖 登录 | 立即注册

                                          本版积分规则

                                          关闭

                                          站长公告上一条 /2 下一条

                                          文字版|手机版|小黑屋|GameMale

                                          GMT+8, 2026-3-2 21:43 , Processed in 0.308717 second(s), 150 queries , Redis On.

                                          Copyright © 2013-2026 GameMale

                                          All Rights Reserved.

                                          快速回复 返回列表