mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 18:32:30 +01:00
Add URL as tooltip
This commit is contained in:
parent
6dfdac6719
commit
1fcc3c6ddc
@ -37,6 +37,8 @@ const frameURLElem = document.getElementById('frameURL');
|
||||
frameURLElem.children[0].textContent = frameURL;
|
||||
frameURLElem.children[1].href = frameURL;
|
||||
|
||||
document.body.setAttribute('title', frameURL);
|
||||
|
||||
const onWindowResize = function() {
|
||||
document.body.style.width = `${self.innerWidth}px`;
|
||||
document.body.style.height = `${self.innerHeight}px`;
|
||||
|
Loading…
Reference in New Issue
Block a user