Skip to content

Commit e777d74

Browse files
committed
t
1 parent 029fe92 commit e777d74

17 files changed

+265
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ typings/
6565
.DS_Store
6666

6767
## scripts build
68-
extension/
6968
dist/
7069

7170
# awesome-ts-loader cache
7.37 KB
Loading
984 Bytes
Loading
1.23 KB
Loading
1.79 KB
Loading

extension/firefox/assets/logo.png

37.8 KB
Loading

extension/firefox/css/history.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extension/firefox/css/options.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extension/firefox/css/popup.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extension/firefox/history.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width"/><title>History: Kutt</title><link href="css/history.css?0e714ed1253458edad80" rel="stylesheet"></head><body><div id="history-root"></div><script src="js/history.bundle.js?0e714ed1253458edad80"></script></body></html>

0 commit comments

Comments
 (0)