Last active
October 10, 2018 17:13
-
-
Save macedd/f12fe9fa818a228ec587baff69e60ef9 to your computer and use it in GitHub Desktop.
Zeplin: Convert Desktop links into Web links
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function() { | |
var z = window.prompt("Zeplin Link", ""); | |
if (!z) return; | |
var pid = (/pid=(\w+)/).exec(z)[1]; | |
var sid = (/sid=(\w+)/).exec(z)[1]; | |
var u = `https://app.zeplin.io/project/${pid}/screen/${sid}`; | |
window.open(u, '_blank'); | |
})(); | |
// Oneliner to create a Bookmarklet | |
(function() { var z = window.prompt("Zeplin Link", ""); if (!z) return; var pid = (/pid=(\w+)/).exec(z)[1]; var sid = (/sid=(\w+)/).exec(z)[1]; var u = `https://app.zeplin.io/project/${pid}/screen/${sid}`; window.open(u, '_blank'); })(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Usage:
bookmarket
shortcut in the browser with the locationjavascript: $oneliner_above;
zpl://screen?sid=5b2aab85314b24a11a8ebdb7&pid=5ab3ed348d719c90zbf4cd8e