example (singleURL): | 81 |http://www.example.com/foo |
82 |
example (wildcard): | 85 |http://*.example.com/bar* |
86 |
example (regexp): | 89 |/[^.]+\.example\.com\// |
90 |
example | |
URL, regexp | 104 |^https://github\.com/[^/]+/[^/]+/(?:issues|pulls) |
105 |
pageElement, XPath | 108 |//div[starts-with(@id,'issue_')] |
109 |
nextLink, XPath | 112 |//a[@class='next_page'] |
113 |
insertBefore, 116 | XPath 117 | | 118 |//footer optionalRare |
119 |