1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49:12 +02:00

Shorten URL

This commit is contained in:
Raymond Hill 2020-07-17 20:27:17 -04:00
parent 3e55ffff13
commit bc60e6c4a2
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -26,7 +26,7 @@ function createFrame() {
container.firstElementChild.remove();
}
const iframe = document.createElement('iframe');
iframe.src = 'plagiomnium_affine_laminazellen.jpeg?_=' + randomStr(10000);
iframe.src = 'plagiomnium_affine_laminazellen.jpeg?_=' + randomStr(8000);
container.appendChild(iframe);
setTimeout(( ) => {
createFrame();