// ==UserScript== // @name wiki.vspace.one WTL-Button // @description Add a button to print a QR code // @version 2025.03.10.1 // @include https://wiki.vspace.one/* // ==/UserScript== const wtl_proxy="http://10.0.1.18:8985"; let wtl_button = `
  • `; //fetch(wtl_proxy+"/ident").then(response=>{ // if (response.ok) { let pt = document.getElementById("dw__pagetools"); if (pt != null) pt.children[0].children[0].innerHTML += wtl_button; // } //});