Skip to content

Instantly share code, notes, and snippets.

@Staudi
Staudi / clean_pdf_import.jsx
Created October 24, 2022 18:44 — forked from gka/clean_pdf_import.jsx
Clean PDF import. Removes all clipping masks and ungroups everything..
#target Illustrator
// script.name = RemoveClippingMasks.jsx
// script.description = deletes all PageItems being used as clipping masks.
// script.parent = Kenneth Webb // 01/07/2013
// script.elegant = true?
var docRef = app.activeDocument;
var clippingCount = 0
clipScan()
If you want your terminal vim to open files you double click, follow the following steps (MacOS only):
1. Open Automator
2. Select Application
3. Copy the attached file
4. Save and set as default for opening files
Multiple files are opened in vim tabs.
If there is already a vim instance running, files are opened in it.
/* Twitch.tv chat fix */
.ember-chat .chat-interface {
height: 120px!important;
}
.ember-chat .chat-interface .textarea-contain {
top:10px!important;
}