Ming Di Leom
b72ffb1c39
fix(css): hide share button by default
2021-11-18 10:32:54 +00:00
Ming Di Leom
875d3b0540
fix(svg): <use> element no longer allows path
...
somehow path is considered as cross-origin resource,
though not mentioned in the doc
https://developer.mozilla.org/en-US/docs/Web/SVG/Element/use
perhaps full URL (with protocol & domain) must be used?
but that will break mirror sites if used
2021-11-18 08:31:04 +00:00
Ming Di Leom
588f65f6d4
fix: update duckduckgo v3 onion
...
https://teddit.net/r/duckduckgo/comments/oc07wj/news_duckduckgo_search_now_available_via_tor/
2021-07-07 11:32:52 +00:00
Ming Di Leom
056d4389ab
feat(theme-nav): remove nav link for current page
...
- reimplement in js, avoid disabling hexo layout caching
- revert f9889702b7
2021-02-23 07:48:56 +00:00
MDLeom
adb9d92218
fix(js): only show share button if web share API is supported
2020-04-22 11:38:30 +01:00
MDLeom
7ce52e381a
fix(mobile-menu): ignore click if mobile menu is hidden
2020-04-12 10:18:12 +01:00
MDLeom
17c1ad06a0
feat(js): hide mobile menu when click outside
...
- https://htmldom.dev/detect-clicks-outside-of-an-element
2020-04-04 06:53:32 +01:00
MDLeom
1cccb619a0
fix(search): consistent class name style
2020-03-20 05:37:09 +00:00
MDLeom
9b8498b791
feat: share button
...
- web share API
- https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share
- https://web.dev/web-share/
- https://github.com/luruke/browser-2020
- move height property to css
- add left margin to headerlink button
2020-03-20 05:18:36 +00:00
MDLeom
a3739cf6de
feat: use duckduckgo onion address if site is .onion
2020-03-06 08:47:37 +00:00
curben
feeaca491f
fix(js): load copy button script in post only
2019-12-20 02:44:20 +00:00
curben
bed321c987
fix(theme): rename js and css to 'chameleon'
...
- Continuation of 5a381f7032
2019-11-09 08:54:48 +00:00