diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-06-12 18:51:47 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-06-12 18:51:47 +0300 |
commit | cc8b5e4e5f4d865df2f58805cbe19ec06e21c195 (patch) | |
tree | 346fd7b3665bb32d5c9817059cebc9690f825234 /src/pages/popup/popup.pug | |
parent | Bypassing homepage for quora, medium, imgur #327 (diff) | |
download | libredirect-cc8b5e4e5f4d865df2f58805cbe19ec06e21c195.zip |
Added libremdb #230
Diffstat (limited to 'src/pages/popup/popup.pug')
-rw-r--r-- | src/pages/popup/popup.pug | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/pages/popup/popup.pug b/src/pages/popup/popup.pug index e9af3900..47113a13 100644 --- a/src/pages/popup/popup.pug +++ b/src/pages/popup/popup.pug @@ -67,6 +67,12 @@ html(lang="en") img(src="../../assets/images/quora.png") h4(data-localise="__MSG_quora__") Quora input#disable-quora(type="checkbox") + + #imdb.some-block + a.title(href="https://imdb.com") + img(src="../../assets/images/imdb.svg") + h4(data-localise="__MSG_imdb__") IMDb + input#disable-imdb(type="checkbox") #reuters.some-block a.title(href="https://reuters.com") |