This is a collection of some little scripts or drafts has not included in the catalog.
How to run scripts
Variant 1 — Install
- Download archive and unzip.
- Place
<script_name>.jsxin the Illustrator or Photoshop scripts folder:- OS X:
/Applications/Adobe Illustrator (or Photoshop)/Presets/Scripts - Windows (32 bit):
C:\Program Files (x86)\Adobe\Adobe Illustrator (or Photoshop)\Presets\Scripts\ - Windows (64 bit):
C:\Program Files\Adobe\Adobe Illustrator (or Photoshop) (64 Bit)\Presets\Scripts\
- OS X:
- Restart program
Variant 2 — Drag & Drop
Drag and drop the script file (JS or JSX) into Illustrator Window, Photoshop icon on dock (Mac), taskbar (Win).
Variant 3 — Use extension
I recommend the Scripshon Trees panel. In it you can specify which folder your script files are stored in.
Donate (optional)
If you find this script helpful, you can buy me a coffee
Adobe Illustrator Scripts
GrayscaleToOpacity.jsx
Convert selection colors to Grayscale and set identical Opacity value.
MoveArtboards.jsx
Script for moving artboards range with artwork along the X and Y axis.
NumeratesPoints.jsx
Numerates selected points and marks them with colored circles.
ObjectsCounter.jsx
Counts the number of selected objects.
OpacityMaskClip.jsx
The script activates Clip checkbox in Transparency > Opacity Mask.
RenameArtboardAsLayer.jsx
The script renames each Artboard by the custom name of Layer with the first visible unlocked item on it.
RenameArtboardAsSize.jsx
The script names the artboard by its size in pixels. If you don't want save Artboard name, but replace with his size, change var SAVE_NAME = true; in the script file to false
RoundCoordinates.jsx
The script rounds the coordinates of the center of the object. Works with document units.
RenameArtboardAsTopObj.jsx
The script renames each Artboard by the custom name of the first visible unlocked item on it.
ReverseGradientColor.jsx
Reverse the order of gradient colors and their opacity. Does not reverse the locations of color stops. If a gradient is copied from another object with the Eyedropper Tool (I), the Illustrator will think that they have the same gradient. Use the Reverse Gradient button in the Gradient panel instead then.
SaveAllDocs.jsx
Save all opened docs in one click.
Adobe Photoshop Scripts
ClearLayer.jsx
Simple script to clear layers content.
GeneratePreview.jsx
Generate JPG preview image from active document. Supports multiple saving with auto-numbering. If you want to change JPG size, edit number in script file var jpegSizeMax = 1200; .
SaveAll.jsx
Save all opened docs in one click.
Don't forget sharing link with a friend 🙂
Contribute
Found a bug? Please submit a new issues on GitHub.
Contact
Email hi@sergosokin.ru
License
All scripts is licensed under the MIT licence.
See the included LICENSE file for more details.












