We have the same code working using node
, deno
, and bun
.
E.g.,
bun run index.js
// ==UserScript== | |
// @name Export Wealthsimple transactions to CSV for YNAB | |
// @namespace https://shotasenga.com/ | |
// @version 2025042800 | |
// @description Export transactions from Wealthsimple to a CSV file for YNAB import | |
// @author Shota Senga | |
// @match https://my.wealthsimple.com/app/activity* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=wealthsimple.com | |
// @grant none | |
// ==/UserScript== |
// ==UserScript== | |
// @name Video Screenshot Tool | |
// @namespace nemokaul | |
// @version 1.0 | |
// @description Capture video screenshots and save to clipboard or download with timestamp and filename. | |
// @license MIT | |
// @author Nemo Kaul | |
// @match http://*/* | |
// @match https://*/* | |
// @grant none |
// ==UserScript== | |
// @name DataTables Anywhere | |
// @author rjf89 | |
// @version 0.92 | |
// @description Allows tables on any page to be searchable via DataTables | |
// @namespace DataTablesAnywhere | |
// @updateURL https://gist.github.com/rf5860/aeb462e00fc2b511f60efdcd0a1c0776/raw/DataTableAnywhere.user.js?cachebust=dkjflskjfldkf | |
// @downloadURL https://gist.github.com/rf5860/aeb462e00fc2b511f60efdcd0a1c0776/raw/DataTableAnywhere.user.js?cachebust=dkjflskjfldkf | |
// @match *://*/* | |
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js |
// ==UserScript== | |
// @name ER auto-login | |
// @namespace https://github.com/Brayyy | |
// @version 1.5.0 | |
// @description Automatically login to ER using Microsoft providor | |
// @author [email protected] | |
// @match https://app.extremereach.com/Login* | |
// @match https://app.dev-extremereach.com/Login* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=extremereach.com | |
// @updateURL https://gist.github.com/Brayyy/09d01cb4ef27d5d09a2243553e624481/raw/ER%2520auto-login.user.js |
// ==UserScript== | |
// @name Gallerix Scraper | |
// @namespace http://andrewkidd.co.uk/ | |
// @version 0.1 | |
// @description Batch grab gallerix images | |
// @author You | |
// @match https://gallerix.org/storeroom/* | |
// @match https://gallerix.org/pic/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=gallerix.org | |
// @grant GM_openInTab |
sudo npm i pm2 -g
sudo pm2 start dist/bundle.js
, sudo pm2 logs
...); because the apps of each user are kept separatepm2 start app_path
This is another text diagramming tool akin to Mermaid. This does not seem to work with default GitHub markdown parser, but it is available in both GitLab and HackMD.
!define ICONURL https://raw.githubusercontent.com/tupadr3/plantuml-icon-font-sprites/v2.1.0
skinparam defaultTextAlignment center
!include ICONURL/common.puml
// ==UserScript== | |
// @name Bing Searcher | |
// @namespace https://gist.github.com/vonalbert | |
// @version 1.4 | |
// @downloadURL https://gist.github.com/vonalbert/afd436ad5d7d65a3c00e1b53acc9cf2c | |
// @updateURL https://gist.github.com/vonalbert/afd436ad5d7d65a3c00e1b53acc9cf2c | |
// @description Perform some searches on bing.com to make MS happy :) | |
// @author Alberto Avon | |
// @match http*://www.bing.com/* | |
// @grant none |
// ==UserScript== | |
// @name MonitorElementSound | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author You | |
// @include /^https://[^\/]*(console|pipelines|aws|github|gitlab|notebook|jupyter)[^\/]*\.com/.*/ | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=qwiklabs.com | |
// @grant GM_xmlhttpRequest | |
// @connect lasonotheque.org |