Pixlr Editor Remove Sidebar

Your Adblocker remove ads, This user script inject css to remove the blank sidebar.

目前為 2015-12-16 提交的版本,檢視 最新版本

// ==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://gf.qytechs.cn/en/forum/
// @include https://pixlr.com/editor/*
// @grant GM_addStyle
// ==/UserScript==

GM_addStyle ( "              \
  body {                     \
         padding-right: 0px; \
       }                     \
" );

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址