aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/mozilla/add-ons/webextensions/api/tabs
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/mozilla/add-ons/webextensions/api/tabs')
-rw-r--r--files/zh-cn/mozilla/add-ons/webextensions/api/tabs/create/index.html2
-rw-r--r--files/zh-cn/mozilla/add-ons/webextensions/api/tabs/discard/index.html2
-rw-r--r--files/zh-cn/mozilla/add-ons/webextensions/api/tabs/executescript/index.html2
-rw-r--r--files/zh-cn/mozilla/add-ons/webextensions/api/tabs/insertcss/index.html2
-rw-r--r--files/zh-cn/mozilla/add-ons/webextensions/api/tabs/onactivated/index.html2
-rw-r--r--files/zh-cn/mozilla/add-ons/webextensions/api/tabs/sendmessage/index.html2
-rw-r--r--files/zh-cn/mozilla/add-ons/webextensions/api/tabs/tab/index.html2
7 files changed, 0 insertions, 14 deletions
diff --git a/files/zh-cn/mozilla/add-ons/webextensions/api/tabs/create/index.html b/files/zh-cn/mozilla/add-ons/webextensions/api/tabs/create/index.html
index ed2c15777d..ae27966e8e 100644
--- a/files/zh-cn/mozilla/add-ons/webextensions/api/tabs/create/index.html
+++ b/files/zh-cn/mozilla/add-ons/webextensions/api/tabs/create/index.html
@@ -73,8 +73,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/tabs/create
<h2 id="浏览器兼容性">浏览器兼容性</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.tabs.create", 10)}}</p>
<h2 id="实例">实例</h2>
diff --git a/files/zh-cn/mozilla/add-ons/webextensions/api/tabs/discard/index.html b/files/zh-cn/mozilla/add-ons/webextensions/api/tabs/discard/index.html
index d988e6682d..f21ee8a7a4 100644
--- a/files/zh-cn/mozilla/add-ons/webextensions/api/tabs/discard/index.html
+++ b/files/zh-cn/mozilla/add-ons/webextensions/api/tabs/discard/index.html
@@ -37,8 +37,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/tabs/discard
<h2 id="浏览器兼容性">浏览器兼容性</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.tabs.discard", 10)}}</p>
<h2 id="示例">示例</h2>
diff --git a/files/zh-cn/mozilla/add-ons/webextensions/api/tabs/executescript/index.html b/files/zh-cn/mozilla/add-ons/webextensions/api/tabs/executescript/index.html
index f32dd6cfc6..f78b8956dd 100644
--- a/files/zh-cn/mozilla/add-ons/webextensions/api/tabs/executescript/index.html
+++ b/files/zh-cn/mozilla/add-ons/webextensions/api/tabs/executescript/index.html
@@ -79,8 +79,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/tabs/executeScript
<h2 id="Browser_compatibility">Browser compatibility</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.tabs.executeScript")}}</p>
<h2 id="Examples">Examples</h2>
diff --git a/files/zh-cn/mozilla/add-ons/webextensions/api/tabs/insertcss/index.html b/files/zh-cn/mozilla/add-ons/webextensions/api/tabs/insertcss/index.html
index 5ea7d5205c..8466557459 100644
--- a/files/zh-cn/mozilla/add-ons/webextensions/api/tabs/insertcss/index.html
+++ b/files/zh-cn/mozilla/add-ons/webextensions/api/tabs/insertcss/index.html
@@ -56,8 +56,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/tabs/insertCSS
<h2 id="Browser_compatibility">Browser compatibility</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.tabs.insertCSS")}}</p>
<h2 id="例子">例子</h2>
diff --git a/files/zh-cn/mozilla/add-ons/webextensions/api/tabs/onactivated/index.html b/files/zh-cn/mozilla/add-ons/webextensions/api/tabs/onactivated/index.html
index 0ce8758760..ad1e077394 100644
--- a/files/zh-cn/mozilla/add-ons/webextensions/api/tabs/onactivated/index.html
+++ b/files/zh-cn/mozilla/add-ons/webextensions/api/tabs/onactivated/index.html
@@ -54,8 +54,6 @@ browser.tabs.onActivated.hasListener(listener)
<h2 id="浏览器兼容性">浏览器兼容性</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.tabs.onActivated")}}</p>
<h2 id="示例">示例</h2>
diff --git a/files/zh-cn/mozilla/add-ons/webextensions/api/tabs/sendmessage/index.html b/files/zh-cn/mozilla/add-ons/webextensions/api/tabs/sendmessage/index.html
index 8e968a2b1b..0ccfc4395a 100644
--- a/files/zh-cn/mozilla/add-ons/webextensions/api/tabs/sendmessage/index.html
+++ b/files/zh-cn/mozilla/add-ons/webextensions/api/tabs/sendmessage/index.html
@@ -43,8 +43,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/tabs/sendMessage
<h2 id="Browser_compatibility">Browser compatibility</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.tabs.sendMessage")}}</p>
<h2 id="Examples">Examples</h2>
diff --git a/files/zh-cn/mozilla/add-ons/webextensions/api/tabs/tab/index.html b/files/zh-cn/mozilla/add-ons/webextensions/api/tabs/tab/index.html
index 2fed2e8dd7..b3cd3000f1 100644
--- a/files/zh-cn/mozilla/add-ons/webextensions/api/tabs/tab/index.html
+++ b/files/zh-cn/mozilla/add-ons/webextensions/api/tabs/tab/index.html
@@ -72,8 +72,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/tabs/Tab
<h2 id="浏览器兼容性">浏览器兼容性</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.tabs.Tab", 10)}}</p>
<p>{{WebExtExamples}}</p>