1 2 3 4 5 6
"use strict"; exports.type = "site"; exports.name = "break"; exports.when = "start"; exports.match = [/https?:\/\/www.break.com\/embed\/.*/]; exports.inject = ["data/break.js"];