Skip to content

Instantly share code, notes, and snippets.

View jedamzik's full-sized avatar

Nicholas Jedamzik jedamzik

  • Jedamzik & Jedamzik GmbH
  • Lübeck, Germany
View GitHub Profile
in die Datei scriptsBibliotheken.js im Programmverzeichnis\skripts eingefügt werden muss. Bitte das $$ durch ihre Fachbibliotheksnummer ersetzen
function KI__datumJJJJMMTT() {
var heute = new Date();
var strJahr = heute.getFullYear();
strJahr = String(strJahr);
var strMonat = heute.getMonth();
### Keybase proof
I hereby claim:
* I am jedamzik on github.
* I am njd (https://keybase.io/njd) on keybase.
* I have a public key ASBEivaimR6KqAD2GmZfZoQfsmvE2LGtdydg0Jjl9vG3-wo
To claim this, I am signing this object:
@jedamzik
jedamzik / gist:40ddbc7374ff86e04791aeeb2d65406d
Created January 23, 2019 08:13
Measure 3rd party content in Chrome DevTools
Filter:
-domain:*.loremipsum.de
oder:
-domain:*.loremipsum.de -domain:*.lorembipsum.de
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+right",
"command": "workbench.action.nextEditor"
},
{
"key": "ctrl+pagedown",
"command": "-workbench.action.nextEditor"
},