ymatuhin.ru.php 520 B

123456789101112131415161718192021
  1. <?php
  2. return array(
  3. 'grabber' => array(
  4. '%.*%' => array(
  5. 'test_url' => 'https://ymatuhin.ru/tools/git-default-editor/',
  6. 'body' => array(
  7. '//section',
  8. ),
  9. 'strip' => array(
  10. "//script",
  11. "//style",
  12. "//h1",
  13. "//time",
  14. "//aside",
  15. "/html/body/section/ul",
  16. "//amp-iframe",
  17. "/html/body/section/h4"
  18. ),
  19. )
  20. )
  21. );