parent
5b5bab4fdf
commit
e3e6e80f50
@ -0,0 +1,6 @@
|
||||
[Desktop Entry]
|
||||
Name=Nextcloud Passwords
|
||||
Exec=nextcloud-passwords
|
||||
Icon=nextcloud-passwords.png
|
||||
Type=Application
|
||||
Categories=Utility;
|
Binary file not shown.
After Width: | Height: | Size: 9.6 KiB |
After Width: | Height: | Size: 26 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 11 KiB |
@ -0,0 +1,9 @@
|
||||
window.addEventListener('load', function () {
|
||||
document.querySelectorAll('header#header')[0].remove();
|
||||
document.getElementById('content').style.paddingTop = '0px';
|
||||
document.getElementById('controls').style.paddingTop = '0px';
|
||||
document.getElementById('controls').style.top = '0px';
|
||||
document.getElementById('app-navigation').remove();
|
||||
document.getElementById('app-navigation-toggle').remove();
|
||||
})
|
||||
|
@ -0,0 +1 @@
|
||||
https://<your-nc-domain>/<path>/apps/passwords/#/folders
|
@ -0,0 +1 @@
|
||||
https://<your-nc-domain>/<path>
|
@ -0,0 +1 @@
|
||||
https://www.paypal.com/signin?returnUri=%2Fshiplabel%2Fcreate%2F
|
@ -0,0 +1 @@
|
||||
https://mail.tutanota.com
|
@ -0,0 +1 @@
|
||||
https://tyt.com
|
@ -0,0 +1 @@
|
||||
https://informeddelivery.usps.com/box/pages/secure/DashboardAction_input.action
|
Loading…
Reference in new issue