You can use your browser to edit the VTT, though. For example, I have a bookmark which contains the following, rather than a website's URL: javascript:(function(){ $("#playerzone .player").css("display", "none"); $("#macrobar_macros").css("white-space", "normal"); $("#macrobar").css("height", "auto"); $("#macrobar_macros .macrobox .btn").each(function(){ $(this).text( $(this).text().replace(/[^:]+: /, "")); }); $("#initiativewindow").css("width", "100px").parent().css("width", "100px"); })(); When I click the bookmark while on the Roll20 VTT: The names of all players currently at the table are hidden The macro bar on the bottom wraps to any number of lines, instead of scrolling Character abilities in the macro bar have the character name stripped from the front The initiative window, if it's showing, is reduced in size. All of that is reset if the page reloads, of course.