Initial set of applications.
This commit is contained in:
9
injects/nextcloud-passwords.js
Normal file
9
injects/nextcloud-passwords.js
Normal file
@@ -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();
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user