visbug-lib
Version:
<p align="center"> <img src="./assets/visbug.png" width="300" height="300" alt="visbug"> <br> <a href="https://www.npmjs.org/package/visbug"><img src="https://img.shields.io/npm/v/visbug.svg?style=flat" alt="npm latest version number"></a> <a href
13 lines (10 loc) • 301 B
JavaScript
// http://heydonworks.com/revenge_css_bookmarklet/
import { loadStyles } from '../utilities/styles.js'
export const commands = [
'revenge',
'revenge.css',
'heydon',
]
export default async function() {
await loadStyles(['https://cdn.jsdelivr.net/gh/Heydon/REVENGE.CSS@master/revenge.css'])
}