anka-213 / webcomic_reader

Webcomic Reader userscript at
https://openuserjs.org/scripts/anka-213/Webcomic_Reader
MIT License
120 stars 27 forks source link

Please add "The Duck" #51

Open SamB opened 7 years ago

SamB commented 7 years ago

You should be able to just s/drunkduck.com/theduckwebcomics.com/ throughout, because I've got it working with these custom settings:

{
    url:    'theduckwebcomics.com',
    img:    [['#comic img']],
    back:   'img[@class="arrow_prev"]',
    next:   'img[@class="arrow_next"]',
    first:  'img[@class="arrow_first"]',
    last:   'img[@class="arrow_last"]',
    extra:  [[['#author_note_holder']]],
    style:  '#wcr_extra #author_note_holder{float:none;text-align:left;min-height:0;} #wcr_extra .thumbnailleft img{width:60px;} #wcr_extra .postcontent{width:auto;}',
},