Skip to content

Instantly share code, notes, and snippets.

# Chrome
javascript:(function() {
var relativeTimeElements = window.document.querySelectorAll("relative-time");
relativeTimeElements.forEach(function(timeElement){
timeElement.shadowRoot.innerHTML = timeElement.shadowRoot.innerHTML +" -- "+ timeElement.title;
})
}())
# Firefox
javascript:(function() {

Keybase proof

I hereby claim:

  • I am chemmi on github.
  • I am chemmi (https://keybase.io/chemmi) on keybase.
  • I have a public key ASCU4neiE0UZMqKCkrzd2sdNA432soLYjYIs3v-oSqDJoQo

To claim this, I am signing this object:

@chemmi
chemmi / EmacsCH.xml
Last active March 1, 2022 20:45
Intellij Keymaps for Mac (Cmd <-> Ctrl) based on Emacs+
<keymap name="EmacsCH" parent="$default" version="1" disable-mnemonics="false">
<action id="EditorEscape">
<keyboard-shortcut first-keystroke="ESCAPE" second-keystroke="ESCAPE"/>
<keyboard-shortcut first-keystroke="meta G"/>
</action>
<action id="EditorCutLineBackward">
<keyboard-shortcut first-keystroke="alt MINUS" second-keystroke="meta K"/>
</action>
<action id="EditorCutLineEnd">
<keyboard-shortcut first-keystroke="meta K"/>
#+BEGIN_EXAMPLE
this is an EXAMPLE block
#+END_EXAMPLE

#+begin_example
this is an example block
#+end_example