mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
18 lines
551 B
JSON
18 lines
551 B
JSON
{
|
|
"name": "OurDisclaimer",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "OurDisclaimer.com - Third party disclaimer service.",
|
|
"website": "http://ourdisclaimer.com/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?i-mx:<a[^>]+href[\\s]*=[\\s]*\"http:\\/\\/ourdisclaimer.com\\/\\?i=([^\\\"]+))",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?i-mx:<iframe[^>]+src[\\s]*=[\\s]*\"http:\\/\\/ourdisclaimer.com\\/\\?i=([^\\\"]+))",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|