├── CustomApps └── betterLibrary │ ├── betterlibrary.js │ ├── index.js │ ├── loadcss.js │ └── manifest.json ├── LICENSE ├── README.md ├── manifest.json ├── preview.png └── style.css /CustomApps/betterLibrary/betterlibrary.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sowgro/betterLibrary/HEAD/CustomApps/betterLibrary/betterlibrary.js -------------------------------------------------------------------------------- /CustomApps/betterLibrary/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sowgro/betterLibrary/HEAD/CustomApps/betterLibrary/index.js -------------------------------------------------------------------------------- /CustomApps/betterLibrary/loadcss.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sowgro/betterLibrary/HEAD/CustomApps/betterLibrary/loadcss.js -------------------------------------------------------------------------------- /CustomApps/betterLibrary/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sowgro/betterLibrary/HEAD/CustomApps/betterLibrary/manifest.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sowgro/betterLibrary/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sowgro/betterLibrary/HEAD/README.md -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sowgro/betterLibrary/HEAD/manifest.json -------------------------------------------------------------------------------- /preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sowgro/betterLibrary/HEAD/preview.png -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sowgro/betterLibrary/HEAD/style.css --------------------------------------------------------------------------------