Skip to main content

Bookmarklets XWiki

Backup

javascript: void((function() {
    var query = "format=xar&pages=Admin.%2525&pages=_Default-Artikel.%2525&pages=Tour.%2525&history=true"
    var loc = location.href.replace( new RegExp("view.+","gm"), "export/Main");
    loc.indexOf("?") == -1 ? (location.href = loc + "?" + query) : (location.href = loc + "&" + query);
})());