From fe6cfe4e918907d7d9ecd83fec4528092138b00e Mon Sep 17 00:00:00 2001 From: Sasha Sushko Date: Mon, 31 May 2021 19:26:15 +0300 Subject: 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 --- files/ru/mozilla/add-ons/webextensions/api/cookies/cookie/index.html | 3 --- .../mozilla/add-ons/webextensions/api/runtime/getmanifest/index.html | 3 --- files/ru/mozilla/add-ons/webextensions/api/tabs/hide/index.html | 3 --- 3 files changed, 9 deletions(-) (limited to 'files/ru/mozilla/add-ons/webextensions/api') 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

Совместимость с браузерами

- - -

{{Compat("webextensions.api.cookies.Cookie")}}

Примеры

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

object - объект JSON, представляющий манифест.

Совместимость с браузерами

- - -

{{Compat("webextensions.api.runtime.getManifest")}}

Примеры

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

A Promise 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.

Browser compatibility

- - -

{{Compat("webextensions.api.tabs.hide")}}

Examples

-- cgit v1.2.3-54-g00ecf