Skip to content

Commit

Permalink
Update site https://bookalb.com/
Browse files Browse the repository at this point in the history
See: #1031
  • Loading branch information
dteviot committed Oct 14, 2023
1 parent 4c1a0e0 commit 2589bdb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 57 deletions.
56 changes: 0 additions & 56 deletions plugin/js/parsers/BookalbParser.js

This file was deleted.

1 change: 1 addition & 0 deletions plugin/js/parsers/NoblemtlParser.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"use strict";

parserFactory.register("bookalb.com", () => new NoblemtlParser());
parserFactory.register("ckandawrites.online", () => new NoblemtlParser());
parserFactory.register("daotranslate.com", () => new NoblemtlParser());
parserFactory.register("genesistls.com", () => new NoblemtlParser());
Expand Down
1 change: 0 additions & 1 deletion plugin/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,6 @@ <h3>Instructions</h3>
<script src="js/parsers/BakaTsukiSeriesPageParser.js"></script>
<script src="js/parsers/BetwixtedbutterflyParser.js"></script>
<script src="js/parsers/BlogspotParser.js"></script>
<script src="js/parsers/BookalbParser.js"></script>
<script src="js/parsers/BookswithqianyaParser.js"></script>
<script src="js/parsers/Booktoki152Parser.js"></script>
<script src="js/parsers/BoxnovelOrgParser.js"></script>
Expand Down

0 comments on commit 2589bdb

Please sign in to comment.