MCPcopy Create free account
hub / github.com/Useful-Scripts-Extension/useful-script / goBack

Function goBack

scripts/auto_lockWebsite_main.js:133–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

131}
132
133function goBack() {
134 if (window.history.length > 1) {
135 window.history.back();
136 } else {
137 window.close();
138 }
139}
140
141checkPass({
142 vi: " để truy cập trang quản lý",

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected