mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Add URL as tooltip
This commit is contained in:
parent
6dfdac6719
commit
1fcc3c6ddc
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue