Automate installation process;

Add command line prompt to set configurations;
Update document README.
This commit is contained in:
Schimon Jehudah, Adv. 2024-11-20 17:21:26 +02:00
parent 2cdba527f6
commit 5fd6a6c710
8 changed files with 136 additions and 22 deletions

View file

@ -239,7 +239,7 @@ window.onload = async function(){
elementDiv.appendChild(elementP2);
let elementSpan = document.createElement('span');
elementSpan.id = 'return';
elementSpan.textContent = 'Return';
elementSpan.textContent = 'Continue Reading';
elementSpan.addEventListener ('click', function() {
document.querySelector('#selection-page').remove();
});