mirror of https://github.com/gorhill/uBlock.git
pull scripts for test pages from rawcdn.githack.com
This commit is contained in:
parent
18bf159d63
commit
64da8b9509
|
@ -16,7 +16,7 @@
|
|||
|
||||
<!-- <script src="https://rawgithub.com/gorhill/uBlock/master/src/js/hntrie.js"></script> -->
|
||||
<script src="https://rawcdn.githack.com/gorhill/uBlock/e83ffde5af29bd44ae529c5a60e2506970e7af34/src/js/hntrie.js"></script>
|
||||
<script src="../../src/js/hntrie.js"></script>
|
||||
<script src="https://raw.githack.com/gorhill/uBlock/master/src/js/hntrie.js"></script>
|
||||
<script src="hostname-pool.js"></script>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/lodash/4.17.2/lodash.min.js"></script>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<div><button id="test" type="button">Test!</button></div>
|
||||
<div id="stdout"></div>
|
||||
<script src="https://rawcdn.githack.com/gorhill/uBlock/e83ffde5af29bd44ae529c5a60e2506970e7af34/src/js/hntrie.js"></script>
|
||||
<script src="../../src/js/hntrie.js"></script>
|
||||
<script src="https://raw.githack.com/gorhill/uBlock/master/src/js/hntrie.js"></script>
|
||||
<script src="hostname-pool.js"></script>
|
||||
<script>
|
||||
const createRandomLabel = function() {
|
||||
|
|
Loading…
Reference in New Issue