blob: 1198b281765218ddb72d9cafc5dd654242cab506 (
plain)
1
2
3
4
5
6
7
|
"use strict";
var match = [/https?:\/\/(www\.|beta\.)?facebook.com\/(.*\/videos\/.*|video.php\?.*)/];
var inject = [
"facebook.js"
];
exports.match = match;
exports.inject = inject;
|