您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Color picker for Sketchful
Hold alt and click on a color to remove it, palette needs to be unlocked.
Hold alt + shift until a red border appears around the colors, then click on any color to remove the page.
Hold shift and click the color you want to change, pick a color, and then save it by pressing the save icon.
Select a color from the canvas by alt + clicking on it.
Shift + click the save icon to download the current palette.
Drag and drop a text file with hex codes onto the save icon to load a palette. You can import palettes from this website by exporting them as code and dragging that txt file.
To reset the palettes back to the default ones paste this into the console:
(function () {
localStorage.removeItem("palettes");
localStorage.removeItem("lockedPalettes");
})();