We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31cd550 commit a720e95Copy full SHA for a720e95
1 file changed
background.html
@@ -1,16 +1,6 @@
1
<!DOCTYPE html>
2
<html>
3
<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>
14
<meta name="viewport" content="width=device-width, initial-scale=1" />
15
<meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
16
<meta content="utf-8" http-equiv="encoding" />
0 commit comments