5 <meta name=
"viewport" content=
"width=device-width, user-scalable=no">
7 function insertLink() {
8 // Replace the chrome://plugins text with a working link (i18n_template
9 // doesn't allow raw HTML in template data).
10 var link
= document
.getElementById("enable_link");
11 var link_html
= link
.innerHTML
;
12 link
.parentNode
.removeChild(link
);
13 var message
= document
.getElementById("message");
14 var message_html
= message
.innerHTML
;
15 message
.innerHTML
= message_html
.replace('chrome://plugins', link_html
);
18 <link rel=
"stylesheet" href=
"plugin_placeholders.css"></link>
21 background-color: rgb(
187,
187,
187);
30 <body id=
"t" onLoad=
"insertLink()">
31 <div i18n-values=
"title:name" id=
"outer">
33 <div><img id=
"plugin_icon" src=
"plugin_blocked.png" /></div>
34 <h1 id=
"message" i18n-content=
"message"></h1>
35 <div id=
"enable_link">
36 <a href=
"#" onclick=
"plugin.openAboutPlugins();">chrome://plugins
</a>
39 <div id=
"close" i18n-values=
"title:hide;data-plugin-type:pluginType"
40 onclick=
"plugin.hide();">