Hello,
First of all congrats for this amazing all - in - one script!
I use it in an iframe for a project and i need to change the links of the context menu items Open in new tab and copy links that addressed to folders only not to files.
The php file inside iframe is: http://mysite.d/fgal.php and the page that call the iframe is: http://mysite.d/files.html.
Now once we copy the link or open in new tab that is f.e: http://mysite.d/fgal.php?folder or even the root one http://mysite.d/fgal.php so i need to change the link to http://mysite.d/files.html?folder and http://mysite.d/files.html respectively.
These are the 3 cases that i would be interested to apply that change.
Right click on a folder: 
Right click on the area: 
Right click on the top right menu: 
This is a sample of the iframe code:
<iframe id="vldropbox" src="http://mysite.d/fgal.php" data-link="http://mysite.d/files.html" style="width: 100%; height: 100vh; max-height: 1200px; border: none;"></iframe>
Can we do that? It would be amazing!