aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/javascript/reference/operators
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-06-24 00:28:45 +0900
committerGitHub <noreply@github.com>2021-06-24 00:28:45 +0900
commit3cf194614b399a7651961d4d2ed0f02a9913f581 (patch)
tree81125c0f3df819d9e86deb034de6ad25c454a181 /files/ja/web/javascript/reference/operators
parente10843c28cd9901c563cb36684978a50d66a3d67 (diff)
downloadtranslated-content-3cf194614b399a7651961d4d2ed0f02a9913f581.tar.gz
translated-content-3cf194614b399a7651961d4d2ed0f02a9913f581.tar.bz2
translated-content-3cf194614b399a7651961d4d2ed0f02a9913f581.zip
web/javascript 内の構文関係の browser-compat-data に関する非表示の指示を一括削除 (#1188)
Diffstat (limited to 'files/ja/web/javascript/reference/operators')
-rw-r--r--files/ja/web/javascript/reference/operators/bitwise_and/index.html2
-rw-r--r--files/ja/web/javascript/reference/operators/bitwise_or/index.html2
-rw-r--r--files/ja/web/javascript/reference/operators/bitwise_or_assignment/index.html2
-rw-r--r--files/ja/web/javascript/reference/operators/bitwise_xor/index.html2
-rw-r--r--files/ja/web/javascript/reference/operators/class/index.html2
-rw-r--r--files/ja/web/javascript/reference/operators/conditional_operator/index.html2
-rw-r--r--files/ja/web/javascript/reference/operators/destructuring_assignment/index.html2
-rw-r--r--files/ja/web/javascript/reference/operators/division_assignment/index.html2
-rw-r--r--files/ja/web/javascript/reference/operators/equality/index.html2
-rw-r--r--files/ja/web/javascript/reference/operators/function/index.html2
-rw-r--r--files/ja/web/javascript/reference/operators/function_star_/index.html2
-rw-r--r--files/ja/web/javascript/reference/operators/grouping/index.html2
-rw-r--r--files/ja/web/javascript/reference/operators/left_shift/index.html2
-rw-r--r--files/ja/web/javascript/reference/operators/less_than_or_equal/index.html2
-rw-r--r--files/ja/web/javascript/reference/operators/logical_and/index.html2
-rw-r--r--files/ja/web/javascript/reference/operators/logical_not/index.html2
-rw-r--r--files/ja/web/javascript/reference/operators/logical_or/index.html2
-rw-r--r--files/ja/web/javascript/reference/operators/optional_chaining/index.html2
-rw-r--r--files/ja/web/javascript/reference/operators/right_shift/index.html2
-rw-r--r--files/ja/web/javascript/reference/operators/spread_syntax/index.html2
-rw-r--r--files/ja/web/javascript/reference/operators/strict_equality/index.html2
-rw-r--r--files/ja/web/javascript/reference/operators/strict_inequality/index.html2
-rw-r--r--files/ja/web/javascript/reference/operators/this/index.html2
-rw-r--r--files/ja/web/javascript/reference/operators/unary_negation/index.html2
-rw-r--r--files/ja/web/javascript/reference/operators/unsigned_right_shift/index.html2
-rw-r--r--files/ja/web/javascript/reference/operators/yield/index.html2
-rw-r--r--files/ja/web/javascript/reference/operators/yield_star_/index.html2
27 files changed, 0 insertions, 54 deletions
diff --git a/files/ja/web/javascript/reference/operators/bitwise_and/index.html b/files/ja/web/javascript/reference/operators/bitwise_and/index.html
index 80a4644aee..3d9615a528 100644
--- a/files/ja/web/javascript/reference/operators/bitwise_and/index.html
+++ b/files/ja/web/javascript/reference/operators/bitwise_and/index.html
@@ -102,8 +102,6 @@ translation_of: Web/JavaScript/Reference/Operators/Bitwise_AND
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
-<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div>
-
<p>{{Compat("javascript.operators.bitwise_and")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/javascript/reference/operators/bitwise_or/index.html b/files/ja/web/javascript/reference/operators/bitwise_or/index.html
index f6317e19bc..6e4121968e 100644
--- a/files/ja/web/javascript/reference/operators/bitwise_or/index.html
+++ b/files/ja/web/javascript/reference/operators/bitwise_or/index.html
@@ -104,8 +104,6 @@ translation_of: Web/JavaScript/Reference/Operators/Bitwise_OR
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
-<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div>
-
<p>{{Compat("javascript.operators.bitwise_or")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/javascript/reference/operators/bitwise_or_assignment/index.html b/files/ja/web/javascript/reference/operators/bitwise_or_assignment/index.html
index 384c541b62..b9f63ca320 100644
--- a/files/ja/web/javascript/reference/operators/bitwise_or_assignment/index.html
+++ b/files/ja/web/javascript/reference/operators/bitwise_or_assignment/index.html
@@ -53,8 +53,6 @@ a |= 2; // 7
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
-<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div>
-
<p>{{Compat("javascript.operators.bitwise_or_assignment")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/javascript/reference/operators/bitwise_xor/index.html b/files/ja/web/javascript/reference/operators/bitwise_xor/index.html
index 97ec807b49..684a987458 100644
--- a/files/ja/web/javascript/reference/operators/bitwise_xor/index.html
+++ b/files/ja/web/javascript/reference/operators/bitwise_xor/index.html
@@ -104,8 +104,6 @@ translation_of: Web/JavaScript/Reference/Operators/Bitwise_XOR
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
-<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div>
-
<p>{{Compat("javascript.operators.bitwise_xor")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/javascript/reference/operators/class/index.html b/files/ja/web/javascript/reference/operators/class/index.html
index 289bba4253..c21b8594c7 100644
--- a/files/ja/web/javascript/reference/operators/class/index.html
+++ b/files/ja/web/javascript/reference/operators/class/index.html
@@ -103,8 +103,6 @@ Foo.name; // "NamedFoo"
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
-<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div>
-
<p>{{Compat("javascript.operators.class")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/javascript/reference/operators/conditional_operator/index.html b/files/ja/web/javascript/reference/operators/conditional_operator/index.html
index 19afa5445a..c21aec44fc 100644
--- a/files/ja/web/javascript/reference/operators/conditional_operator/index.html
+++ b/files/ja/web/javascript/reference/operators/conditional_operator/index.html
@@ -100,8 +100,6 @@ function example(…) {
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
-<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div>
-
<p>{{Compat("javascript.operators.conditional")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/javascript/reference/operators/destructuring_assignment/index.html b/files/ja/web/javascript/reference/operators/destructuring_assignment/index.html
index 99361d3319..c627dd6049 100644
--- a/files/ja/web/javascript/reference/operators/destructuring_assignment/index.html
+++ b/files/ja/web/javascript/reference/operators/destructuring_assignment/index.html
@@ -431,8 +431,6 @@ const {self, prot} = obj;
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
<div>
-<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、<a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div>
-
<p>{{Compat("javascript.operators.destructuring")}}</p>
</div>
diff --git a/files/ja/web/javascript/reference/operators/division_assignment/index.html b/files/ja/web/javascript/reference/operators/division_assignment/index.html
index f00c9d14c8..3e4ea274cf 100644
--- a/files/ja/web/javascript/reference/operators/division_assignment/index.html
+++ b/files/ja/web/javascript/reference/operators/division_assignment/index.html
@@ -51,8 +51,6 @@ bar /= 0 // Infinity</pre>
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
-<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div>
-
<p>{{Compat("javascript.operators.division_assignment")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/javascript/reference/operators/equality/index.html b/files/ja/web/javascript/reference/operators/equality/index.html
index b1fdee1943..25a1e23347 100644
--- a/files/ja/web/javascript/reference/operators/equality/index.html
+++ b/files/ja/web/javascript/reference/operators/equality/index.html
@@ -115,8 +115,6 @@ console.log(d == s); //true</pre>
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
-<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div>
-
<p>{{Compat("javascript.operators.strict_inequality")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/javascript/reference/operators/function/index.html b/files/ja/web/javascript/reference/operators/function/index.html
index 5ea0b7ffbc..a39cecb627 100644
--- a/files/ja/web/javascript/reference/operators/function/index.html
+++ b/files/ja/web/javascript/reference/operators/function/index.html
@@ -126,8 +126,6 @@ console.log(bar === baz); // false (errors because baz == undefined)
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
-<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div>
-
<p>{{Compat("javascript.operators.function")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/javascript/reference/operators/function_star_/index.html b/files/ja/web/javascript/reference/operators/function_star_/index.html
index 669955b169..3518adf63b 100644
--- a/files/ja/web/javascript/reference/operators/function_star_/index.html
+++ b/files/ja/web/javascript/reference/operators/function_star_/index.html
@@ -69,8 +69,6 @@ translation_of: Web/JavaScript/Reference/Operators/function*
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
-<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、<a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div>
-
<p>{{Compat("javascript.operators.function_star")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/javascript/reference/operators/grouping/index.html b/files/ja/web/javascript/reference/operators/grouping/index.html
index 6b2966037b..5e960e8384 100644
--- a/files/ja/web/javascript/reference/operators/grouping/index.html
+++ b/files/ja/web/javascript/reference/operators/grouping/index.html
@@ -65,8 +65,6 @@ a * c + b * c // 9
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
-<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div>
-
<p>{{Compat("javascript.operators.grouping")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/javascript/reference/operators/left_shift/index.html b/files/ja/web/javascript/reference/operators/left_shift/index.html
index 9a274f84b2..e0f494ba5a 100644
--- a/files/ja/web/javascript/reference/operators/left_shift/index.html
+++ b/files/ja/web/javascript/reference/operators/left_shift/index.html
@@ -65,8 +65,6 @@ translation_of: Web/JavaScript/Reference/Operators/Left_shift
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
-<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div>
-
<p>{{Compat("javascript.operators.left_shift")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/javascript/reference/operators/less_than_or_equal/index.html b/files/ja/web/javascript/reference/operators/less_than_or_equal/index.html
index 425fe7c264..dce2c02d1b 100644
--- a/files/ja/web/javascript/reference/operators/less_than_or_equal/index.html
+++ b/files/ja/web/javascript/reference/operators/less_than_or_equal/index.html
@@ -91,8 +91,6 @@ console.log(NaN &lt;= 3); // false</pre>
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
-<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div>
-
<p>{{Compat("javascript.operators.less_than_or_equal")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/javascript/reference/operators/logical_and/index.html b/files/ja/web/javascript/reference/operators/logical_and/index.html
index 467230cfec..7393320854 100644
--- a/files/ja/web/javascript/reference/operators/logical_and/index.html
+++ b/files/ja/web/javascript/reference/operators/logical_and/index.html
@@ -133,8 +133,6 @@ a9 = false &amp;&amp; '' // f &amp;&amp; f returns false</pre>
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
-<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div>
-
<p>{{Compat("javascript.operators.logical_and")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/javascript/reference/operators/logical_not/index.html b/files/ja/web/javascript/reference/operators/logical_not/index.html
index 9ba7180d85..a702e6ecdd 100644
--- a/files/ja/web/javascript/reference/operators/logical_not/index.html
+++ b/files/ja/web/javascript/reference/operators/logical_not/index.html
@@ -96,8 +96,6 @@ n6 = !!Boolean(false) // !!falsy returns false</pre>
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
-<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div>
-
<p>{{Compat("javascript.operators.logical_or")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/javascript/reference/operators/logical_or/index.html b/files/ja/web/javascript/reference/operators/logical_or/index.html
index 8fe1693e8a..29a177506c 100644
--- a/files/ja/web/javascript/reference/operators/logical_or/index.html
+++ b/files/ja/web/javascript/reference/operators/logical_or/index.html
@@ -141,8 +141,6 @@ o10 = false || varObject // f || object returns varObject
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザー実装状況</h2>
-<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div>
-
<p>{{Compat("javascript.operators.logical_or")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/javascript/reference/operators/optional_chaining/index.html b/files/ja/web/javascript/reference/operators/optional_chaining/index.html
index a413df6f46..b3eee3eb1f 100644
--- a/files/ja/web/javascript/reference/operators/optional_chaining/index.html
+++ b/files/ja/web/javascript/reference/operators/optional_chaining/index.html
@@ -184,8 +184,6 @@ console.log(customerCity); // Unknown city</pre>
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
<div>
-<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div>
-
<p>{{Compat("javascript.operators.optional_chaining")}}</p>
</div>
diff --git a/files/ja/web/javascript/reference/operators/right_shift/index.html b/files/ja/web/javascript/reference/operators/right_shift/index.html
index 3cd729c321..fa01116c74 100644
--- a/files/ja/web/javascript/reference/operators/right_shift/index.html
+++ b/files/ja/web/javascript/reference/operators/right_shift/index.html
@@ -67,8 +67,6 @@ translation_of: Web/JavaScript/Reference/Operators/Right_shift
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
-<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div>
-
<p>{{Compat("javascript.operators.right_shift")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/javascript/reference/operators/spread_syntax/index.html b/files/ja/web/javascript/reference/operators/spread_syntax/index.html
index d433ed2b34..4de5455ce3 100644
--- a/files/ja/web/javascript/reference/operators/spread_syntax/index.html
+++ b/files/ja/web/javascript/reference/operators/spread_syntax/index.html
@@ -246,8 +246,6 @@ let array = [...obj]; // TypeError: obj is not iterable
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
-<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、<a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div>
-
<p>{{Compat("javascript.operators.spread")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/javascript/reference/operators/strict_equality/index.html b/files/ja/web/javascript/reference/operators/strict_equality/index.html
index a3bc1e89d7..436a6d0899 100644
--- a/files/ja/web/javascript/reference/operators/strict_equality/index.html
+++ b/files/ja/web/javascript/reference/operators/strict_equality/index.html
@@ -95,8 +95,6 @@ console.log(object1 === object1); // true</pre>
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
-<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div>
-
<p>{{Compat("javascript.operators.strict_inequality")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/javascript/reference/operators/strict_inequality/index.html b/files/ja/web/javascript/reference/operators/strict_inequality/index.html
index 189e872104..c74ae24677 100644
--- a/files/ja/web/javascript/reference/operators/strict_inequality/index.html
+++ b/files/ja/web/javascript/reference/operators/strict_inequality/index.html
@@ -89,8 +89,6 @@ console.log(object1 !== object1); // false</pre>
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
-<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div>
-
<p>{{Compat("javascript.operators.strict_inequality")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/javascript/reference/operators/this/index.html b/files/ja/web/javascript/reference/operators/this/index.html
index 9ab71e7180..1d466424d4 100644
--- a/files/ja/web/javascript/reference/operators/this/index.html
+++ b/files/ja/web/javascript/reference/operators/this/index.html
@@ -475,8 +475,6 @@ bird.sayBye(); // Bye from Ferrari</pre>
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
-<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、<a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div>
-
<p>{{Compat("javascript.operators.this")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/javascript/reference/operators/unary_negation/index.html b/files/ja/web/javascript/reference/operators/unary_negation/index.html
index 69d2ea40c3..0a7fe27e04 100644
--- a/files/ja/web/javascript/reference/operators/unary_negation/index.html
+++ b/files/ja/web/javascript/reference/operators/unary_negation/index.html
@@ -61,8 +61,6 @@ const y = -x;
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
-<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div>
-
<p>{{Compat("javascript.operators.unary_negation")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/javascript/reference/operators/unsigned_right_shift/index.html b/files/ja/web/javascript/reference/operators/unsigned_right_shift/index.html
index bca04162e0..7e0c7aa258 100644
--- a/files/ja/web/javascript/reference/operators/unsigned_right_shift/index.html
+++ b/files/ja/web/javascript/reference/operators/unsigned_right_shift/index.html
@@ -67,8 +67,6 @@ translation_of: Web/JavaScript/Reference/Operators/Unsigned_right_shift
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
-<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div>
-
<p>{{Compat("javascript.operators.unsigned_right_shift")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/javascript/reference/operators/yield/index.html b/files/ja/web/javascript/reference/operators/yield/index.html
index 2cadddab3b..e0d0653718 100644
--- a/files/ja/web/javascript/reference/operators/yield/index.html
+++ b/files/ja/web/javascript/reference/operators/yield/index.html
@@ -92,8 +92,6 @@ console.log(appleStore.next()) // { value: undefined, done: true }</pre>
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
-<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div>
-
<p>{{Compat("javascript.operators.yield")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/javascript/reference/operators/yield_star_/index.html b/files/ja/web/javascript/reference/operators/yield_star_/index.html
index e1aedb2d58..5dae616341 100644
--- a/files/ja/web/javascript/reference/operators/yield_star_/index.html
+++ b/files/ja/web/javascript/reference/operators/yield_star_/index.html
@@ -126,8 +126,6 @@ console.log(iterator.next()); // {value: 'foo', done: true}
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
-<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div>
-
<p>{{Compat("javascript.operators.yield_star")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>