Add svbtle detection (#1847)

* Add svbtle detection

This can be tested on any svbtle blog, likes [this one](https://blog.dijit.sh/).

* Fix some minor issues, courtesy of @gadcam
main
jvoisin 7 years ago committed by Elbert Alias
parent b1672820ce
commit bab0daf214

@ -8345,6 +8345,17 @@
"script": "supersized(?:\\.([\\d.]*[\\d]))?.*\\.js\\;version:\\1",
"website": "http://buildinternet.com/project/supersized"
},
"Svbtle": {
"cats": [
"11"
],
"icon": "svbtle.png",
"meta": {
"generator": "^Svbtle\\.com$"
},
"url": "\\.svbtle\\.com",
"website": "https://www.svbtle.com"
},
"SweetAlert": {
"cats": [
"12"

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB