Update background.js
This commit is contained in:
parent
40ea274052
commit
df57fe369a
|
|
@ -1,5 +1,4 @@
|
||||||
'use strict';
|
// 'use strict';
|
||||||
|
|
||||||
chrome.runtime.onInstalled.addListener(function() {
|
chrome.runtime.onInstalled.addListener(function() {
|
||||||
// https://stackoverflow.com/questions/19377262/regex-for-youtube-url
|
// https://stackoverflow.com/questions/19377262/regex-for-youtube-url
|
||||||
chrome.contextMenus.create({
|
chrome.contextMenus.create({
|
||||||
|
|
@ -87,18 +86,13 @@ chrome.runtime.onInstalled.addListener(function() {
|
||||||
'http://Gov.sg/*',
|
'http://Gov.sg/*',
|
||||||
'http://faz.net/*',
|
'http://faz.net/*',
|
||||||
'http://dl.org/*',
|
'http://dl.org/*',
|
||||||
'http://ServerConst.as/*',
|
|
||||||
'http://balancer-vod.1tv.ru/*',
|
|
||||||
'http://ft.dk/*',
|
|
||||||
'http://token.4tube.com/*',
|
'http://token.4tube.com/*',
|
||||||
'http://token.fux.com/*',
|
'http://token.fux.com/*',
|
||||||
'http://tkn.porntube.com/*',
|
'http://tkn.porntube.com/*',
|
||||||
'http://token.pornerbros.com/*',
|
'http://token.pornerbros.com/*',
|
||||||
'http://Foxgay.com/*',
|
'http://Foxgay.com/*',
|
||||||
'http://foxgay.com/*',
|
'http://foxgay.com/*'
|
||||||
'http://hdfauthftv-a.akamaihd.net/*',
|
|
||||||
'http://hdfauth.francetv.fr/*',
|
|
||||||
'http://live.francetv.fr/*'
|
|
||||||
],
|
],
|
||||||
contexts: ['link'],
|
contexts: ['link'],
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue