This repository has been archived by the owner on Oct 14, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b520178
commit 35e5662
Showing
13 changed files
with
37 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
.DS_Store | ||
src/.web-extension-id | ||
cljs-src/resources/js/option.js | ||
cljs-src/resources/js/pop.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,14 +8,14 @@ | |
<script src="http://localhost:8097"></script> | ||
<script type="text/javascript" src="compiled-js/option/goog/base.js"></script> | ||
<script type="text/javascript" src="compiled-js/option/cljs_deps.js"></script> | ||
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/antd.min.css"> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/darkreader.min.js"></script> | ||
<link rel="stylesheet" type="text/css" href="css/antd.min.css"> | ||
<script src="js/darkreader.min.js"></script> | ||
<meta charset="UTF-8"> | ||
<title>Gooreplacer</title> | ||
</head> | ||
<body> | ||
<div id="app"></div> | ||
<script type="text/javascript" src="init-option.js"></script> | ||
<input type="file" id="gsonChooser" accept=".gson" style="display:none" /> | ||
<input type="file" id="jsonChooser" accept=".json" style="display:none" /> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,9 +8,9 @@ | |
<script src="http://localhost:8097"></script> | ||
<script type="text/javascript" src="compiled-js/popup/goog/base.js"></script> | ||
<script type="text/javascript" src="compiled-js/popup/cljs_deps.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/darkreader.min.js"></script> | ||
<script src="js/darkreader.min.js"></script> | ||
<link rel="stylesheet" type="text/css" href="css/main.css"> | ||
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/antd.min.css"> | ||
<link rel="stylesheet" type="text/css" href="css/antd.min.css"> | ||
<meta charset="UTF-8"> | ||
<title>Gooreplacer</title> | ||
</head> | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,13 +5,13 @@ | |
<link rel="shortcut icon" href="img/32.png" type="image/x-icon"> | ||
<link rel="icon" href="img/32.png" type="image/x-icon"> | ||
<link rel="stylesheet" type="text/css" href="css/main.css"> | ||
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/antd.min.css"> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/darkreader.min.js"></script> | ||
<link rel="stylesheet" type="text/css" href="css/antd.min.css"> | ||
<script src="js/darkreader.min.js"></script> | ||
<title>Gooreplacer</title> | ||
</head> | ||
<body> | ||
<div id="app"></div> | ||
<script type="text/javascript" src="option.js"></script> | ||
<input type="file" id="gsonChooser" accept=".gson" style="display:none" /> | ||
<input type="file" id="jsonChooser" accept=".json" style="display:none" /> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ | |
<link rel="shortcut icon" href="img/32.png" type="image/x-icon"> | ||
<link rel="icon" href="img/32.png" type="image/x-icon"> | ||
<meta charset="utf-8"> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/darkreader.min.js"></script> | ||
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/antd.min.css"> | ||
<script src="js/darkreader.min.js"></script> | ||
<link rel="stylesheet" type="text/css" href="css/antd.min.css"> | ||
<meta charset="UTF-8"> | ||
<title>Gooreplacer</title> | ||
</head> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.