aboutsummaryrefslogtreecommitdiff
path: root/files/fr/mozilla/add-ons/webextensions/api/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/mozilla/add-ons/webextensions/api/runtime')
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/runtime/connect/index.html2
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/runtime/connectnative/index.html2
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/runtime/getbackgroundpage/index.html2
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/runtime/getmanifest/index.html2
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/runtime/getpackagedirectoryentry/index.html2
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/runtime/getplatforminfo/index.html4
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/runtime/geturl/index.html2
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/runtime/id/index.html2
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/runtime/lasterror/index.html4
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/runtime/messagesender/index.html4
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/runtime/onbrowserupdateavailable/index.html2
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/runtime/onconnect/index.html2
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/runtime/onconnectexternal/index.html2
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/runtime/oninstalled/index.html2
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/runtime/oninstalledreason/index.html2
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/runtime/onmessage/index.html2
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/runtime/onmessageexternal/index.html2
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/runtime/onrestartrequired/index.html2
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/runtime/onrestartrequiredreason/index.html2
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/runtime/onsuspend/index.html2
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/runtime/onsuspendcanceled/index.html4
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/runtime/onupdateavailable/index.html2
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/runtime/openoptionspage/index.html2
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/runtime/platformarch/index.html2
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/runtime/platforminfo/index.html4
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/runtime/platformnaclarch/index.html4
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/runtime/platformos/index.html2
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/runtime/port/index.html2
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/runtime/reload/index.html2
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/runtime/requestupdatecheck/index.html4
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/runtime/requestupdatecheckstatus/index.html2
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/runtime/sendmessage/index.html4
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/runtime/sendnativemessage/index.html4
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/runtime/setuninstallurl/index.html2
34 files changed, 9 insertions, 77 deletions
diff --git a/files/fr/mozilla/add-ons/webextensions/api/runtime/connect/index.html b/files/fr/mozilla/add-ons/webextensions/api/runtime/connect/index.html
index d92f50c9cd..9a3483cfd3 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/runtime/connect/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/runtime/connect/index.html
@@ -59,8 +59,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/runtime/connect
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("webextensions.api.runtime.connect")}}</p>
<h2 id="Exemples">Exemples</h2>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/runtime/connectnative/index.html b/files/fr/mozilla/add-ons/webextensions/api/runtime/connectnative/index.html
index 1371a06683..e52fb17054 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/runtime/connectnative/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/runtime/connectnative/index.html
@@ -53,8 +53,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/runtime/connectNative
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("webextensions.api.runtime.connectNative")}}</p>
<h2 id="Exemples">Exemples</h2>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/runtime/getbackgroundpage/index.html b/files/fr/mozilla/add-ons/webextensions/api/runtime/getbackgroundpage/index.html
index 229d43adc7..ab0706d22f 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/runtime/getbackgroundpage/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/runtime/getbackgroundpage/index.html
@@ -42,8 +42,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/runtime/getBackgroundPage
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("webextensions.api.runtime.getBackgroundPage")}}</p>
<h2 id="Exemples">Exemples</h2>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/runtime/getmanifest/index.html b/files/fr/mozilla/add-ons/webextensions/api/runtime/getmanifest/index.html
index 39f49a1749..5c5829799a 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/runtime/getmanifest/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/runtime/getmanifest/index.html
@@ -34,8 +34,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/runtime/getManifest
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("webextensions.api.runtime.getManifest")}}</p>
<h2 id="Exemples">Exemples</h2>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/runtime/getpackagedirectoryentry/index.html b/files/fr/mozilla/add-ons/webextensions/api/runtime/getpackagedirectoryentry/index.html
index 68a338db30..1751b1d804 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/runtime/getpackagedirectoryentry/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/runtime/getpackagedirectoryentry/index.html
@@ -34,8 +34,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/runtime/getPackageDirectoryEnt
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("webextensions.api.runtime.getPackageDirectoryEntry")}}</p>
<h2 id="Exemples">Exemples</h2>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/runtime/getplatforminfo/index.html b/files/fr/mozilla/add-ons/webextensions/api/runtime/getplatforminfo/index.html
index 1d78399d3e..e09aad07fb 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/runtime/getplatforminfo/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/runtime/getplatforminfo/index.html
@@ -34,9 +34,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/runtime/getPlatformInfo
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
-<p><span class="diff_add">{{Compat("webextensions.api.runtime.getPlatformInfo")}}</span></p>
+<p>{{Compat("webextensions.api.runtime.getPlatformInfo")}}</p>
<h2 id="Exemples">Exemples</h2>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/runtime/geturl/index.html b/files/fr/mozilla/add-ons/webextensions/api/runtime/geturl/index.html
index 83f9546f21..e9770977be 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/runtime/geturl/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/runtime/geturl/index.html
@@ -43,8 +43,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/runtime/getURL
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("webextensions.api.runtime.getURL")}}</p>
<h2 id="Exemples">Exemples</h2>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/runtime/id/index.html b/files/fr/mozilla/add-ons/webextensions/api/runtime/id/index.html
index 8bac893224..bdfcceb049 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/runtime/id/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/runtime/id/index.html
@@ -27,8 +27,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/runtime/id
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("webextensions.api.runtime.id")}}</p>
<p>{{WebExtExamples}}</p>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/runtime/lasterror/index.html b/files/fr/mozilla/add-ons/webextensions/api/runtime/lasterror/index.html
index 0fa4362444..743fdd2851 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/runtime/lasterror/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/runtime/lasterror/index.html
@@ -79,9 +79,7 @@ setCookie<span class="punctuation token">.</span><span class="function token">th
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
-<p><span class="diff_add">{{Compat("webextensions.api.runtime.lastError")}}</span></p>
+<p>{{Compat("webextensions.api.runtime.lastError")}}</p>
<p>{{WebExtExamples}}</p>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/runtime/messagesender/index.html b/files/fr/mozilla/add-ons/webextensions/api/runtime/messagesender/index.html
index d73a519c45..dd4c4aaf88 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/runtime/messagesender/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/runtime/messagesender/index.html
@@ -41,9 +41,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/runtime/MessageSender
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
-<p><span class="diff_add">{{Compat("webextensions.api.runtime.MessageSender")}}</span></p>
+<p>{{Compat("webextensions.api.runtime.MessageSender")}}</p>
<p>{{WebExtExamples}}</p>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/runtime/onbrowserupdateavailable/index.html b/files/fr/mozilla/add-ons/webextensions/api/runtime/onbrowserupdateavailable/index.html
index 357b3c9dec..a77ecb8b69 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/runtime/onbrowserupdateavailable/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/runtime/onbrowserupdateavailable/index.html
@@ -48,8 +48,6 @@ browser.runtime.onBrowserUpdateAvailable.hasListener(listener)
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("webextensions.api.runtime.onBrowserUpdateAvailable")}}</p>
<h2 id="Exemples">Exemples</h2>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/runtime/onconnect/index.html b/files/fr/mozilla/add-ons/webextensions/api/runtime/onconnect/index.html
index 31463f85c7..ea3f421968 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/runtime/onconnect/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/runtime/onconnect/index.html
@@ -53,8 +53,6 @@ browser.runtime.onConnect.hasListener(listener)
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("webextensions.api.runtime.onConnect")}}</p>
<h2 id="Exemples">Exemples</h2>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/runtime/onconnectexternal/index.html b/files/fr/mozilla/add-ons/webextensions/api/runtime/onconnectexternal/index.html
index fe6cee3398..7abbd763f0 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/runtime/onconnectexternal/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/runtime/onconnectexternal/index.html
@@ -57,8 +57,6 @@ browser.runtime.onConnectExternal.hasListener(listener)
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("webextensions.api.runtime.onConnectExternal")}}</p>
<h2 id="Exemples">Exemples</h2>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/runtime/oninstalled/index.html b/files/fr/mozilla/add-ons/webextensions/api/runtime/oninstalled/index.html
index d1ef171ab7..20b73ebadc 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/runtime/oninstalled/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/runtime/oninstalled/index.html
@@ -67,8 +67,6 @@ browser.runtime.onInstalled.hasListener(listener)
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("webextensions.api.runtime.onInstalled", 10)}}</p>
<h2 id="Exemples">Exemples</h2>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/runtime/oninstalledreason/index.html b/files/fr/mozilla/add-ons/webextensions/api/runtime/oninstalledreason/index.html
index 433f9e8292..8cec21b895 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/runtime/oninstalledreason/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/runtime/oninstalledreason/index.html
@@ -34,8 +34,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/runtime/OnInstalledReason
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("webextensions.api.runtime.OnInstalledReason")}}</p>
<p>{{WebExtExamples}}</p>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/runtime/onmessage/index.html b/files/fr/mozilla/add-ons/webextensions/api/runtime/onmessage/index.html
index eae7a8a907..8c2b3bd020 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/runtime/onmessage/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/runtime/onmessage/index.html
@@ -146,8 +146,6 @@ browser.runtime.onMessage.addListener(
<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2>
-<p class="hidden">La table de compatibilité sur cette page est générée à partir de données structurées. Si vous souhaitez contribuer aux données, veuillez consulter <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> et nous envoyer une <em>pull request.</em></p>
-
<p>{{Compat("webextensions.api.runtime.onMessage")}}</p>
<h2 id="Examples">Exemples</h2>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/runtime/onmessageexternal/index.html b/files/fr/mozilla/add-ons/webextensions/api/runtime/onmessageexternal/index.html
index f9f67a0264..f8c1a84b13 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/runtime/onmessageexternal/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/runtime/onmessageexternal/index.html
@@ -89,8 +89,6 @@ browser.runtime.onMessageExternal.hasListener(listener)
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("webextensions.api.runtime.onMessageExternal")}}</p>
<h2 id="Exemples">Exemples</h2>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/runtime/onrestartrequired/index.html b/files/fr/mozilla/add-ons/webextensions/api/runtime/onrestartrequired/index.html
index 0183947b85..ce13615031 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/runtime/onrestartrequired/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/runtime/onrestartrequired/index.html
@@ -53,8 +53,6 @@ browser.runtime.onRestartRequired.hasListener(listener)
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("webextensions.api.runtime.onRestartRequired")}}</p>
<h2 id="Exemples">Exemples</h2>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/runtime/onrestartrequiredreason/index.html b/files/fr/mozilla/add-ons/webextensions/api/runtime/onrestartrequiredreason/index.html
index 4ab9253023..1bcdab004a 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/runtime/onrestartrequiredreason/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/runtime/onrestartrequiredreason/index.html
@@ -29,8 +29,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/runtime/OnRestartRequiredReaso
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("webextensions.api.runtime.OnRestartRequiredReason")}}</p>
<p>{{WebExtExamples}}</p>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/runtime/onsuspend/index.html b/files/fr/mozilla/add-ons/webextensions/api/runtime/onsuspend/index.html
index ef4f5a5353..f40ee99106 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/runtime/onsuspend/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/runtime/onsuspend/index.html
@@ -52,8 +52,6 @@ browser.runtime.onSuspend.hasListener(listener)
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("webextensions.api.runtime.onSuspend")}}</p>
<h2 id="Exemples">Exemples</h2>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/runtime/onsuspendcanceled/index.html b/files/fr/mozilla/add-ons/webextensions/api/runtime/onsuspendcanceled/index.html
index cf01913334..53a4586744 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/runtime/onsuspendcanceled/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/runtime/onsuspendcanceled/index.html
@@ -48,9 +48,7 @@ browser.runtime.onSuspendCanceled.hasListener(listener)
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
-<p><span class="diff_add">{{Compat("webextensions.api.runtime.onSuspendCanceled")}}</span></p>
+<p>{{Compat("webextensions.api.runtime.onSuspendCanceled")}}</p>
<h2 id="Exemples">Exemples</h2>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/runtime/onupdateavailable/index.html b/files/fr/mozilla/add-ons/webextensions/api/runtime/onupdateavailable/index.html
index d1795b9b05..fcf6f86d4e 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/runtime/onupdateavailable/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/runtime/onupdateavailable/index.html
@@ -61,8 +61,6 @@ browser.runtime.onUpdateAvailable.hasListener(listener)
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("webextensions.api.runtime.onUpdateAvailable")}}</p>
<h2 id="Exemples">Exemples</h2>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/runtime/openoptionspage/index.html b/files/fr/mozilla/add-ons/webextensions/api/runtime/openoptionspage/index.html
index ab58180798..a5c3ded95f 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/runtime/openoptionspage/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/runtime/openoptionspage/index.html
@@ -26,8 +26,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/runtime/openOptionsPage
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("webextensions.api.runtime.openOptionsPage")}}</p>
<h2 id="Exemples">Exemples</h2>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/runtime/platformarch/index.html b/files/fr/mozilla/add-ons/webextensions/api/runtime/platformarch/index.html
index 84d8172bb4..f2c22f68ca 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/runtime/platformarch/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/runtime/platformarch/index.html
@@ -32,8 +32,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/runtime/PlatformArch
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("webextensions.api.runtime.PlatformArch")}}</p>
<p>{{WebExtExamples}}</p>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/runtime/platforminfo/index.html b/files/fr/mozilla/add-ons/webextensions/api/runtime/platforminfo/index.html
index 30ff35a1ce..02a4c644c6 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/runtime/platforminfo/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/runtime/platforminfo/index.html
@@ -32,9 +32,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/runtime/PlatformInfo
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
-<p><span class="diff_add">{{Compat("webextensions.api.runtime.PlatformInfo")}}</span></p>
+<p>{{Compat("webextensions.api.runtime.PlatformInfo")}}</p>
<p>{{WebExtExamples}}</p>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/runtime/platformnaclarch/index.html b/files/fr/mozilla/add-ons/webextensions/api/runtime/platformnaclarch/index.html
index 9880430b69..46966034b3 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/runtime/platformnaclarch/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/runtime/platformnaclarch/index.html
@@ -23,9 +23,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/runtime/PlatformNaclArch
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
-<p><span class="diff_add">{{Compat("webextensions.api.runtime.PlatformNaclArch")}}</span></p>
+<p>{{Compat("webextensions.api.runtime.PlatformNaclArch")}}</p>
<p>{{WebExtExamples}}</p>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/runtime/platformos/index.html b/files/fr/mozilla/add-ons/webextensions/api/runtime/platformos/index.html
index 64911f28b3..ed5504096f 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/runtime/platformos/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/runtime/platformos/index.html
@@ -38,8 +38,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/runtime/PlatformOs
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("webextensions.api.runtime.PlatformOs")}}</p>
<p>{{WebExtExamples}}</p>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/runtime/port/index.html b/files/fr/mozilla/add-ons/webextensions/api/runtime/port/index.html
index eb8e904ad7..6f3864f5aa 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/runtime/port/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/runtime/port/index.html
@@ -96,8 +96,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/runtime/Port
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("webextensions.api.runtime.Port")}}</p>
<h2 id="Exemples">Exemples</h2>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/runtime/reload/index.html b/files/fr/mozilla/add-ons/webextensions/api/runtime/reload/index.html
index 05b9a48524..9817846883 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/runtime/reload/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/runtime/reload/index.html
@@ -30,8 +30,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/runtime/reload
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("webextensions.api.runtime.reload")}}</p>
<h2 id="Exemples">Exemples</h2>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/runtime/requestupdatecheck/index.html b/files/fr/mozilla/add-ons/webextensions/api/runtime/requestupdatecheck/index.html
index 1adb3de2bc..86a59b6427 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/runtime/requestupdatecheck/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/runtime/requestupdatecheck/index.html
@@ -47,9 +47,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/runtime/requestUpdateCheck
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
-<p><span class="diff_add">{{Compat("webextensions.api.runtime.requestUpdateCheck")}}</span></p>
+<p>{{Compat("webextensions.api.runtime.requestUpdateCheck")}}</p>
<h2 id="Exemples">Exemples</h2>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/runtime/requestupdatecheckstatus/index.html b/files/fr/mozilla/add-ons/webextensions/api/runtime/requestupdatecheckstatus/index.html
index 15268f7523..e9337b992b 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/runtime/requestupdatecheckstatus/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/runtime/requestupdatecheckstatus/index.html
@@ -32,8 +32,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/runtime/RequestUpdateCheckStat
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("webextensions.api.runtime.RequestUpdateCheckStatus")}}</p>
<p>{{WebExtExamples}}</p>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/runtime/sendmessage/index.html b/files/fr/mozilla/add-ons/webextensions/api/runtime/sendmessage/index.html
index 1768aaed86..6aa69b8ab8 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/runtime/sendmessage/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/runtime/sendmessage/index.html
@@ -87,9 +87,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/runtime/sendMessage
<h2 id="Compatibilité_du_navitageur">Compatibilité du navitageur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
-<p><span class="diff_add">{{Compat("webextensions.api.runtime.sendMessage")}}</span></p>
+<p>{{Compat("webextensions.api.runtime.sendMessage")}}</p>
<h2 id="Exemples">Exemples</h2>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/runtime/sendnativemessage/index.html b/files/fr/mozilla/add-ons/webextensions/api/runtime/sendnativemessage/index.html
index af714bdb80..280b873def 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/runtime/sendnativemessage/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/runtime/sendnativemessage/index.html
@@ -48,9 +48,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/runtime/sendNativeMessage
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
-<p><span class="diff_add">{{Compat("webextensions.api.runtime.sendNativeMessage")}}</span></p>
+<p>{{Compat("webextensions.api.runtime.sendNativeMessage")}}</p>
<h2 id="Exemples">Exemples</h2>
diff --git a/files/fr/mozilla/add-ons/webextensions/api/runtime/setuninstallurl/index.html b/files/fr/mozilla/add-ons/webextensions/api/runtime/setuninstallurl/index.html
index 9d74339487..c364d57ef1 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/runtime/setuninstallurl/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/runtime/setuninstallurl/index.html
@@ -39,8 +39,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/runtime/setUninstallURL
<h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("webextensions.api.runtime.setUninstallURL")}}</p>
<h2 id="Exemples">Exemples</h2>