質問編集履歴

1

コード修正

2021/11/03 13:05

投稿

ryoma26
ryoma26

スコア6

test CHANGED
File without changes
test CHANGED
@@ -48,6 +48,8 @@
48
48
 
49
49
  function init(){
50
50
 
51
+
52
+
51
53
  chrome.tabs.onUpdated.addListener(function(tabId, changeInfo, tab){
52
54
 
53
55
  if(tab.url.includes("https://sssss/sssss")){
@@ -68,7 +70,7 @@
68
70
 
69
71
  }
70
72
 
71
- }
73
+ });
72
74
 
73
75
  }
74
76