-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathasset library selected image urls debug.bookmarklet
1 lines (1 loc) · 1.3 KB
/
asset library selected image urls debug.bookmarklet
1
javascript:(%20function%20(%20)%20%7B%0A%0A%20%20%2F*%0A%20%20%0A%20%20%20%20asset%20library%20selected%20image%20urls%20debug%0A%20%20%20%20%0A%20%20%20%20License%20%20%20%20%20%20%20%3A%20%3C%20https%3A%2F%2Ftinyurl.com%2Fs872fb68%20%3E%0A%20%20%20%20%0A%20%20%20%20Version%20%20%20%20%20%20%20%3A%200.3.0%0A%20%20%20%20%0A%20%20%20%20By%20%20%20%20%20%20%20%20%20%20%20%20%3A%20Thomas%20Creedon%20%3C%20http%3A%2F%2Fwww.tomsWeb.consulting%2F%20%3E%0A%20%20%20%20%0A%20%20%20%20no%20user%20serviceable%20parts%20below%0A%20%20%20%20%0A%20%20%20%20*%2F%0A%20%20%20%20%0A%20%20const%20title%20%3D%20'Asset%20Library%20Selected%20Image%20URLs%20Debug'%3B%0A%20%20%0A%20%20const%20version%20%3D%20'0.3.1'%3B%0A%20%20%0A%20%20const%20s%20%3D%20%60%24%7B%20title%20%7D%20v%24%7B%20version%20%7D%2C%20%60%20%2B%0A%20%20%20%20%0A%20%20%20%20'License%20%3C%20https%3A%2F%2Ftinyurl.com%2Fs872fb68%20%3E%2C%20'%20%2B%0A%20%20%20%20%0A%20%20%20%20'Tom%5C's%20Web%20Consulting%20%3C%20http%3A%2F%2Fwww.tomsWeb.consulting%20%3E'%3B%0A%20%20%20%20%0A%20%20console.log%20(%20s%20)%3B%0A%20%20%0A%20%20if%20(%20window.twc%20%3D%3D%20undefined%20)%20window.twc%20%3D%20%7B%20%7D%3B%0A%20%20%0A%20%20twc.alsiu%20%3D%20%7B%0A%20%20%0A%20%20%20%20debug%20%3A%20true%0A%20%20%20%20%0A%20%20%20%20%7D%3B%0A%20%20%20%20%0A%20%20%7D%20(%20)%20)%3B%0A