diff options
Diffstat (limited to 'files/fr/mozilla/add-ons/webextensions/api/history/deleteall/index.html')
-rw-r--r-- | files/fr/mozilla/add-ons/webextensions/api/history/deleteall/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/fr/mozilla/add-ons/webextensions/api/history/deleteall/index.html b/files/fr/mozilla/add-ons/webextensions/api/history/deleteall/index.html index 2c85c620b4..924eb064e1 100644 --- a/files/fr/mozilla/add-ons/webextensions/api/history/deleteall/index.html +++ b/files/fr/mozilla/add-ons/webextensions/api/history/deleteall/index.html @@ -23,7 +23,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/history/deleteAll <h2 id="Syntaxe">Syntaxe</h2> -<pre class="syntaxbox brush:js">var deletingAll = browser.history.deleteAll() +<pre class="brush: js">var deletingAll = browser.history.deleteAll() </pre> <h3 id="Paramètres">Paramètres</h3> @@ -40,7 +40,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/history/deleteAll <h2 id="Exemples">Exemples</h2> -<p><span id="result_box" lang="fr"><span>Supprimer tout l'historique lorsque l'utilisateur clique sur une action du navigateur :</span></span></p> +<p>Supprimer tout l'historique lorsque l'utilisateur clique sur une action du navigateur :</p> <pre class="brush: js">function onDeleteAll() { console.log("Deleted all history"); @@ -55,7 +55,7 @@ deleteAllHistory();</pre> <p>{{WebExtExamples}}</p> -<div class="note"><strong>Remerciements :</strong> +<div class="note"><p><strong>Note :</strong></p> <p>Cette API est basée sur l'API Chromium <a href="https://developer.chrome.com/extensions/history"><code>chrome.history</code></a>. Cette documentation est dérivée de <a href="https://chromium.googlesource.com/chromium/src/+/master/chrome/common/extensions/api/history.json"><code>history.json</code></a> dans le code de Chromium.</p> |