diff options
Diffstat (limited to 'redirector.html')
-rw-r--r-- | redirector.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/redirector.html b/redirector.html index 2d8bcd3..e0f6f4c 100644 --- a/redirector.html +++ b/redirector.html @@ -6,6 +6,7 @@ <link rel="stylesheet" href="css/redirector.css" /> <!-- ☈ --> <link rel="shortcut icon" href="images/icon-light-theme-32.png"> + <meta name="viewport" content="width=device-width"> </head> <body> <div id="cover"> @@ -106,10 +107,12 @@ <label><input type="checkbox" checked="checked" value="main_frame"><span>Main window (address bar)</span></label> <label><input type="checkbox" value="sub_frame"><span>IFrames</span></label> <label><input type="checkbox" value="stylesheet"><span>Stylesheets</span></label> + <label><input type="checkbox" value="font"><span>Fonts</span></label> <label><input type="checkbox" value="script"><span>Scripts</span></label> <label><input type="checkbox" value="image"><span>Images</span></label> <label><input type="checkbox" value="imageset"><span>Responsive Images in Firefox</span></label> <label><input type="checkbox" value="object"><span>Objects (e.g. Flash videos, Java applets)</span></label> + <label><input type="checkbox" value="object_subrequest"><span>Object subrequests</span></label> <label><input type="checkbox" value="xmlhttprequest"><span>XMLHttpRequests (Ajax)</span></label> <label><input type="checkbox" value="history"><span>HistoryState</span></label> <label><input type="checkbox" value="other"><span>Other</span></label> |