您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Your Adblocker remove ads, This user script inject css to remove the blank sidebar.
当前为
- // ==UserScript==
- // @name Pixlr Editor Remove Sidebar
- // @namespace Pixlr Editor Remove Sidebar
- // @description Your Adblocker remove ads, This user script inject css to remove the blank sidebar.
- // @author SMed79
- // @version 1.0
- // @encoding utf-8
- // @license https://creativecommons.org/licenses/by-nc-sa/4.0/
- // @icon http://i.imgur.com/Tm0b4t0.png
- // @twitterURL https://twitter.com/SMed79
- // @contactURL http://tinyurl.com/contact-smed79
- // @supportURL https://greasyfork.org/en/forum/
- // @include https://pixlr.com/editor/*
- // @grant GM_addStyle
- // ==/UserScript==
- GM_addStyle ( " \
- body { \
- padding-right: 0px; \
- } \
- " );