Pixlr Editor Remove Sidebar

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

目前为 2015-12-16 提交的版本。查看 最新版本

  1. // ==UserScript==
  2. // @name Pixlr Editor Remove Sidebar
  3. // @namespace Pixlr Editor Remove Sidebar
  4. // @description Your Adblocker remove ads, This user script inject css to remove the blank sidebar.
  5. // @author SMed79
  6. // @version 1.0
  7. // @encoding utf-8
  8. // @license https://creativecommons.org/licenses/by-nc-sa/4.0/
  9. // @icon http://i.imgur.com/Tm0b4t0.png
  10. // @twitterURL https://twitter.com/SMed79
  11. // @contactURL http://tinyurl.com/contact-smed79
  12. // @supportURL https://greasyfork.org/en/forum/
  13. // @include https://pixlr.com/editor/*
  14. // @grant GM_addStyle
  15. // ==/UserScript==
  16.  
  17. GM_addStyle ( " \
  18. body { \
  19. padding-right: 0px; \
  20. } \
  21. " );