mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 02:12:36 +01:00
Shorten URL
This commit is contained in:
parent
3e55ffff13
commit
bc60e6c4a2
@ -26,7 +26,7 @@ function createFrame() {
|
|||||||
container.firstElementChild.remove();
|
container.firstElementChild.remove();
|
||||||
}
|
}
|
||||||
const iframe = document.createElement('iframe');
|
const iframe = document.createElement('iframe');
|
||||||
iframe.src = 'plagiomnium_affine_laminazellen.jpeg?_=' + randomStr(10000);
|
iframe.src = 'plagiomnium_affine_laminazellen.jpeg?_=' + randomStr(8000);
|
||||||
container.appendChild(iframe);
|
container.appendChild(iframe);
|
||||||
setTimeout(( ) => {
|
setTimeout(( ) => {
|
||||||
createFrame();
|
createFrame();
|
||||||
|
Loading…
Reference in New Issue
Block a user