mirror of
https://github.com/vale981/practical-cl-beautified
synced 2025-03-04 09:11:37 -05:00
do not match index
This commit is contained in:
parent
84155df87c
commit
c408a1db4f
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
"content_scripts": [
|
||||
{
|
||||
"matches": ["*://*.gigamonkeys.com/book/*.html"],
|
||||
"exclude_matches": ["*://*.gigamonkeys.com/book/index.html"],
|
||||
"js": ["./js/webpoly.js", "./js/highlight-lisp.js", "./js/tocbot.js","./js/tippy.js","./js/main.js"],
|
||||
"css": ["./css/highlight-style.css"]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue