This file contains hidden or 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
import Paragraph from "@editorjs/paragraph"; | |
import { HTMLPasteEvent, PasteConfig } from "@editorjs/editorjs"; | |
class GdocsHandler { | |
static handleSpan(pEl: HTMLElement): void { | |
const walk = (node: Node): string => { | |
if (node.nodeType === Node.TEXT_NODE) { | |
const text = (node as Text).data; | |
return text | |
.replace(/&/g, "&") |
This file contains hidden or 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 LinkedInTitlesScraper.js | |
// @version 0.1 | |
// @description monkey script to parse linkedin job titles | |
// @author SunnyCapt | |
// @match https://*.linkedin.com/jobs/search* | |
// @homedevpage https://github.com/SunnyCapt/f-linkedin-job-searching | |
// ==/UserScript== | |
(function() { |
This file contains hidden or 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
<options> | |
n=10 | |
type=2 | |
right=4 | |
max=2 | |
</options> | |
<value> | |
1 | |
1 | |
1 |