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 F-List Profile Word Counter | |
// @namespace arousle:f-list-word-counter | |
// @version 2024-04-05 | |
// @description Counts the number of unique words on an F-List profile. | |
// @author Arousle | |
// @match https://www.f-list.net/c/* | |
// @require https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.21/lodash.min.js | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=f-list.net | |
// @grant none |
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
ls -1tr *.txt | xargs cat | clip.exe |