aboutsummaryrefslogtreecommitdiff
path: root/files/ru/mozilla/add-ons/webextensions/api
diff options
context:
space:
mode:
authorSasha Sushko <sushko@outlook.com>2021-05-31 19:26:15 +0300
committerGitHub <noreply@github.com>2021-05-31 19:26:15 +0300
commitfe6cfe4e918907d7d9ecd83fec4528092138b00e (patch)
treec02e28f78a15607eaa1b5753b19389a7390a45d2 /files/ru/mozilla/add-ons/webextensions/api
parent33ef44d2df73d4e1705ec10ba54501e4d7f82603 (diff)
downloadtranslated-content-fe6cfe4e918907d7d9ecd83fec4528092138b00e.tar.gz
translated-content-fe6cfe4e918907d7d9ecd83fec4528092138b00e.tar.bz2
translated-content-fe6cfe4e918907d7d9ecd83fec4528092138b00e.zip
RU: Remove hidden paragraphs about Browser Compatibility (#1062)
* Remove Browser Compatibility hidden paragraphs via automation * Remove Browser Compatibility hidden paragraphs manually * Remove Browser Compatibility hidden paragraphs in "not sure" cases
Diffstat (limited to 'files/ru/mozilla/add-ons/webextensions/api')
-rw-r--r--files/ru/mozilla/add-ons/webextensions/api/cookies/cookie/index.html3
-rw-r--r--files/ru/mozilla/add-ons/webextensions/api/runtime/getmanifest/index.html3
-rw-r--r--files/ru/mozilla/add-ons/webextensions/api/tabs/hide/index.html3
3 files changed, 0 insertions, 9 deletions
diff --git a/files/ru/mozilla/add-ons/webextensions/api/cookies/cookie/index.html b/files/ru/mozilla/add-ons/webextensions/api/cookies/cookie/index.html
index 18a7ebb330..b99634698d 100644
--- a/files/ru/mozilla/add-ons/webextensions/api/cookies/cookie/index.html
+++ b/files/ru/mozilla/add-ons/webextensions/api/cookies/cookie/index.html
@@ -43,9 +43,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/cookies/Cookie
</dl>
<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.cookies.Cookie")}}</p>
<h2 id="Примеры">Примеры</h2>
diff --git a/files/ru/mozilla/add-ons/webextensions/api/runtime/getmanifest/index.html b/files/ru/mozilla/add-ons/webextensions/api/runtime/getmanifest/index.html
index fe8c795858..ce62a04f89 100644
--- a/files/ru/mozilla/add-ons/webextensions/api/runtime/getmanifest/index.html
+++ b/files/ru/mozilla/add-ons/webextensions/api/runtime/getmanifest/index.html
@@ -35,9 +35,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/runtime/getManifest
<p><code>object</code> - объект JSON, представляющий манифест.</p>
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-
-<p class="hidden">Таблица совместимости на этой странице сгенерирована из структурированных данных. Если вы хотите дополнить эти данные, пожалуйста, посетите <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> и отправьте нам pull request.</p>
-
<p>{{Compat("webextensions.api.runtime.getManifest")}}</p>
<h2 id="Примеры">Примеры</h2>
diff --git a/files/ru/mozilla/add-ons/webextensions/api/tabs/hide/index.html b/files/ru/mozilla/add-ons/webextensions/api/tabs/hide/index.html
index a91d67f008..e4c4c044d5 100644
--- a/files/ru/mozilla/add-ons/webextensions/api/tabs/hide/index.html
+++ b/files/ru/mozilla/add-ons/webextensions/api/tabs/hide/index.html
@@ -45,9 +45,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/tabs/hide
<p>A <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise">Promise</a></code> that will be fulfilled with an array containing the IDs of the tabs that were hidden. If any error occurs, the promise will be rejected with an error message.</p>
<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.hide")}}</p>
<h2 id="Examples">Examples</h2>