Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions personal_export.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,5 @@ download.href = `data:application/json;charset=utf-8,${encodeURIComponent(JSON.s
}))))}`;
download.download = wachenId + "_personals.json";

download.style.width = '160px'; // setting the width to 200px
download.style.height = '80px'; // setting the height to 200px
download.style.background = 'red'; // setting the background color to teal
download.style.color = 'white'; // setting the color to white
download.style.fontSize = '26px'; // setting the font size to 20px
download.style.borderColor = "darkred";
download.style.borderRadius = '40px';

document.querySelector('h1').append(download);
download.classList.add('btn','btn-danger', 'pull-right');
document.querySelector('h1').append(download);