This script is useful (no longer will I wonder WTF :4971: means), but I was wondering if you could wrap the part that calls fetch inside an async IIFE, please? I think Tampermonkey allows top-level await, but Violentmonkey on Firefox does not. After that change, this script works there too. Thanks!
Hi,
This script is useful (no longer will I wonder WTF :4971: means), but I was wondering if you could wrap the part that calls
fetch
inside anasync
IIFE, please? I think Tampermonkey allows top-levelawait
, but Violentmonkey on Firefox does not. After that change, this script works there too. Thanks!