Skip to content

Commit

Permalink
ニコ動の連続再生に対応
Browse files Browse the repository at this point in the history
  • Loading branch information
GenbuHase committed Jun 10, 2018
1 parent 934d9d5 commit ea9aa17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion background.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ chrome.webNavigation.onHistoryStateUpdated.addListener(

{
url: [
URLMatchers.YouTube
URLMatchers.YouTube,
URLMatchers.Niconico
]
}
);
Expand Down

0 comments on commit ea9aa17

Please sign in to comment.