• 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 Reacties 0 aandelen 6K Views 0 voorbeeld
  • 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 Reacties 0 aandelen 9K Views 0 voorbeeld
  • 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 Reacties 0 aandelen 5K Views 0 voorbeeld
  • 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 Reacties 0 aandelen 7K Views 0 voorbeeld
  • 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 Reacties 0 aandelen 6K Views 0 voorbeeld
  • 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 Reacties 0 aandelen 8K Views 0 voorbeeld
  • 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 Reacties 0 aandelen 10K Views 0 voorbeeld
  • 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 Reacties 0 aandelen 6K Views 0 voorbeeld
  • 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 Reacties 0 aandelen 5K Views 0 voorbeeld
  • 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 Reacties 0 aandelen 5K Views 0 voorbeeld
  • 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 Reacties 0 aandelen 7K Views 0 voorbeeld
  • 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 Reacties 0 aandelen 9K Views 0 voorbeeld
  • 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 Reacties 0 aandelen 7K Views 0 voorbeeld
  • 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 Reacties 0 aandelen 11K Views 0 voorbeeld
  • 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 Reacties 0 aandelen 10K Views 0 voorbeeld
  • Today been update.

    ANDROID 15.

    Some software might be useless.
    Today been update. ANDROID 15. Some software might be useless.
    0 Reacties 0 aandelen 8K Views 0 voorbeeld

  • 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 Reacties 0 aandelen 3K Views 0 voorbeeld
  • POLAND.
    POLAND.
    0 Reacties 0 aandelen 1K Views 0 voorbeeld
  • 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 Reacties 0 aandelen 6K Views 0 voorbeeld
  • Backgrounds done for pages, groups and events.
    Backgrounds done for pages, groups and events.
    Pride
    1
    0 Reacties 0 aandelen 3K Views 0 voorbeeld
  • Now countries works at INFO for profiles, groups, pages and events.
    Now countries works at INFO for profiles, groups, pages and events.
    0 Reacties 0 aandelen 5K Views 0 voorbeeld
  • 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 Reacties 0 aandelen 7K Views 0 voorbeeld
  • €20 - €100 / Hour
    Locatie
    Anywhere
    Type
    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 Reacties 0 aandelen 6K Views 0 voorbeeld
  • #Astrobot

    All is in your hands.
    #Astrobot All is in your hands.
    Haha
    1
    0 Reacties 0 aandelen 3K Views 0 voorbeeld
Zoekresultaten