====== About the script ====== * Purpose : This script copies folders and panels with all their items, but without any styles. * Author : F43nd1r * Current Version : 1.0 ====== Changelog ====== * Version 1.0 (8/3/2015): initial release in wiki ====== How to use the script ====== * Run from a panel or folder. It will be copied to 0/0. ====== Issues and Hints ====== * untested with widgets and subcontainers //please report all bugs in the g+ community!// ====== Script ====== var e=LL.getEvent(); var i=e.getItem(); var c; if(i==null) { c=e.getContainer(); i=c.getOpener(); } else c=i.getContainer(); var t=i.getType(); if(t!="Folder"&&t!="Panel")return; var d=LL.getCurrentDesktop(); var newI=(t=="Folder")?d.addFolder(i.getLabel(),0,0):d. addPanel(0,0,i.getWidth(),i. getHeight()); var newC=newI.getContainer(); if(t=="Folder")newI.open(); setTimeout(function(){ var items=c.getItems(); for(var x=0;x