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