beatify the page
This commit is contained in:
5
popup.js
5
popup.js
@@ -12,4 +12,7 @@ document.getElementById('remove-checkboxes').addEventListener('click', () => {
|
||||
|
||||
// Update copyright year
|
||||
const currentYear = new Date().getFullYear();
|
||||
document.getElementById('copyright').innerHTML = '© ' + currentYear + ' @qcrao';
|
||||
document.getElementById('copyright').innerHTML =
|
||||
'© ' + currentYear + ' <a href="https://github.com/qcrao" target="_blank">@qcrao</a>';
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user