• 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 Comentários 0 Compartilhamentos 6KB Visualizações 0 Anterior
  • 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 Comentários 0 Compartilhamentos 9KB Visualizações 0 Anterior
  • 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 Comentários 0 Compartilhamentos 5KB Visualizações 0 Anterior
  • 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 Comentários 0 Compartilhamentos 7KB Visualizações 0 Anterior
  • 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 Comentários 0 Compartilhamentos 6KB Visualizações 0 Anterior
  • 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 Comentários 0 Compartilhamentos 8KB Visualizações 0 Anterior
  • 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 Comentários 0 Compartilhamentos 10KB Visualizações 0 Anterior
  • 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 Comentários 0 Compartilhamentos 6KB Visualizações 0 Anterior
  • 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 Comentários 0 Compartilhamentos 5KB Visualizações 0 Anterior
  • 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 Comentários 0 Compartilhamentos 5KB Visualizações 0 Anterior
  • 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 Comentários 0 Compartilhamentos 7KB Visualizações 0 Anterior
  • 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 Comentários 0 Compartilhamentos 9KB Visualizações 0 Anterior
  • 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 Comentários 0 Compartilhamentos 7KB Visualizações 0 Anterior
  • 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 Comentários 0 Compartilhamentos 11KB Visualizações 0 Anterior
  • 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 Comentários 0 Compartilhamentos 10KB Visualizações 0 Anterior
  • Today been update.

    ANDROID 15.

    Some software might be useless.
    Today been update. ANDROID 15. Some software might be useless.
    0 Comentários 0 Compartilhamentos 8KB Visualizações 0 Anterior

  • 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 Comentários 0 Compartilhamentos 3KB Visualizações 0 Anterior
  • POLAND.
    POLAND.
    0 Comentários 0 Compartilhamentos 1KB Visualizações 0 Anterior
  • 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 Comentários 0 Compartilhamentos 6KB Visualizações 0 Anterior
  • Backgrounds done for pages, groups and events.
    Backgrounds done for pages, groups and events.
    Pride
    1
    0 Comentários 0 Compartilhamentos 3KB Visualizações 0 Anterior
  • Now countries works at INFO for profiles, groups, pages and events.
    Now countries works at INFO for profiles, groups, pages and events.
    0 Comentários 0 Compartilhamentos 5KB Visualizações 0 Anterior
  • 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 Comentários 0 Compartilhamentos 7KB Visualizações 0 Anterior
  • €20 - €100 / Hour
    Localização
    Anywhere
    Tipo
    Volunteer
    Status
    Open
    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 Comentários 0 Compartilhamentos 6KB Visualizações 0 Anterior
  • #Astrobot

    All is in your hands.
    #Astrobot All is in your hands.
    Haha
    1
    0 Comentários 0 Compartilhamentos 3KB Visualizações 0 Anterior
Páginas impulsionada