• 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 Commentaires 0 Parts 6KB Vue 0 Aperçu
  • 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 Commentaires 0 Parts 9KB Vue 0 Aperçu
  • 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 Commentaires 0 Parts 5KB Vue 0 Aperçu
  • 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 Commentaires 0 Parts 7KB Vue 0 Aperçu
  • 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 Commentaires 0 Parts 6KB Vue 0 Aperçu
  • 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 Commentaires 0 Parts 8KB Vue 0 Aperçu
  • 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 Commentaires 0 Parts 10KB Vue 0 Aperçu
  • 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 Commentaires 0 Parts 6KB Vue 0 Aperçu
  • 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 Commentaires 0 Parts 5KB Vue 0 Aperçu
  • 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 Commentaires 0 Parts 5KB Vue 0 Aperçu
  • 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 Commentaires 0 Parts 7KB Vue 0 Aperçu
  • 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 Commentaires 0 Parts 9KB Vue 0 Aperçu
  • 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 Commentaires 0 Parts 7KB Vue 0 Aperçu
  • 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 Commentaires 0 Parts 11KB Vue 0 Aperçu
  • 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 Commentaires 0 Parts 10KB Vue 0 Aperçu
  • Today been update.

    ANDROID 15.

    Some software might be useless.
    Today been update. ANDROID 15. Some software might be useless.
    0 Commentaires 0 Parts 8KB Vue 0 Aperçu

  • 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 Commentaires 0 Parts 3KB Vue 0 Aperçu
  • POLAND.
    POLAND.
    0 Commentaires 0 Parts 1KB Vue 0 Aperçu
  • 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 Commentaires 0 Parts 6KB Vue 0 Aperçu
  • Backgrounds done for pages, groups and events.
    Backgrounds done for pages, groups and events.
    Pride
    1
    0 Commentaires 0 Parts 3KB Vue 0 Aperçu
  • Now countries works at INFO for profiles, groups, pages and events.
    Now countries works at INFO for profiles, groups, pages and events.
    0 Commentaires 0 Parts 5KB Vue 0 Aperçu
  • 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 Commentaires 0 Parts 7KB Vue 0 Aperçu
  • €20 - €100 / Heure
    Localisation
    Anywhere
    Type
    Volontaire
    Statut
    Ouvert
    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 Commentaires 0 Parts 6KB Vue 0 Aperçu
  • #Astrobot

    All is in your hands.
    #Astrobot All is in your hands.
    Haha
    1
    0 Commentaires 0 Parts 3KB Vue 0 Aperçu
Plus de résultats