From dc6c5293527b4e17426c15c45a55e8ba40c1ba6c Mon Sep 17 00:00:00 2001 From: Leonid Vinogradov Date: Tue, 30 Jul 2024 00:17:43 +0300 Subject: [PATCH] [ru] replace old noteblock syntax with GFM syntax in 'mozilla' folder --- .../webextensions/api/cookies/cookie/index.md | 3 +- .../webextensions/api/cookies/index.md | 3 +- .../webextensions/api/downloads/index.md | 3 +- .../api/runtime/getmanifest/index.md | 3 +- .../webextensions/api/tabs/get/index.md | 3 +- .../webextensions/api/webrequest/index.md | 3 +- .../api/windows/createtype/index.md | 3 +- .../webextensions/api/windows/index.md | 3 +- .../chrome_incompatibilities/index.md | 4 +- .../webextensions/content_scripts/index.md | 54 +++++++++---------- .../add-ons/webextensions/examples/index.md | 3 +- .../internationalization/index.md | 12 ++--- .../manifest.json/icons/index.md | 3 +- .../webextensions/manifest.json/index.md | 6 ++- .../webextensions/match_patterns/index.md | 5 +- .../webextensions/modify_a_web_page/index.md | 21 ++++---- .../webextensions/user_interface/index.md | 3 +- .../your_first_webextension/index.md | 9 ++-- files/ru/mozilla/firefox/releases/68/index.md | 3 +- 19 files changed, 79 insertions(+), 68 deletions(-) diff --git a/files/ru/mozilla/add-ons/webextensions/api/cookies/cookie/index.md b/files/ru/mozilla/add-ons/webextensions/api/cookies/cookie/index.md index 011f5f32551ebb..0b0377fad51c93 100644 --- a/files/ru/mozilla/add-ons/webextensions/api/cookies/cookie/index.md +++ b/files/ru/mozilla/add-ons/webextensions/api/cookies/cookie/index.md @@ -58,7 +58,8 @@ gettingAll.then(logCookies); {{WebExtExamples}} -> **Примечание:** Это API основано на API Chromium [`chrome.cookies`](https://developer.chrome.com/extensions/cookies#type-Cookie). Эта документация основана на [`cookies.json`](https://chromium.googlesource.com/chromium/src/+/master/chrome/common/extensions/api/cookies.json) из кода Chromium. +> [!NOTE] +> Этот API основан на Chromium API [`chrome.cookies`](https://developer.chrome.com/extensions/cookies#type-Cookie). Эта документация основана на [`cookies.json`](https://chromium.googlesource.com/chromium/src/+/master/chrome/common/extensions/api/cookies.json) из кода Chromium.