Skip to content

Instantly share code, notes, and snippets.

View itsjfx's full-sized avatar
🏠
do do do

Thomas itsjfx

🏠
do do do
View GitHub Profile
@itsjfx
itsjfx / keep-to-enex-jfx.py
Last active September 5, 2023 20:24
A modified version of the popular keep-to-enex script which allows you to choose a backup folder instead of parsing each file or * as an argument
# originally created and posted by user dgc on
# https://discussion.evernote.com/topic/97201-how-to-transfer-all-the-notes-from-google-keep-to-evernote/
# Modified by user charlescanato https://gitlab.com/charlescanato/google-keep-to-evernote-converter
# Modified by gokhan mete erturk to enable bulk operation of html files without any parameters and
# solves the character set problems on Windows
# Modified by Leonard777 to add importing of image data.
# Modified by itsjfx to read a folder and import HTML files
# until now, Google Takeout for Keep does NOT export:
# - correct order of lists notes (non-checked first, checked last)
@itsjfx
itsjfx / azure_login_fido2_fix.user.js
Last active April 12, 2024 15:03
Fixes FIDO2 login on Firefox by patching variables on the Azure login page
// ==UserScript==
// @name Azure Firefox FIDO2 patch
// @namespace https://jfx.ac
// @version 0.1
// @description Fixes FIDO2 login on Firefox by patching variables on the Azure login page
// @author jfx
// @match https://login.microsoftonline.com/*
// @grant none
// ==/UserScript==