You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
BarbBlock/templates/ublock-origin.txt.tmpl

10 lines
472 B
Cheetah

! Title: {{ name }}
! Homepage: {{ page_url }}
! Redirect: {{ url_base }}/ublock-origin.txt
! {{ description }}
{% for blockset in blacklist %}! ============== Site group {{loop.index}} =============={% for issue in blockset.issues %}
! GitHub Issue: https://github.com/paulgb/BarbBlock/issues/{{ issue }}{% endfor %}{% if blockset.takedown %}
! Takedown URL: {{ blockset.takedown }}{% endif %}{% for domain in blockset.domains %}
||{{ domain }}^{% endfor %}
{% endfor %}