notion-enhancer/mods/hide-help/mod.js
2020-09-06 18:17:41 -04:00

17 lines
361 B
JavaScript

/*
* notion-enhancer
* (c) 2020 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
* under the MIT license
*/
'use strict';
module.exports = {
id: 'd4ebe9f3-974a-4c01-a6a9-94bc4296851d',
tags: ['extension'],
name: 'hide help button',
desc: 'hide help button if you don\'t need it.',
version: '1.0.0',
author: 'coryzibell',
};