parent
8e6b90e264
commit
6f6725f5b3
|
@ -13,7 +13,7 @@ const GH_RESERVED_USER_NAMES = [
|
|||
const GH_RESERVED_REPO_NAMES = ['followers', 'following', 'repositories']
|
||||
const GH_404_SEL = '#parallax_wrapper'
|
||||
const GH_PJAX_CONTAINER_SEL = '#js-repo-pjax-container, .context-loader-container, [data-pjax-container]'
|
||||
const GH_CONTAINERS = '.container'
|
||||
const GH_CONTAINERS = '.container, .container-responsive'
|
||||
const GH_RAW_CONTENT = 'body > pre'
|
||||
|
||||
class GitHub extends Adapter {
|
||||
|
|
Loading…
Reference in New Issue