mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 12:57:50 +08:00
新增Webanalyzer模块
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "Donations-Cloud",
|
||||
"author": "Brendan Coles <bcoles@gmail.com>",
|
||||
"version": "0.1",
|
||||
"description": "The donations cloud is something like a tag cloud, only that it displays . donations. The more a person donates, the larger the link to his/her website will be.",
|
||||
"website": "http://www.zirona.com/software/wordpress-donations-cloud/",
|
||||
"matches": [
|
||||
{
|
||||
"text": "wp-content/plugins/donationscloud//donationscloud.css' type='text/css' media='screen' />"
|
||||
},
|
||||
{
|
||||
"text": "if (dc_get('pp_amount').value == '') { alert(\"Please enter a donation amount.\"); return false; }"
|
||||
},
|
||||
{
|
||||
"regexp": "(?i-mx:<p id='dc_credits'>powered by <a href=[\\'|\\\"]+http:\\/\\/www.zirona.com\\/software\\/[^>]+>Donations Cloud<\\/a><\\/p>)"
|
||||
},
|
||||
{
|
||||
"text": "<form action='https://www.paypal.com/cgi-bin/webscr' method='post' id='dc_paypal_form' onsubmit='if (!dc_checkform()) return false;'>"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user