Skip to content

Commit

Permalink
Added Foxaholic
Browse files Browse the repository at this point in the history
  • Loading branch information
Flameish committed May 21, 2020
1 parent 4860ff7 commit ed5282c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/files/siteSelector.json
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,10 @@
"blacklistedTags": [
"center",
"meta",
"script"
"script",
"iframe",
".google-auto-placed",
".sharedaddy"
],
"bookTitleSelector": ".post-title h1",
"bookDescSelector": ".summary__content",
Expand Down
2 changes: 1 addition & 1 deletion src/grabber/HostSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import java.util.*;

public class HostSettings {
private static String[] headerlessBrowserWebsites = {"CreativeNovels", "FicFun", "Dreame", "WuxiaWorld.site"};
private static String[] headerlessBrowserWebsites = {"CreativeNovels", "FicFun", "Dreame", "WuxiaWorld.site","Foxaholic"};
private static String[] noHeaderlessBrowserWebsites = {"WattPad", "FanFiction", "FanFiktion"};
public static List<String> headerlessBrowserWebsitesList = Arrays.asList(headerlessBrowserWebsites);
public static List<String> noHeaderlessBrowserWebsitesList = Arrays.asList(noHeaderlessBrowserWebsites);
Expand Down

0 comments on commit ed5282c

Please sign in to comment.