diff --git a/src/apps.json b/src/apps.json index 11bc24ccd..91406ebf4 100644 --- a/src/apps.json +++ b/src/apps.json @@ -200,6 +200,23 @@ "script": "adinfinity\\.com\\.au", "website": "http://adinfinity.com.au" }, + "AdOcean": { + "cats": [ + 36 + ], + "icon": "AdOcean.png", + "implies": "Gemius", + "js": { + "ado.master": "", + "ado.slave": "", + "ado.placement": "" + }, + "script": [ + "adocean\\.pl/files/js/ado\\.js", + "adocean\\.pl\\;confidence:0.8" + ], + "website": "https://adocean-global.com" + }, "AdRiver": { "cats": [ 36 @@ -3781,6 +3798,25 @@ }, "website": "https://get.gaug.es" }, + "Gemius": { + "cats": [ + 10 + ], + "icon": "Gemius.png", + "js": { + "pp_gemius_hit": "", + "gemius_init": "", + "gemius_hit": "", + "gemius_pending": "" + }, + "script": [ + "hit\\.gemius\\.pl/xgemius\\.js", + "hit\\.gemius\\.pl\\;confidence:0.8", + "xgemius\\.js\\;confidence:0.3" + ], + "html": "]*onclick=\"gemius_hit", + "website": "https://www.gemius.com" + }, "Gentoo": { "cats": [ 28 diff --git a/src/icons/AdOcean.png b/src/icons/AdOcean.png new file mode 100644 index 000000000..80b5a9c4e Binary files /dev/null and b/src/icons/AdOcean.png differ diff --git a/src/icons/Gemius.png b/src/icons/Gemius.png new file mode 100644 index 000000000..c9344b125 Binary files /dev/null and b/src/icons/Gemius.png differ