// ==UserScript== // @name カラーパレット拡張(ピクトセンス) // @namespace http://tampermonkey.net/ // @version 0.3 // @description chromiumベースパレット拡張(https://pictsense.xxxxxxxx.jp)のtampermonkey版だよ これならfirefoxとかedgeでも使えるね!! // @author You // @match https://pictsense.com/ // @grant none // @downloadURL https://update.greasyfork.icu/scripts/409830/%E3%82%AB%E3%83%A9%E3%83%BC%E3%83%91%E3%83%AC%E3%83%83%E3%83%88%E6%8B%A1%E5%BC%B5%28%E3%83%94%E3%82%AF%E3%83%88%E3%82%BB%E3%83%B3%E3%82%B9%29.user.js // @updateURL https://update.greasyfork.icu/scripts/409830/%E3%82%AB%E3%83%A9%E3%83%BC%E3%83%91%E3%83%AC%E3%83%83%E3%83%88%E6%8B%A1%E5%BC%B5%28%E3%83%94%E3%82%AF%E3%83%88%E3%82%BB%E3%83%B3%E3%82%B9%29.meta.js // ==/UserScript== (function() { document.getElementById('colorPalette').innerHTML = ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''+ ''; 'use strict'; document.getElementById('undoButton').style.position = 'inherit'; // Your code here... })();