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 --- .../mozilla/add-ons/webextensions/manifest.json/background/index.html | 3 --- .../webextensions/manifest.json/content_security_policy/index.html | 3 --- .../mozilla/add-ons/webextensions/manifest.json/description/index.html | 3 --- files/ru/mozilla/add-ons/webextensions/manifest.json/icons/index.html | 3 --- files/ru/mozilla/add-ons/webextensions/manifest.json/index.html | 2 -- .../add-ons/webextensions/manifest.json/manifest_version/index.html | 3 --- files/ru/mozilla/add-ons/webextensions/manifest.json/name/index.html | 3 --- .../mozilla/add-ons/webextensions/manifest.json/permissions/index.html | 3 --- .../ru/mozilla/add-ons/webextensions/manifest.json/version/index.html | 3 --- 12 files changed, 35 deletions(-) (limited to 'files/ru/mozilla') 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

diff --git a/files/ru/mozilla/add-ons/webextensions/manifest.json/background/index.html b/files/ru/mozilla/add-ons/webextensions/manifest.json/background/index.html index 876f151d60..4790f44ffa 100644 --- a/files/ru/mozilla/add-ons/webextensions/manifest.json/background/index.html +++ b/files/ru/mozilla/add-ons/webextensions/manifest.json/background/index.html @@ -109,7 +109,4 @@ translation_of: Mozilla/Add-ons/WebExtensions/manifest.json/background

Загрузит файл фоновой страницы.

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

- - -

{{Compat("webextensions.manifest.background", 10)}}

diff --git a/files/ru/mozilla/add-ons/webextensions/manifest.json/content_security_policy/index.html b/files/ru/mozilla/add-ons/webextensions/manifest.json/content_security_policy/index.html index 0efe1fe0d5..9902f5d2d5 100644 --- a/files/ru/mozilla/add-ons/webextensions/manifest.json/content_security_policy/index.html +++ b/files/ru/mozilla/add-ons/webextensions/manifest.json/content_security_policy/index.html @@ -111,7 +111,4 @@ translation_of: Mozilla/Add-ons/WebExtensions/manifest.json/content_security_pol

1. Примечание: Работающие примеры демонстрируют правильное написание политики защиты содержимого. Тем не менее, расширения с политикой, включающей ключевые словами 'unsafe-eval', 'unsafe-inline', разрешающей загрузку удалённых скриптов и ресурсов, а так же blob файлов не будут допущены к распространению на addons.mozilla.org из-за значительных проблем с безопасностью.

Browser compatibility

- - -

{{Compat("webextensions.manifest.content_security_policy")}}

diff --git a/files/ru/mozilla/add-ons/webextensions/manifest.json/description/index.html b/files/ru/mozilla/add-ons/webextensions/manifest.json/description/index.html index 46c7310329..33d944da27 100644 --- a/files/ru/mozilla/add-ons/webextensions/manifest.json/description/index.html +++ b/files/ru/mozilla/add-ons/webextensions/manifest.json/description/index.html @@ -38,7 +38,4 @@ translation_of: Mozilla/Add-ons/WebExtensions/manifest.json/description
"description": "Заменяет картинки на картинки с котиками."

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

- - -

{{Compat("webextensions.manifest.description")}}

diff --git a/files/ru/mozilla/add-ons/webextensions/manifest.json/icons/index.html b/files/ru/mozilla/add-ons/webextensions/manifest.json/icons/index.html index 4352adba81..30cb7e9451 100644 --- a/files/ru/mozilla/add-ons/webextensions/manifest.json/icons/index.html +++ b/files/ru/mozilla/add-ons/webextensions/manifest.json/icons/index.html @@ -74,7 +74,4 @@ translation_of: Mozilla/Add-ons/WebExtensions/manifest.json/icons

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

- - -

{{Compat("webextensions.manifest.icons")}}

diff --git a/files/ru/mozilla/add-ons/webextensions/manifest.json/index.html b/files/ru/mozilla/add-ons/webextensions/manifest.json/index.html index f9ed8ba408..b72ba18a66 100644 --- a/files/ru/mozilla/add-ons/webextensions/manifest.json/index.html +++ b/files/ru/mozilla/add-ons/webextensions/manifest.json/index.html @@ -130,8 +130,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/manifest.json

Для полного обзора всех полей манифеста и их содержимого, смотрите полную таблицу совместимости manifest.json с браузерами.

- -

{{Compat("webextensions.manifest")}}

Смотрите также

diff --git a/files/ru/mozilla/add-ons/webextensions/manifest.json/manifest_version/index.html b/files/ru/mozilla/add-ons/webextensions/manifest.json/manifest_version/index.html index 1cf7875003..4c5c0bafec 100644 --- a/files/ru/mozilla/add-ons/webextensions/manifest.json/manifest_version/index.html +++ b/files/ru/mozilla/add-ons/webextensions/manifest.json/manifest_version/index.html @@ -39,7 +39,4 @@ translation_of: Mozilla/Add-ons/WebExtensions/manifest.json/manifest_version

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

- - -

{{Compat("webextensions.manifest.manifest_version")}}

diff --git a/files/ru/mozilla/add-ons/webextensions/manifest.json/name/index.html b/files/ru/mozilla/add-ons/webextensions/manifest.json/name/index.html index 59c50eafdd..b6df41ed32 100644 --- a/files/ru/mozilla/add-ons/webextensions/manifest.json/name/index.html +++ b/files/ru/mozilla/add-ons/webextensions/manifest.json/name/index.html @@ -38,7 +38,4 @@ translation_of: Mozilla/Add-ons/WebExtensions/manifest.json/name
"name": "My Extension"

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

- - -

{{Compat("webextensions.manifest.name")}}

diff --git a/files/ru/mozilla/add-ons/webextensions/manifest.json/permissions/index.html b/files/ru/mozilla/add-ons/webextensions/manifest.json/permissions/index.html index 46aa9a1b30..f1fc0661ea 100644 --- a/files/ru/mozilla/add-ons/webextensions/manifest.json/permissions/index.html +++ b/files/ru/mozilla/add-ons/webextensions/manifest.json/permissions/index.html @@ -187,7 +187,4 @@ translation_of: Mozilla/Add-ons/WebExtensions/manifest.json/permissions

Запрашивает несколько типов полномочий из примеров выше.

Browser compatibility

- - -

{{Compat("webextensions.manifest.permissions")}}

diff --git a/files/ru/mozilla/add-ons/webextensions/manifest.json/version/index.html b/files/ru/mozilla/add-ons/webextensions/manifest.json/version/index.html index 8f913532df..9ffdbad083 100644 --- a/files/ru/mozilla/add-ons/webextensions/manifest.json/version/index.html +++ b/files/ru/mozilla/add-ons/webextensions/manifest.json/version/index.html @@ -43,7 +43,4 @@ translation_of: Mozilla/Add-ons/WebExtensions/manifest.json/version
"version": "0.1"

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

- - -

{{Compat("webextensions.manifest.version")}}

-- cgit v1.2.3-54-g00ecf