Sha256: b769c31a7fa7977b8d6a7f3a9783ccb5c88f5712cf73e59a223578554b2c97ed
Contents?: true
Size: 702 Bytes
Versions: 6
Compression:
Stored size: 702 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 "ShareThis" do @author = "Brendan Coles <bcoles@gmail.com>" # 2011-04-15 @version = "0.1" @description = "ShareThis is a utility that makes it easy to share articles to social media websites like Digg or Facebook [JavaScript]" @website = "http://sharethis.com/" # Matches # @matches = [ # JavaScript Source { regexp: /<script [^>]*src=["|'][^"^']+w\.sharethis\.com\//i }, ] end
Version data entries
6 entries across 6 versions & 1 rubygems