Adds DFs
This commit is contained in:
6
spec/fixtures/db/dynamic_finders.yml
vendored
6
spec/fixtures/db/dynamic_finders.yml
vendored
@@ -8666,6 +8666,9 @@ plugins:
|
||||
- css/cpt-list.css
|
||||
version: true
|
||||
crayon-syntax-highlighter:
|
||||
JavascriptVar:
|
||||
xpath: //script[contains(., "CrayonSyntax")]
|
||||
pattern: !ruby/regexp /CrayonSyntax/
|
||||
Readme:
|
||||
path: readme.txt
|
||||
crazy-bone:
|
||||
@@ -33304,6 +33307,9 @@ plugins:
|
||||
Readme:
|
||||
path: readme.txt
|
||||
tawkto-live-chat:
|
||||
Comment:
|
||||
xpath: //comment()[contains(., "Tawk.to")]
|
||||
pattern: !ruby/regexp /Start of Tawk\.to Script \(/i
|
||||
Readme:
|
||||
path: readme.txt
|
||||
taxjar-simplified-taxes-for-woocommerce:
|
||||
|
||||
6
spec/fixtures/dynamic_finders/expected.yml
vendored
6
spec/fixtures/dynamic_finders/expected.yml
vendored
@@ -8680,6 +8680,9 @@ plugins:
|
||||
interesting_entries:
|
||||
- http://wp.lab/wp-content/plugins/cpt-list/css/cpt-list.css?ver=0.1.1
|
||||
confidence: 10
|
||||
crayon-syntax-highlighter:
|
||||
JavascriptVar:
|
||||
found_by: Javascript Var (Passive Detection)
|
||||
crazy-call-to-action-box:
|
||||
ChangeLog:
|
||||
number: '1.05'
|
||||
@@ -33363,6 +33366,9 @@ plugins:
|
||||
- http://wp.lab/wp-content/plugins/taugun/assets/css/frontend/archive-event.css?ver=1.0
|
||||
- http://wp.lab/wp-content/plugins/taugun/assets/js/frontend/archive-event.js?ver=1.0
|
||||
confidence: 40
|
||||
tawkto-live-chat:
|
||||
Comment:
|
||||
found_by: Comment (Passive Detection)
|
||||
taxjar-simplified-taxes-for-woocommerce:
|
||||
ChangeLog:
|
||||
number: 2.0.1
|
||||
|
||||
@@ -1019,3 +1019,20 @@ If above timestamp is not current time, this page is cached.</p> -->
|
||||
<!-- Do you want the same scroll up bar on your WordPress blog? This site uses free scrollToTop plugin v1.1 - https://wordpress.org/plugins/scrolltotop/ -->
|
||||
|
||||
|
||||
<!-- tawkto-live-chat
|
||||
version is static and the wrong one: https://plugins.svn.wordpress.org/tawkto-live-chat/tags/0.4.1/templates/widget.php
|
||||
-->
|
||||
<!--Start of Tawk.to Script (0.3.3)-->
|
||||
<script type="text/javascript">
|
||||
var Tawk_API=Tawk_API||{};
|
||||
var Tawk_LoadStart=new Date();
|
||||
(function(){
|
||||
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
|
||||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/XXXXXXXXX/default';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script>
|
||||
<!--End of Tawk.to Script (0.3.3)-->
|
||||
|
||||
@@ -137,6 +137,17 @@ var CGMPGlobal = {"ajaxurl":"http:\/\/wp.lab\/wp-admin\/admin-ajax.php","noBubbl
|
||||
</script>
|
||||
|
||||
|
||||
<!-- crayon-syntax-highlighter
|
||||
The version given in the settings is incorrect, so it will be ignored
|
||||
-->
|
||||
<script type='text/javascript'>
|
||||
/* <![CDATA[ */
|
||||
var CrayonSyntaxSettings = {"version":"_2.7.2_beta","is_admin":"0","ajaxurl":"http:\/\/wp.lab\/\/wp-admin\/admin-ajax.php","prefix":"crayon-","setting":"crayon-setting","selected":"crayon-setting-selected","changed":"crayon-setting-changed","special":"crayon-setting-special","orig_value":"data-orig-value","debug":""};
|
||||
var CrayonSyntaxStrings = {"copy":"Press %s to Copy, %s to Paste","minimize":"Click To Expand Code"};
|
||||
/* ]]> */
|
||||
</script>
|
||||
|
||||
|
||||
<!-- enhanced-e-commerce-for-woocommerce-store -->
|
||||
<script type="text/javascript">jQuery(function($) {
|
||||
tvc_lc="TWD";
|
||||
|
||||
Reference in New Issue
Block a user