Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
133
function
goBack() {
134
if
(window.history.length > 1) {
135
window.history.back();
136
}
else
{
137
window.close();
138
}
139
}
140
141
checkPass({
142
vi:
" để truy cập trang quản lý"
,
Callers
1
auto_lockWebsite_main.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected