Sha256: 39695b8b7f9e4102a7df89155c014cb74e36b812543cbb7a46c0472bafc4355b
Contents?: true
Size: 618 Bytes
Versions: 6
Compression:
Stored size: 618 Bytes
Contents
# frozen_string_literal: true ## # This file is part of WhatWeb and may be subject to # redistribution and commercial restrictions. Please see the WhatWeb # web site for more information on licensing and terms of use. # http://www.morningstarsecurity.com/research/whatweb ## WhatWeb::Plugin.define "Clicky" do @author = "Brendan Coles <bcoles@gmail.com>" # 2012-04-07 @version = "0.1" @description = "Clicky - Real Time Web Analytics" @website = "https://www.getclicky.com/" # Matches # @matches = [ # JavaScript { regexp: /<script[^>]+src=["'](https?:)?\/\/static\.getclicky\.com/i }, ] end
Version data entries
6 entries across 6 versions & 1 rubygems