mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-21 18:08:46 -04:00
Update github links, bump version
This commit is contained in:
4
popup.js
4
popup.js
@@ -4,10 +4,10 @@ document.addEventListener('DOMContentLoaded', function () {
|
||||
});
|
||||
|
||||
document.querySelector('#about').addEventListener('click', function() {
|
||||
window.open("https://github.com/igrigorik/videospeed");
|
||||
window.open("https://github.com/codebicycle/videospeed");
|
||||
});
|
||||
|
||||
document.querySelector('#feedback').addEventListener('click', function() {
|
||||
window.open("https://github.com/igrigorik/videospeed/issues");
|
||||
window.open("https://github.com/codebicycle/videospeed/issues");
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user