Convirted to be mostly ES6 compliant.
This commit is contained in:
@@ -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=";
|
||||
|
Reference in New Issue
Block a user