2 <html i18n-values=
"dir:textdirection">
4 <title i18n-content=
"title">
11 -webkit-user-select: none;
15 font-family: arial, sans-serif;
24 font-family: Sans-serif;
29 <script src=
"../../../../ui/webui/resources/js/local_strings.js"></script>
32 var localStrings
= new LocalStrings();
34 function sendCommand(cmd
) {
35 window
.domAutomationController
.setAutomationId(1);
36 window
.domAutomationController
.send(cmd
);
39 // Show the interstitial page.
41 document
.body
.style
.visibility
= 'visible';
44 // Show the interstitial page.
45 function forceLoad() {
46 sendCommand('proceed');
49 document
.addEventListener('DOMContentLoaded', function() {
50 var showDelayTime
= localStrings
.getString('show_delay_time');
51 var totalWaitTime
= localStrings
.getString('total_wait_time');
52 window
.setTimeout(showPage
, showDelayTime
);
53 window
.setTimeout(forceLoad
, totalWaitTime
);
57 <body oncontextmenu=
"return false;">
58 <div class=
"header" i18n-content=
"heading" id=
"mgs">