aboutsummaryrefslogtreecommitdiffhomepage
path: root/web/bookmarklet/add-map
blob: fc04ab9bb587e595dd2fed67f25d3373ebfada9e (plain)
1
2
3
4
5
6
7
javascript: (function() {
  script = document.createElement("script");
  script.src = 'https://unpkg.com/mapclay@0.2.0/js/mapclay.js';
  script.type = 'module';
  script.setAttribute('data-from', 'code');
  document.body.append(script);
})();