This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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) |