您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Remove clutter and sluggishness from tapuz forums
// ==UserScript== // @name Tapuz Forum View Fix // @namespace Tapuz // @version 2.2 // @description Remove clutter and sluggishness from tapuz forums // @include *tapuz.co.il/forums/forumpage* // ==/UserScript== $('div#common_top').css("height", "1px"); $('div.top_company').hide() $('.headerSpacer').css("margin-top", "60px"); $('.forum-side-bar').hide(); $('.forumContentInner').css('margin-left', '0px'); $('.sideBarForum').hide(); $('#divTopBanner').hide(); $('footer').hide(); $('#divBottomBanner').hide(); //$('forumHeaderTabs').not('.activeForumHeaderTab').hide(); //$('.forumHeaderTabs li').not('.activeForumHeaderTab').hide(); $('.forumHeaderTabs').hide(); $('.businessMessage').hide(); $('.forum-brief').hide(); $('.forumTaglinesBox').hide(); $('div#user_7923').parent('.msg-title').hide(); $.fx.speeds.fast = 0; $('div.mainImage').hide(); $('div.thirdLineLeftContainer').hide(); $('#TopMenuForum').removeClass('TopMenuForum opensans'); $('div.LogoLinks').hide(); $('div.ThirdLineMenu').hide();