Commit Graph

33 Commits (28ae122eff41bd23a66cb59d3586c36d2f220002)

Author SHA1 Message Date
SukkaW 28ae122eff refactor: avoid using 28800000 directly 7 years ago
SukkaW 196a9adc54 refactor/style: reduce duplication 7 years ago
SukkaW bd8e82c51b refactor: update code quality
- Use ES6 Template String
- Avoid outside of binding context
- Simplify the code
7 years ago
SukkaW 8b0c2ab087 feat/style: replace getElementByID with $$ 7 years ago
SukkaW 950723cb02 refactor: rewrite some code
- Add `d` as document
- Avoid variable hoisting issues
- Avoid function loop for better performance
- Prefer let & const (Although they will be complied into var)
7 years ago
Sukka 33e1ea4f54
feat: say hello to umd (#18) 7 years ago
SukkaW 1c9369e5b9 fix: regex for disq.us 7 years ago
luyilin 4ec626d3ca feat: add export default DisqusJS 7 years ago
SukkaW dde0050639 fix: regex match for <a> tag 7 years ago
SukkaW 33ec16aa09 feat/fix(more-comment): avoid duplicate listener 7 years ago
SukkaW 2fee1a3aa0 fix(#8): avoid nesting comment missing parent 7 years ago
SukkaW e91d8241bb release 1.0.5 7 years ago
imlonghao 437c32892d
Remove the comma between sub comment 7 years ago
SukkaW 8c425fcee5 feat(loadMore): add button handler 7 years ago
SukkaW 3332fe2282 feat/fix(#6): show deleted comment 7 years ago
SukkaW d05530ae5b fix(#5): missing event listener 7 years ago
SukkaW b8d4b24e68 fix(regex): simplify the hrefMatcher 7 years ago
SukkaW cbc78976b4 refactor: use xhr.onload 7 years ago
SukkaW d46349e719 feat: parse disq.us to direct link 7 years ago
SukkaW a29cc165c0 fix(adminBadge): use original disqus username 7 years ago
SukkaW 9d2c0b25ab docs: add more comment 7 years ago
SukkaW ac9c818415 fix: add fallback for identifier config 7 years ago
SukkaW 62904f5eb8 fix: fallback for unnecessary config 7 years ago
SukkaW 5cc7de57ea fix: dateFormat without issue 7 years ago
SukkaW 9b11c5d59e feat: nearly finish 7 years ago
SukkaW 288a4915b4 feat: bring up load more comment 7 years ago
SukkaW 2a4a918259 feat: finish renderComment 7 years ago
SukkaW 10e66a97f9 func(processData): finish 7 years ago
SukkaW f37e6753f4 feat: bring up getComment & parseComment 7 years ago
SukkaW 074bd57522 feat: bring up load Comment 7 years ago
SukkaW c2b0ae1ebc func(loadDsqjs): bring up 7 years ago
SukkaW fdc083faf4 feat: finish checkDisqus 7 years ago
SukkaW cf1430b772 feat: bring up some basic function 7 years ago