Skip to content

Commit a720e95

Browse files
committed
Update beta
1 parent 31cd550 commit a720e95

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

background.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<script>
5-
(function () {
6-
try {
7-
var path = (location.pathname || "").replace(/\/$/, "");
8-
if (/\/background$/i.test(path)) {
9-
history.replaceState(null, document.title, path + ".html" + location.search + location.hash);
10-
}
11-
} catch (_) {}
12-
})();
13-
</script>
144
<meta name="viewport" content="width=device-width, initial-scale=1" />
155
<meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
166
<meta content="utf-8" http-equiv="encoding" />

0 commit comments

Comments
 (0)