Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
bubblev
/
bubble
Observar
9
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
130
Wiki
Atividade
Ver código fonte
add missing matchers test file
tags/v0.4.2
Jonathan Cobb
5 anos atrás
pai
da59faea11
commit
5c7d8656f0
1 arquivos alterados
com
13 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+13
-0
bubble-server/src/test/resources/models/apps/user_block/hn_test/bubbleApp_userBlock_hn_matchers.json
+ 13
- 0
bubble-server/src/test/resources/models/apps/user_block/hn_test/bubbleApp_userBlock_hn_matchers.json
Ver arquivo
@@ -0,0 +1,13 @@
[{
"name": "UserBlocker",
"children": {
"AppMatcher": [{
"name": "HNCommentMatcher",
"site": "HackerNews",
"template": true,
"fqdn": "news.ycombinator.com",
"urlRegex": "/item\\?id=\\d+",
"rule": "hn_user_blocker"
}]
}
}]
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar