README.md in ronin-web-spider-0.2.0.rc2 vs README.md in ronin-web-spider-0.2.0.rc3

- old
+ new

@@ -30,10 +30,18 @@ * [every_javascript][docs-every_javascript] - yields all JavaScript source code from either inline `<script>` or `.js` files. * [every_javascript_string][docs-every_javascript_string] - yields every single-quoted or double-quoted String literal from all JavaScript source code. + * [every_javascript_relative_path_string][docs-every_javascript_relative_path_string] - + yields every relative path JavaScript string (ex: `foo/bar`). + * [every_javascript_absolute_path_string][docs-every_javascript_absolute_path_string] - + yields every relative path JavaScript string (ex: `/foo/bar`). + * [every_javascript_path_string][docs-every_javascript_path_string] - + yields every relative path JavaScript string (ex: `foo/bar` or `/foo/bar`). + * [every_javascript_url_string][docs-every_javascript_url_string] - + yields every URL JavaScript string (ex: `https://example.com/foo/bar`). * [every_javascript_comment][docs-every_javascript_comment] - yields every JavaScript comment. * [every_comment][docs-every_comment] - yields every HTML or JavaScript comment. * Supports archiving spidered pages to a directory or git repository. @@ -44,9 +52,13 @@ [docs-every_cert]: https://ronin-rb.dev/docs/ronin-web-spider/Ronin/Web/Spider/Agent.html#every_cert-instance_method [docs-every_favicon]: https://ronin-rb.dev/docs/ronin-web-spider/Ronin/Web/Spider/Agent.html#every_favicon-instance_method [docs-every_html_comment]: https://ronin-rb.dev/docs/ronin-web-spider/Ronin/Web/Spider/Agent.html#every_html_comment-instance_method [docs-every_javascript]: https://ronin-rb.dev/docs/ronin-web-spider/Ronin/Web/Spider/Agent.html#every_javascript-instance_method [docs-every_javascript_string]: https://ronin-rb.dev/docs/ronin-web-spider/Ronin/Web/Spider/Agent.html#every_javascript_string-instance_method +[docs-every_javascript_relative_path_string]: https://ronin-rb.dev/docs/ronin-web-spider/Ronin/Web/Spider/Agent.html#every_javascript_relative_path_string-instance_method +[docs-every_javascript_absolute_path_string]: https://ronin-rb.dev/docs/ronin-web-spider/Ronin/Web/Spider/Agent.html#every_javascript_absolute_path_string-instance_method +[docs-every_javascript_path_string]: https://ronin-rb.dev/docs/ronin-web-spider/Ronin/Web/Spider/Agent.html#every_javascript_path_string-instance_method +[docs-every_javascript_url_string]: https://ronin-rb.dev/docs/ronin-web-spider/Ronin/Web/Spider/Agent.html#every_javascript_url_string-instance_method [docs-every_javascript_comment]: https://ronin-rb.dev/docs/ronin-web-spider/Ronin/Web/Spider/Agent.html#every_javascript_comment-instance_method [docs-every_comment]: https://ronin-rb.dev/docs/ronin-web-spider/Ronin/Web/Spider/Agent.html#every_comment-instance_method ## Examples