Convirted to be mostly ES6 compliant.

This commit is contained in:
2018-11-04 18:31:56 -06:00
parent 1cd54e96bb
commit f313726863
2 changed files with 26 additions and 26 deletions

View File

@@ -1,4 +1,4 @@
function handleUpdated(tabId, changeInfo, tabInfo) {
const handleUpdated = (tabId, changeInfo, tabInfo) => {
if (changeInfo.url) {
var http = "http://www.youtube.com/watch?v=";
var https = "https://www.youtube.com/watch?v=";