Here's Chris Smith bookmarklet to easily grab a site's UUID
From Wikipedia:
Whenever I need to get a site's uuid, I have to right-click on the site, choose "inspect" or "inspect element" then scroll through the developer tools to spot the uuid.
javascript:$(".os_core:first").one("click", function(ev) {
var i = jQuery(ev.originalEvent.target),
p = document.createElement('p'),
l,
r,
s;
i.is(".sites_core") || (i = i.closest(".site
Here's Chris Smith bookmarklet to easily grab a site's UUID
From Wikipedia:
Whenever I need to get a site's uuid, I have to right-click on the site, choose "inspect" or "inspect element" then scroll through the developer tools to spot the uuid.
javascript:$(".os_core:first").one("click", function(ev) {
var i = jQuery(ev.originalEvent.target),
p = document.createElement('p'),
l,
r,
s;
i.is(".sites_core") || (i = i.closest(".site