update tricks

This commit is contained in:
zefie
2022-11-29 13:49:37 -05:00
parent f18d1e2f7d
commit 58ce774797
3 changed files with 6 additions and 3 deletions

View File

@@ -5,8 +5,9 @@ var minisrv_service_file = true;
if (request_headers.query.url) var url = request_headers.query.url; if (request_headers.query.url) var url = request_headers.query.url;
else var url = "client:showalert?message=Please%20provide%20a%20%3Furl%3D%20with%20the%20url%20you%20would%20like%20to%20access.&buttonlabel1=Okay&buttonacction1=client:donothing" else var url = "client:showalert?message=Please%20provide%20a%20%3Furl%3D%20with%20the%20url%20you%20would%20like%20to%20access.&buttonlabel1=Okay&buttonacction1=client:donothing"
headers = `200 OK headers = `300 OK
wtv-visit: `+url+` wtv-visit: ${url}
Location: ${url}
Content-type: text/html` Content-type: text/html`

View File

@@ -1,7 +1,8 @@
var minisrv_service_file = true; var minisrv_service_file = true;
headers = `200 OK headers = `300 OK
wtv-visit: wtv-home:/home wtv-visit: wtv-home:/home
Location: wtv-home:/home
Content-type: text/html` Content-type: text/html`

View File

@@ -1027,6 +1027,7 @@
</Content> </Content>
<Content Include="ServiceVault\wtv-star\star.js" /> <Content Include="ServiceVault\wtv-star\star.js" />
<Content Include="ServiceVault\wtv-tricks\access.js" /> <Content Include="ServiceVault\wtv-tricks\access.js" />
<Content Include="ServiceVault\wtv-tricks\home.js" />
<Content Include="ServiceVault\wtv-tricks\blastbacklist.js" /> <Content Include="ServiceVault\wtv-tricks\blastbacklist.js" />
<Content Include="ServiceVault\wtv-tricks\charmap.js"> <Content Include="ServiceVault\wtv-tricks\charmap.js">
<SubType>Code</SubType> <SubType>Code</SubType>