• So far about E-MAIL from UE it's silencio.

    If the, there's none.

    No answers.

    I'M SURE THAT POLICE WILL FIND SOMONE WITH THE WEED FASTER AND PUT INTO JAIL SOMWHERE IN THE WORLD THEN UE WILL FIND THIS WEBSITE, OPEN THE E-MAIL AND READ MY M A I L.

    I wrote to the UE, if there was the hostages to SWAP or other e-mail there would be no answer about just in my case.

    #UE
    So far about E-MAIL from UE it's silencio. If the, there's none. No answers. I'M SURE THAT POLICE WILL FIND SOMONE WITH THE WEED FASTER AND PUT INTO JAIL SOMWHERE IN THE WORLD THEN UE WILL FIND THIS WEBSITE, OPEN THE E-MAIL AND READ MY M A I L. I wrote to the UE, if there was the hostages to SWAP or other e-mail there would be no answer about just in my case. #UE
    Yay
    1
    0 Kommentarer 0 Deler 6K Visninger 0 Anmeldelser
  • My Revolut Card Reader for CYBREX.PL

    Hardware and Software.

    #Revolut #Card #Reader #CYBREX.PL

    My Revolut Card Reader for CYBREX.PL Hardware and Software. #Revolut #Card #Reader #CYBREX.PL
    Yay
    1
    0 Kommentarer 0 Deler 9K Visninger 0 Anmeldelser
  • As you know UE is the victim of mass IMMIGRATION from Africa and Asia.

    Let them find the Country they come from when stays over here.

    #Europa
    As you know UE is the victim of mass IMMIGRATION from Africa and Asia. Let them find the Country they come from when stays over here. #Europa
    Yay
    1
    0 Kommentarer 0 Deler 5K Visninger 0 Anmeldelser
  • Use Google Chrome Browser for mobile to have Google Translator and translate whole website to your language.
    Use Google Chrome Browser for mobile to have Google Translator and translate whole website to your language. 🌍
    Yay
    1
    0 Kommentarer 0 Deler 7K Visninger 0 Anmeldelser
  • For vibration I use:

    var elem = document.getElementsByTagName('a');
    for(var i = 0; i < elem.length; i++) {
    elem[i].addEventListener('click', function(){

    navigator.vibrate(100);

    }, false);
    }

    var elem = document.getElementsByTagName('button');
    for(var i = 0; i < elem.length; i++) {
    elem[i].addEventListener('click', function(){

    navigator.vibrate(100);

    }, false);
    }

    var elem = document.getElementsByTagName('i');
    for(var i = 0; i < elem.length; i++) {
    elem[i].addEventListener('click', function(){

    navigator.vibrate(100);

    }, false);
    }

    var elem = document.getElementsByTagName('img');
    for(var i = 0; i < elem.length; i++) {
    elem[i].addEventListener('click', function(){

    navigator.vibrate(100);

    }, false);
    }

    var elem = document.getElementsByTagName('svg');
    for(var i = 0; i < elem.length; i++) {
    elem[i].addEventListener('click', function(){

    navigator.vibrate(100);

    }, false);
    }


    function vibrate() {

    navigator.vibrate(100);
    }


    This is AUTO and MANUAL onclick

    #JavaScript #vibrations #CODE
    For vibration I use: var elem = document.getElementsByTagName('a'); for(var i = 0; i < elem.length; i++) { elem[i].addEventListener('click', function(){ navigator.vibrate(100); }, false); } var elem = document.getElementsByTagName('button'); for(var i = 0; i < elem.length; i++) { elem[i].addEventListener('click', function(){ navigator.vibrate(100); }, false); } var elem = document.getElementsByTagName('i'); for(var i = 0; i < elem.length; i++) { elem[i].addEventListener('click', function(){ navigator.vibrate(100); }, false); } var elem = document.getElementsByTagName('img'); for(var i = 0; i < elem.length; i++) { elem[i].addEventListener('click', function(){ navigator.vibrate(100); }, false); } var elem = document.getElementsByTagName('svg'); for(var i = 0; i < elem.length; i++) { elem[i].addEventListener('click', function(){ navigator.vibrate(100); }, false); } function vibrate() { navigator.vibrate(100); } This is AUTO and MANUAL onclick #JavaScript #vibrations #CODE
    0 Kommentarer 0 Deler 6K Visninger 0 Anmeldelser
  • Than as you can know we can have both vibration and sound for button.

    #multifunc with onclick JavaScript.
    Than as you can know we can have both vibration and sound for button. #multifunc with onclick JavaScript.
    Haha
    1
    0 Kommentarer 0 Deler 8K Visninger 0 Anmeldelser
  • For sound when something is pressed:

    <script>
    function backspin(url) {
    var ourAudio = document.createElement('audio'); // Create a audio element using the DOM
    ourAudio.style.display = "none"; // Hide the audio element
    ourAudio.src = "https://cdefgahc.com/wav/front.wav"; // Set resource to our URL
    ourAudio.autoplay = true; // Automatically play sound
    ourAudio.onended = function() {
    this.remove(); // Remove when played.
    };
    document.body.appendChild(ourAudio);
    }
    </script>

    For PHP file and with no<script></script> for CUSTOM JavaScript if you have.

    And I use onclick for that:

    backspin();

    #JavaScript #onclick #sound
    For sound when something is pressed: <script> function backspin(url) { var ourAudio = document.createElement('audio'); // Create a audio element using the DOM ourAudio.style.display = "none"; // Hide the audio element ourAudio.src = "https://cdefgahc.com/wav/front.wav"; // Set resource to our URL ourAudio.autoplay = true; // Automatically play sound ourAudio.onended = function() { this.remove(); // Remove when played. }; document.body.appendChild(ourAudio); } </script> For PHP file and with no<script></script> for CUSTOM JavaScript if you have. And I use onclick for that: backspin(); #JavaScript #onclick #sound
    Yay
    1
    0 Kommentarer 0 Deler 10K Visninger 0 Anmeldelser
  • And if this !important dosen't work and it's like this for real sometimes.

    Then need to input CSS style in HTML tag in way:

    <div class="mydiv" style="attribute: value; attribute: value;">

    And remember to put this ; at the end even for one CSS in HTML style.

    #HTML and #CSS
    And if this !important dosen't work and it's like this for real sometimes. Then need to input CSS style in HTML tag in way: <div class="mydiv" style="attribute: value; attribute: value;"> And remember to put this ; at the end even for one CSS in HTML style. #HTML and #CSS
    Yay
    1
    0 Kommentarer 0 Deler 6K Visninger 0 Anmeldelser
  • About priority in CSS it's

    element {
    example: something !important;

    it's about !important if there is other code for this somwhere and need to be rewrited in CUSTOM CSS or something.

    #CSS
    About priority in CSS it's element { example: something !important; it's about !important if there is other code for this somwhere and need to be rewrited in CUSTOM CSS or something. #CSS
    0 Kommentarer 0 Deler 5K Visninger 0 Anmeldelser
  • Zoom "web" works with:
    body {
    touch-action: auto; }

    And good meta viewport:

    In my case just simple:

    <meta name="viewport" content="width=device-width, initial-scale=1">

    #web #zoom #CODE
    Zoom "web" works with: body { touch-action: auto; } And good meta viewport: In my case just simple: <meta name="viewport" content="width=device-width, initial-scale=1"> #web #zoom #CODE
    0 Kommentarer 0 Deler 5K Visninger 0 Anmeldelser
  • Just be nice to me and send some money by PayPal and Revolut ads cards, same way you would like to keep good bloger posting.

    Just be nice to me and send some money by PayPal and Revolut ads cards, same way you would like to keep good bloger posting.
    Yay
    1
    0 Kommentarer 0 Deler 7K Visninger 0 Anmeldelser
  • New true IMG loader bar and spinner.

    Flush your browser DATA.

    #update

    PS. So far just for NEW theme.
    New true IMG loader bar and spinner. Flush your browser DATA. #update PS. So far just for NEW theme.
    Yay
    1
    0 Kommentarer 0 Deler 9K Visninger 0 Anmeldelser
  • Left swipe menu and button for open top left update.

    FLASH YOUR BROWSER DATA.

    #update
    Left swipe menu and button for open top left update. FLASH YOUR BROWSER DATA. #update
    Yay
    1
    0 Kommentarer 0 Deler 7K Visninger 0 Anmeldelser
  • New Android 15 still adaping color of android navigation bar to background but only for Chrome browser.

    NOT FOR PWA APP.
    New Android 15 still adaping color of android navigation bar to background but only for Chrome browser. NOT FOR PWA APP.
    Yay
    1
    0 Kommentarer 0 Deler 11K Visninger 0 Anmeldelser
  • In new Android 15:

    Android navigation bar color its same.

    Previous Android adapted color to backgroud color.

    Hope they will add posibility to define color of android navigator bar at manifest.json for PWA apps soon.

    Over there its possible to define color of address bar and background of PWA when loading so far.

    #PWA #Google
    In new Android 15: Android navigation bar color its same. Previous Android adapted color to backgroud color. Hope they will add posibility to define color of android navigator bar at manifest.json for PWA apps soon. Over there its possible to define color of address bar and background of PWA when loading so far. #PWA #Google
    0 Kommentarer 0 Deler 10K Visninger 0 Anmeldelser
  • Today been update.

    ANDROID 15.

    Some software might be useless.
    Today been update. ANDROID 15. Some software might be useless.
    0 Kommentarer 0 Deler 8K Visninger 0 Anmeldelser

  • Conor McGregor let's roll here with your MIGA and MEGA over here.
    Conor McGregor let's roll here with your MIGA and MEGA over here.
    Yay
    1
    0 Kommentarer 0 Deler 3K Visninger 0 Anmeldelser
  • POLAND.
    POLAND.
    0 Kommentarer 0 Deler 1K Visninger 0 Anmeldelser
  • Remember to choose Country, current city and hometown.

    And click SAVE than next.

    You need to SAVE.
    Remember to choose Country, current city and hometown. And click SAVE than next. You need to SAVE.
    Yay
    2
    0 Kommentarer 0 Deler 6K Visninger 0 Anmeldelser
  • Backgrounds done for pages, groups and events.
    Backgrounds done for pages, groups and events.
    Pride
    1
    0 Kommentarer 0 Deler 3K Visninger 0 Anmeldelser
  • Now countries works at INFO for profiles, groups, pages and events.
    Now countries works at INFO for profiles, groups, pages and events.
    0 Kommentarer 0 Deler 5K Visninger 0 Anmeldelser
  • https://www.youtube.com/watch?v=NRWUoDpo2fo

    alt-J - Left Hand Free (Official Video)
    https://www.youtube.com/watch?v=NRWUoDpo2fo alt-J - Left Hand Free (Official Video)
    Haha
    Yay
    3
    1 Kommentarer 0 Deler 7K Visninger 0 Anmeldelser
  • €20 - €100 / Time
    Sted
    Anywhere
    Type:
    Frivillig
    Status:
    Åpne
    Test job.

    Just try my affiletes 50% and invite to CDEFGAHC.COM

    Anywhere you live!
    Test job. Just try my affiletes 50% and invite to CDEFGAHC.COM Anywhere you live!
    Haha
    1
    0 Kommentarer 0 Deler 6K Visninger 0 Anmeldelser
  • #Astrobot

    All is in your hands.
    #Astrobot All is in your hands.
    Haha
    1
    0 Kommentarer 0 Deler 3K Visninger 0 Anmeldelser
Flere resultater