mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
19 lines
626 B
JSON
19 lines
626 B
JSON
{
|
|
"name": "CBS-Interactive",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "CBS Interactive - online content network",
|
|
"website": "http://www.cbsinteractive.com/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:<script[^>]+ src=\"http:\\/\\/dw\\.com\\.com\\/js\\/dw\\.js\"><\\/script>)"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<script>DW.pageParams = \\{siteId:'([^']+)'\\};DW.clear\\(\\);<\\/script>)"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<img src=\"http:\\/\\/dw\\.com\\.com\\/clear\\/c\\.gif\\?sid=([^\"^\\s^>^&]+))"
|
|
}
|
|
]
|
|
}
|