2 <html i18n-values=
"dir:textdirection;lang:language">
4 <title i18n-content=
"title">
6 <link rel=
"stylesheet" href=
"chrome://resources/css/text_defaults.css">
12 -webkit-user-select: none;
31 function sendCommand(cmd
) {
32 window
.domAutomationController
.setAutomationId(1);
33 window
.domAutomationController
.send(cmd
);
36 // Show the interstitial page.
38 document
.body
.style
.visibility
= 'visible';
41 // Show the interstitial page.
42 function forceLoad() {
43 sendCommand('proceed');
46 document
.addEventListener('DOMContentLoaded', function() {
47 var showDelayTime
= loadTimeData
.getString('show_delay_time');
48 var totalWaitTime
= loadTimeData
.getString('total_wait_time');
49 window
.setTimeout(showPage
, showDelayTime
);
50 window
.setTimeout(forceLoad
, totalWaitTime
);
54 <body oncontextmenu=
"return false;">
55 <div class=
"header" i18n-content=
"heading" id=
"mgs">