質問編集履歴

3

すいません。デベロッパーツールの設定が間違っていたようでした。修正しました。

2017/06/24 13:08

投稿

soraatori
soraatori

スコア55

test CHANGED
File without changes
test CHANGED
@@ -114,21 +114,19 @@
114
114
 
115
115
  ```
116
116
 
117
- www.google.com/jsapi:22 A Parser-blocking, cross site (i.e. different eTLD+1) script, https://www.google.com/uds/?file=feeds&v=1, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message.See https://www.chromestatus.com/feature/5718547946799104 for more details.
117
+ [Violation] Avoid using document.write().
118
118
 
119
119
  ```
120
120
 
121
121
  ```ここに言語を入力
122
122
 
123
- Uncaught Error: Module: 'feeds' not found!
123
+ [Violation] Parser was blocked due to document.write(<script>)
124
-
125
- at ?file=feeds&v=1:1
126
124
 
127
125
  ```
128
126
 
129
127
  ```ここに言語を入力
130
128
 
131
- Failed to load resource: net::ERR_FILE_NOT_FOUND
129
+ A Parser-blocking, cross site (i.e. different eTLD+1) script, https://www.google.com/uds/?file=feeds&v=1, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message.See https://www.chromestatus.com/feature/5718547946799104 for more details.
132
130
 
133
131
  ```
134
132
 

2

すいません。エラーコードを追加しました。

2017/06/24 13:08

投稿

soraatori
soraatori

スコア55

test CHANGED
File without changes
test CHANGED
@@ -108,6 +108,30 @@
108
108
 
109
109
 
110
110
 
111
+
112
+
113
+ ###エラーコード
114
+
115
+ ```
116
+
117
+ www.google.com/jsapi:22 A Parser-blocking, cross site (i.e. different eTLD+1) script, https://www.google.com/uds/?file=feeds&v=1, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message.See https://www.chromestatus.com/feature/5718547946799104 for more details.
118
+
119
+ ```
120
+
121
+ ```ここに言語を入力
122
+
123
+ Uncaught Error: Module: 'feeds' not found!
124
+
125
+ at ?file=feeds&v=1:1
126
+
127
+ ```
128
+
129
+ ```ここに言語を入力
130
+
131
+ Failed to load resource: net::ERR_FILE_NOT_FOUND
132
+
133
+ ```
134
+
111
135
  ###補足情報(言語/FW/ツール等のバージョンなど)
112
136
 
113
137
  これ以外に代替え案があれば知恵をお貸しください。

1

コードをコードブロックで囲みました。エラー文はありません。

2017/06/24 11:41

投稿

soraatori
soraatori

スコア55

test CHANGED
File without changes
test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
  ###該当のソースコード
22
22
 
23
- 【rss.php】
23
+ ```
24
24
 
25
25
  <?php
26
26
 
@@ -34,11 +34,11 @@
34
34
 
35
35
  ?>
36
36
 
37
+ ```
37
38
 
38
39
 
39
40
 
40
-
41
- 【rss.js】
41
+ ```
42
42
 
43
43
  $(function() {
44
44
 
@@ -104,6 +104,8 @@
104
104
 
105
105
  });
106
106
 
107
+ ```
108
+
107
109
 
108
110
 
109
111
  ###補足情報(言語/FW/ツール等のバージョンなど)