Home
Căutare
Menu
Upgrade to Pro
Wallet: €0.00
Keyboard Shortcuts
Theme Switcher
Night Mode
CDEFGAHC.COM CDEFGAHC.COM
Rezultatele cautarii
Vedeti tot
  • Conecteaza-te
    Conecteaza-te
    Căutare
    Theme Switcher
    Night Mode
    pachete
    FAQ

Căutare

Descoperă oameni noi, creează noi conexiuni și faceti-va noi prieteni

  • News Feed
  • EXPLORE
  • Pagini
  • Grupuri
  • Events
  • Blogs
  • Funding
  • Offers
  • Jobs
  • Courses
  • Movies
  • Jocuri
  • Developers
  • About
  • Postari
  • Blogs
  • Utilizatori
  • Pagini
  • Grupuri
  • Events
  • Maciej Soroczyński
    2025-12-12 23:08:04 -
    Till deadline I've done what I've don about website to work like it works.

    Now there is new energy.
    Till deadline I've done what I've don about website to work like it works. Now there is new energy.
    4K Views
    Vă rugăm să vă autentificați pentru a vă dori, partaja și comenta!
  • Yuoiea.pl
    2025-07-28 18:32:46 -
    This is my new page at CDEFGAHC.COM

    Yuoiea.pl it's Polish video website by Maciej Soroczyński.

    #yuoiea.pl
    This is my new page at CDEFGAHC.COM Yuoiea.pl it's Polish video website by Maciej Soroczyński. #yuoiea.pl
    60K Views
    Vă rugăm să vă autentificați pentru a vă dori, partaja și comenta!
  • Maciej Soroczyński
    2025-07-12 08:07:14 -
    I just bought new laptop with bigger screen res, so I spot some things to be fix about website. Will do it one day.

    #OK.
    I just bought new laptop with bigger screen res, so I spot some things to be fix about website. Will do it one day. #OK.
    26K Views
    Vă rugăm să vă autentificați pentru a vă dori, partaja și comenta!
  • Maciej Soroczyński
    2025-05-04 19:53:39 -
    Everything is going in good direction. The WEB know about me. Belive me that is just matter of time to see the rainbow.
    Everything is going in good direction. The WEB know about me. Belive me that is just matter of time to see the rainbow.
    25K Views
    Vă rugăm să vă autentificați pentru a vă dori, partaja și comenta!
  • Maciej Soroczyński
    2025-05-03 11:07:35 -
    About quick action button.

    Text 2 speech doesn't work for this website proply.

    #Google
    About quick action button. Text 2 speech doesn't work for this website proply. #Google
    19K Views
    Vă rugăm să vă autentificați pentru a vă dori, partaja și comenta!
  • Maciej Soroczyński
    a adăugat o fotografie
    2025-05-03 10:55:11 -
    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. 🌍
    34K Views
    Vă rugăm să vă autentificați pentru a vă dori, partaja și comenta!
  • Maciej Soroczyński
    2025-05-01 17:32:58 -
    CSS CODE for Google Chrome Browser to avoid AUTO HIDE:

    #CSS #Google #Chrome #switch #off #autohide #address #bar

    ::-webkit-scrollbar {
    width: 1px;
    }
    ::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 1px solid transparent;
    background-clip: content-box;
    }
    ::-webkit-scrollbar-thumb:hover {
    background-color: #bdbdbd;
    }

    html,
    body {
    height: 100%;
    margin: 0;
    }
    html {
    overflow: hidden;
    }
    body {
    overflow-y: auto;
    }
    CSS CODE for Google Chrome Browser to avoid AUTO HIDE: #CSS #Google #Chrome #switch #off #autohide #address #bar ::-webkit-scrollbar { width: 1px; } ::-webkit-scrollbar-thumb { background-color: #d6dee1; border-radius: 20px; border: 1px solid transparent; background-clip: content-box; } ::-webkit-scrollbar-thumb:hover { background-color: #bdbdbd; } html, body { height: 100%; margin: 0; } html { overflow: hidden; } body { overflow-y: auto; }
    57K Views
    Vă rugăm să vă autentificați pentru a vă dori, partaja și comenta!
  • Maciej Soroczyński
    2025-04-30 17:42:08 -
    About thing what will be on TOP at website it's CSS:

    element {
    z-index: value;
    }

    value = number

    This is super!

    #CSS
    About thing what will be on TOP at website it's CSS: element { z-index: value; } value = number This is super! #CSS
    20K Views
    Vă rugăm să vă autentificați pentru a vă dori, partaja și comenta!
  • Maciej Soroczyński
    2025-04-30 16:55:03 -
    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
    20K Views
    Vă rugăm să vă autentificați pentru a vă dori, partaja și comenta!
  • Maciej Soroczyński
    2025-01-21 15:04:47 -
    Yetti has SYSTEM badge with means that when someone contact to it, then contact to someone from the website.

    #YETTI #π
    [Yetti] has SYSTEM badge with means that when someone contact to it, then contact to someone from the website. #YETTI #π
    25K Views
    Vă rugăm să vă autentificați pentru a vă dori, partaja și comenta!
  • Maciej Soroczyński
    added 5 fotografii
    2025-01-10 19:04:26 -
    World wide web come from CERN. #GENEWA

    #WWW
    World wide web come from CERN. #GENEWA #WWW
    +1
    22K Views
    Vă rugăm să vă autentificați pentru a vă dori, partaja și comenta!
  • Maciej Soroczyński
    2024-12-23 12:45:42 -
    Vibrations for toogle music and all links and onclick maual func around the website.

    function vibrate() {

    navigator.vibrate(100);
    }



    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);
    }
    Vibrations for toogle music and all links and onclick maual func around the website. function vibrate() { navigator.vibrate(100); } 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); }
    28K Views
    Vă rugăm să vă autentificați pentru a vă dori, partaja și comenta!
  • Maciej Soroczyński
    2024-12-22 21:36:00 -
    Example style for button:

    <style>
    .checkbox-wrapper-8 .tgl {
    display: none;
    }
    .checkbox-wrapper-8 .tgl,
    .checkbox-wrapper-8 .tgl:after,
    .checkbox-wrapper-8 .tgl:before,
    .checkbox-wrapper-8 .tgl *,
    .checkbox-wrapper-8 .tgl *:after,
    .checkbox-wrapper-8 .tgl *:before,
    .checkbox-wrapper-8 .tgl + .tgl-btn {
    box-sizing: border-box;
    }
    .checkbox-wrapper-8 .tgl::-moz-selection,
    .checkbox-wrapper-8 .tgl:after::-moz-selection,
    .checkbox-wrapper-8 .tgl:before::-moz-selection,
    .checkbox-wrapper-8 .tgl *::-moz-selection,
    .checkbox-wrapper-8 .tgl *:after::-moz-selection,
    .checkbox-wrapper-8 .tgl *:before::-moz-selection,
    .checkbox-wrapper-8 .tgl + .tgl-btn::-moz-selection,
    .checkbox-wrapper-8 .tgl::selection,
    .checkbox-wrapper-8 .tgl:after::selection,
    .checkbox-wrapper-8 .tgl:before::selection,
    .checkbox-wrapper-8 .tgl *::selection,
    .checkbox-wrapper-8 .tgl *:after::selection,
    .checkbox-wrapper-8 .tgl *:before::selection,
    .checkbox-wrapper-8 .tgl + .tgl-btn::selection {
    background: none;
    }
    .checkbox-wrapper-8 .tgl + .tgl-btn {
    outline: 0;
    display: block;
    width: 4em;
    height: 2em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }
    .checkbox-wrapper-8 .tgl + .tgl-btn:after,
    .checkbox-wrapper-8 .tgl + .tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    }
    .checkbox-wrapper-8 .tgl + .tgl-btn:after {
    left: 0;
    }
    .checkbox-wrapper-8 .tgl + .tgl-btn:before {
    display: none;
    }
    .checkbox-wrapper-8 .tgl:checked + .tgl-btn:after {
    left: 50%;
    }

    .checkbox-wrapper-8 .tgl-skewed + .tgl-btn {
    overflow: hidden;
    transform: skew(-10deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.2s ease;
    font-family: sans-serif;
    background: #888;
    }
    .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:after,
    .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:before {
    transform: skew(10deg);
    display: inline-block;
    transition: all 0.2s ease;
    width: 100%;
    text-align: center;
    position: absolute;
    line-height: 2em;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    }
    .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:after {
    left: 100%;
    content: attr(data-tg-on);
    }
    .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:before {
    left: 0;
    content: attr(data-tg-off);
    }
    .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:active {
    background: #888;
    }
    .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:active:before {
    left: -10%;
    }
    .checkbox-wrapper-8 .tgl-skewed:checked + .tgl-btn {
    background: #86d993;
    }
    .checkbox-wrapper-8 .tgl-skewed:checked + .tgl-btn:before {
    left: -100%;
    }
    .checkbox-wrapper-8 .tgl-skewed:checked + .tgl-btn:after {
    left: 0;
    }
    .checkbox-wrapper-8 .tgl-skewed:checked + .tgl-btn:active:after {
    left: 10%;
    }
    </style>
    Example style for button: <style> .checkbox-wrapper-8 .tgl { display: none; } .checkbox-wrapper-8 .tgl, .checkbox-wrapper-8 .tgl:after, .checkbox-wrapper-8 .tgl:before, .checkbox-wrapper-8 .tgl *, .checkbox-wrapper-8 .tgl *:after, .checkbox-wrapper-8 .tgl *:before, .checkbox-wrapper-8 .tgl + .tgl-btn { box-sizing: border-box; } .checkbox-wrapper-8 .tgl::-moz-selection, .checkbox-wrapper-8 .tgl:after::-moz-selection, .checkbox-wrapper-8 .tgl:before::-moz-selection, .checkbox-wrapper-8 .tgl *::-moz-selection, .checkbox-wrapper-8 .tgl *:after::-moz-selection, .checkbox-wrapper-8 .tgl *:before::-moz-selection, .checkbox-wrapper-8 .tgl + .tgl-btn::-moz-selection, .checkbox-wrapper-8 .tgl::selection, .checkbox-wrapper-8 .tgl:after::selection, .checkbox-wrapper-8 .tgl:before::selection, .checkbox-wrapper-8 .tgl *::selection, .checkbox-wrapper-8 .tgl *:after::selection, .checkbox-wrapper-8 .tgl *:before::selection, .checkbox-wrapper-8 .tgl + .tgl-btn::selection { background: none; } .checkbox-wrapper-8 .tgl + .tgl-btn { outline: 0; display: block; width: 4em; height: 2em; position: relative; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .checkbox-wrapper-8 .tgl + .tgl-btn:after, .checkbox-wrapper-8 .tgl + .tgl-btn:before { position: relative; display: block; content: ""; width: 50%; height: 100%; } .checkbox-wrapper-8 .tgl + .tgl-btn:after { left: 0; } .checkbox-wrapper-8 .tgl + .tgl-btn:before { display: none; } .checkbox-wrapper-8 .tgl:checked + .tgl-btn:after { left: 50%; } .checkbox-wrapper-8 .tgl-skewed + .tgl-btn { overflow: hidden; transform: skew(-10deg); -webkit-backface-visibility: hidden; backface-visibility: hidden; transition: all 0.2s ease; font-family: sans-serif; background: #888; } .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:after, .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:before { transform: skew(10deg); display: inline-block; transition: all 0.2s ease; width: 100%; text-align: center; position: absolute; line-height: 2em; font-weight: bold; color: #fff; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4); } .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:after { left: 100%; content: attr(data-tg-on); } .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:before { left: 0; content: attr(data-tg-off); } .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:active { background: #888; } .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:active:before { left: -10%; } .checkbox-wrapper-8 .tgl-skewed:checked + .tgl-btn { background: #86d993; } .checkbox-wrapper-8 .tgl-skewed:checked + .tgl-btn:before { left: -100%; } .checkbox-wrapper-8 .tgl-skewed:checked + .tgl-btn:after { left: 0; } .checkbox-wrapper-8 .tgl-skewed:checked + .tgl-btn:active:after { left: 10%; } </style>
    38K Views
    Vă rugăm să vă autentificați pentru a vă dori, partaja și comenta!
  • Maciej Soroczyński
    2024-12-17 20:09:43 -
    This open public news it's revolution, only some of social media website has it.

    Like Reddit and CDEFGAHC.COM

    And now BLUESKY.APP
    This open public news it's revolution, only some of social media website has it. Like Reddit and CDEFGAHC.COM And now BLUESKY.APP
    34K Views
    Vă rugăm să vă autentificați pentru a vă dori, partaja și comenta!
  • Maciej Soroczyński
    2024-12-12 20:44:06 -
    They reset it by CHACHE plugin at WORPRESS for you all to apply changes about the website about some parts, funcions of website.
    They reset it by CHACHE plugin at WORPRESS for you all to apply changes about the website about some parts, funcions of website.
    17K Views
    Vă rugăm să vă autentificați pentru a vă dori, partaja și comenta!
  • Maciej Soroczyński
    2024-12-12 20:38:15 -
    DUCKDUCKGO it's about. For WEBMASTERS to make changes just before reset your own CACHE at browser about changes in WordPress's around the World. For many pleaces and changes like plugins and menu for example.

    #CACHE
    DUCKDUCKGO it's about. For WEBMASTERS to make changes just before reset your own CACHE at browser about changes in WordPress's around the World. For many pleaces and changes like plugins and menu for example. #CACHE
    30K Views
    Vă rugăm să vă autentificați pentru a vă dori, partaja și comenta!
  • Maciej Soroczyński
    2024-12-10 19:47:56 -
    CSS code for your own cursor from url:

    * {
    cursor: url("https://example.com/img/cursor.cur"), auto !important;
    }

    #css #your #own #cursor #for #website #www #CODE
    CSS code for your own cursor from url: * { cursor: url("https://example.com/img/cursor.cur"), auto !important; } #css #your #own #cursor #for #website #www #CODE
    33K Views
    Vă rugăm să vă autentificați pentru a vă dori, partaja și comenta!
  • Maciej Soroczyński
    A distribuit un link
    2024-12-07 22:35:03 -
    WWW VIBRATION FOR ALL LINKS.

    This is IIIETA.COM GitHub.

    https://github.com/IIIETA/wwwvibrationforlinks/

    #IIIETA.COM #GitHub #vibration #vibrations #links #for #website #www
    WWW VIBRATION FOR ALL LINKS. This is IIIETA.COM GitHub. https://github.com/IIIETA/wwwvibrationforlinks/ #IIIETA.COM #GitHub #vibration #vibrations #links #for #website #www
    GITHUB.COM
    GitHub - IIIETA/wwwvibrationforlinks: WWW vibrations for all links in JavaScript
    WWW vibrations for all links in JavaScript. Contribute to IIIETA/wwwvibrationforlinks development by creating an account on GitHub.
    29K Views
    Vă rugăm să vă autentificați pentru a vă dori, partaja și comenta!
  • CDEFGAHC.COM
    2024-10-15 16:17:25 -
    https://www.tiktok.com/@niaruko_chan/video/7424833780948487456?is_from_webapp=1&sender_device=pc&web_id=7401613784727488032
    https://www.tiktok.com/@niaruko_chan/video/7424833780948487456?is_from_webapp=1&sender_device=pc&web_id=7401613784727488032
    @niaruko_chan

    #rzeszów #cow #krówka #krowa #🐮 #cutecow #moo #hazbinhotel

    ♬ sonido original - ✪彡𝙎𝙊𝙍𝙀𝙂𝙊𝙀𝙏𝙄𝘼ー★
    13K Views
    Vă rugăm să vă autentificați pentru a vă dori, partaja și comenta!
  • Mark Griffin A distribuit un link
    2024-08-29 19:10:47 -
    https://club.sabaylok.com/blogs/9475/The-Cost-of-DIY-Web-Design-vs-Hiring-a-Professional
    https://club.sabaylok.com/blogs/9475/The-Cost-of-DIY-Web-Design-vs-Hiring-a-Professional
    CLUB.SABAYLOK.COM
    The Cost of DIY Web Design vs. Hiring a Professional: What You Need...
    Creating a website is a critical step for any business looking to establish an online presence. However, when it comes to web design, many business owners face a key decision: Should they take on the challenge themselves (DIY) or hire a professional? Both options come with their own set of costs,...
    12K Views
    Vă rugăm să vă autentificați pentru a vă dori, partaja și comenta!
Sponsor
Today SPONSOR is Mr. Maciej Soroczyński.
Trending
© 2026 CDEFGAHC.COM Romaian
Czech Swedish Chinese Japan Finnish Norwegian Ukrainian Polish English Arabic French Spanish Portuguese Deutsch Turkish Dutch Italiano Russian Romaian Portuguese (Brazil) Greek
  • Links
  • About
  • Termeni
  • Confidențialitate
  • Contacteaza-ne
  • Director
  • News Feed
  • EXPLORE
  • Pagini
  • Grupuri
  • Events
  • Blogs
  • Funding
  • Offers
  • Jobs
  • Courses
  • Movies
  • Jocuri
  • Developers
  • About