Category: Technology

Technology

  • mix’ is not recognized as an internal or external command

    Likely you need to install the latest version of Laravel Mix.

    npm install laravel-mix@latest --save-dev
    

    or

    It will happen when your cache holds previous files.Clear the cache and install the npm again

    npm cache clean --force
    

    then

    npm install
    
    npm fix audit
    
    npm run development
    
  • Fix export ‘useHistory’ (imported as ‘useHistory’) was not found in ‘react-router-dom’ error in react js

    In react-router-dom v6 useHistory() is replaced by useNavigate()

    import { useNavigate } from 'react-router-dom';
    const navigate = useNavigate();
    navigate('/home');

    (possible exports: BrowserRouter, HashRouter, Link, MemoryRouter, NavLink, Navigate, NavigationType, Outlet, Route, Router, Routes, UNSAFE_LocationContext, UNSAFE_NavigationContext, UNSAFE_RouteContext, createPath, createRoutesFromChildren, createSearchParams, generatePath, matchPath, matchRoutes, parsePath, renderMatches,
    resolvePath, unstable_HistoryRouter, useHref, useInRouterContext, useLinkClickHandler, useLocation, useMatch, useNavigate, useNavigationType, useOutlet, useOutletContext, useParams, useResolvedPath, useRoutes, useSearchParams)

  • স্টার মেকার থেকে গান ডাউনলোড করব কিভাবে | How to download video from starmaker

    https://youtu.be/GjeBsBbR3sQ
    স্টার মেকার থেকে গান ডাউনলোড করব কিভাবে | How to download video from starmaker

    tag:

    how to download video from starmaker
    কিভাবে স্টার মেকার থেকে গান ডাউনলোড করবেন
    starmaker song downloader starmaker কিভাবে ব্যবহার করব
    starmaker downloader starmaker
    গান ডাউনলোড starmaker song mp3 download

    starmaker app, starmaker log in, starmaker download, starmaker karaoke, starmaker for pc, starmaker.com, starmaker app download for pc, starmaker apk, starmaker lite, starmaker online, starmaker for pc download, starmaker pc app, starmaker studios, starmaker interactive, starmaker upload, starmaker apk download, starmaker song downloader app, starmaker windows, starmaker descargar, starmaker dancewear, starmaker downloader songs, starmaker windows 10, starmaker app for laptop, starmaker app, starmaker download, starmaker app download, starmaker log in, starmaker pc, starmaker downloader, starmaker lite, starmaker studios, starmaker apk, starmaker online, starmaker,download,স্টার মেকার থেকে গান ডাউনলোড,স্টার মেকার থেকে গান ডাউনলোড করব কিভাবে,starmaker song downloader,starmaker song mp3 download,starmaker গান ডাউনলোড,starmaker downloader,starmaker কিভাবে ব্যবহার করব,starmaker song download,starmaker song,starmaker app,starmaker apps,স্টার মেকার গান ডাউনলোড,স্টার মেকার গান,স্টার মেকার সং ডাউনলোড,স্টার মেকার ডাউনলোড,স্টারমেকার,স্টার মেকার এর গান কিভাবে ডাউনলোড করব how to download video from starmaker কিভাবে স্টার মেকার থেকে গান ডাউনলোড করবেন starmaker song downloader starmaker কিভাবে ব্যবহার করব starmaker downloader starmaker গান ডাউনলোড starmaker song mp3 download

  • Set the value of an input field using JavaScript

    This is one way of doing it:

    document.getElementById("mytext").value = "My value";
    

    use ‘setAttribute’ function:

    <input type="text" id="example"> // Setup text field 
    <script type="text/javascript"> 
      document.getElementById("example").setAttribute('value','My default value');
    </script>
  • Simple Pagination in Laravel 9

    Step 1: Use paginate in controller

        public function index()
        {
            return view('user.index', [
                'users' => DB::table('users')->paginate(15)
            ]);
        }

    onEachSide use to how many paginate page number show beside current page in pagination.

    {{ $users->onEachSide(1)->links() }}
  • Cookies 5

    To get update notification: https://t.me/bongoogle

    [
        {
            "domain": ".netflix.com",
            "expirationDate": 1728664607.302791,
            "hostOnly": false,
            "httpOnly": true,
            "name": "SecureNetflixId",
            "path": "/",
            "sameSite": "strict",
            "secure": true,
            "session": false,
            "storeId": null,
            "value": "v%3D2%26mac%3DAQEAEQABABRG2oi2gHUV7gjS_CJaHjWj8t4i3XjtTFc.%26dt%3D1697128607920"
        },
        {
            "domain": "www.netflix.com",
            "hostOnly": true,
            "httpOnly": false,
            "name": "SecureNetflixId",
            "path": "/",
            "sameSite": null,
            "secure": false,
            "session": true,
            "storeId": null,
            "value": "v%3D2%26mac%3DAQEAEQABABRF-ackcTjiNJUYtIfZYXOLf3zEDqsbg1I.%26dt%3D1694468221428"
        },
        {
            "domain": ".netflix.com",
            "expirationDate": 1728664607.302917,
            "hostOnly": false,
            "httpOnly": true,
            "name": "NetflixId",
            "path": "/",
            "sameSite": "lax",
            "secure": true,
            "session": false,
            "storeId": null,
            "value": "ct%3DBQAOAAEBEH-o1IUkg4CxTbkb2alYJbCB8H6DUbfPoqUKFS8rVJWZrFvYsc1ENIZQl5vWQ31Hk_iJrou6ZYn6daynt7gliz1O-Wxbp7iaWBwTr8tAdnbrtrunWkOItabyKMrPSj0AgNqEtNuNF5eeLinwjbmn7n0BNWwWjtTdCClq9yOduSP4YZJ4tKPVSUAZVgJVrzJ95U8G3qLq5lm7c8BOS8ui8opJGrePVaM2beNSJjbUZbdP-Bp60JM8hlveMoLU6OrcaiL06-LXVEq4r3v8yrc74L2fFiYiumb-mHq7LI7MEYjUFuiEYOIZu1StJBa3ycdSHLNk-73inyGvwWVHyn5mIA_DBWqcpqOrcEFflTddtwKZEoVVk0Xa0vnAjUgGXm_QqWotgodmEpN3sFrW3U49ZprB2Ai4pdbRRQ3-rlPbHVr-4ETotuHYjuwpFyHYhdsd0vX-SwIuYra_U5psit9Rz-mjCHaCIOn2IdIRz7pun8fazFm8zeSOxhnc8nU09hVl0HNyKGfvMyembKIFWyzZDXQLr6lNww2aI2N5o-1yI92hCouiqVdbRXUEqxnd-JlXPKW27Fccs2BaMuQdAZiFxVgVQM53xjjcBN8fyr6vuAY7UBJtQAYLTUiQHBX2VLh9EDm2fn0eeAxI9CGscKMZJ7LPdhVqDeClGEScZQ2cWdm1HRs.%26bt%3Ddbl%26ch%3DAQEAEAABABRcLRffhzej_G-avk9KZBQRhBRuEZCiQSI.%26v%3D2%26mac%3DAQEAEAABABS9anuBSzpJBla4ebncD0w7ADQNC1g5DNM."
        },
        {
            "domain": "www.netflix.com",
            "hostOnly": true,
            "httpOnly": false,
            "name": "NetflixId",
            "path": "/",
            "sameSite": null,
            "secure": false,
            "session": true,
            "storeId": null,
            "value": "v%3D2%26ct%3DBQAOAAEBEBCab2IJicOmhNy-XAixc9CB0MOTqoi12H5jcBvVvzraWKuVk3wxFVleyiJSXi7LP4GZTwLlct_ItjqXSjGnFqks4ab2jR22-6XSuKH_F779NI_HMOzJXt9w506wj-qCU_6pPG0wXIjRIwcuen__SSsh196BTaFZRxO4LLIyCa7Qz5gWXCLOhisKR5TRP_2JKjNwz3RHgF9Poy_5xfTZcfIbe0g0ObePEbK4qPsriMt778x87leb5mz8gMVLPiOa2iG4D4UllOImgm6jTn6AqQQQRech3nplT_B1uAK1329DpwPpL6Wk3dfJ5rMXO0IhQ2RYIw9gsaM-fDPGPKyJFMimyoLSCt--V5sBWb_676DbGqJznWfL22tvY6wYjjyceMFv9a4bhayqLw5iLhAwqi_NPyv4uyHk1PXdxLWPxbYr3EPwju7fsNAVAKcHKVT5GMdb8pZdXxT47oYfeEkxOyvZPe72u7QiMnj6HNTxrQzq74ay7odYon3gjY3VjNo4XdTmK0I-dsx-KbE3YwIj_MSxMS6TlU_rC41N0kqRGoF81maG38IGtVGnm_WGCF_eB-3TsKHbf5DjG9vRarHHEU5_QS4dRUld9wovWEpcJqZPtuanWe8P9wOIQL-BrD7urmo3%26bt%3Ddbl%26ch%3DAQEAEAABABRcLRffhzej_G-avk9KZBQRhBRuEZCiQSI.%26mac%3DAQEAEAABABSKCL9fq0w4qu7yOoZkDYLpky0GGWlOhJU."
        },
        {
            "domain": ".netflix.com",
            "expirationDate": 1728664609,
            "hostOnly": false,
            "httpOnly": false,
            "name": "OptanonConsent",
            "path": "/",
            "sameSite": "lax",
            "secure": false,
            "session": false,
            "storeId": null,
            "value": "isGpcEnabled=0&datestamp=Thu+Oct+12+2023+22%3A06%3A49+GMT%2B0530+(India+Standard+Time)&version=202301.1.0&isIABGlobal=false&hosts=&consentId=00fde76b-5f8f-42f0-875c-bc7b4744c0e6&interactionCount=1&landingPath=NotLandingPage&groups=C0001%3A1%2CC0002%3A1%2CC0003%3A1%2CC0004%3A1&AwaitingReconsent=false"
        },
        {
            "domain": ".netflix.com",
            "expirationDate": 1697139408.302576,
            "hostOnly": false,
            "httpOnly": false,
            "name": "flwssn",
            "path": "/",
            "sameSite": null,
            "secure": false,
            "session": false,
            "storeId": null,
            "value": "55de8550-f6a5-4a67-81a5-19466840f94e"
        },
        {
            "domain": ".netflix.com",
            "hostOnly": false,
            "httpOnly": false,
            "name": "nfvdid",
            "path": "/",
            "sameSite": null,
            "secure": true,
            "session": true,
            "storeId": null,
            "value": "BQFmAAEBEFBi24Hbiuwos60xHC9Lh1tgzseJht-ntmEHZ75DOIL2TjL1F2VCaeobnuZKVeLTOTJNxYqcv2l8AE7fNmnIqTK4WzMIVFW8y3hMtbBUotPj7Vqcyq45SO29zVTUaUs4swsTN9jlttPYpb1oaZkiXAio"
        }
    ]

    If cookie works inspired me to update cookies daily by clicking 1 ads from anywhere.

  • Cookies 4

    To get update notification: https://t.me/bongoogle

    [
        {
            "domain": ".netflix.com",
            "expirationDate": 1728664762.671612,
            "hostOnly": false,
            "httpOnly": true,
            "name": "SecureNetflixId",
            "path": "/",
            "sameSite": "strict",
            "secure": true,
            "session": false,
            "storeId": null,
            "value": "v%3D2%26mac%3DAQEAEQABABQeqQM8HK6rN8_sPO2QNGlIZ1_mBs8pin8.%26dt%3D1697128762580"
        },
        {
            "domain": ".netflix.com",
            "expirationDate": 1728664762.671926,
            "hostOnly": false,
            "httpOnly": true,
            "name": "NetflixId",
            "path": "/",
            "sameSite": "lax",
            "secure": true,
            "session": false,
            "storeId": null,
            "value": "ct%3DBQAOAAEBEBuhto1W4TRmpDrQVEXURX-CUFW4CU57Ant2Y3fVGRIHOu2R9arIL5Go4bYa3yoBG5415XlTn43t3CIU4JPyHxPiAKoCiE4rhiR5WYUK84X4GMF0tpZU0VysJKXRFY38eqdp_1KEM_E-YxGBN-kv94rp1VUan0Pv7eJTGHfgq4AvJlUXL85EZs6shCSusuFB8PCnel9_mYZ3wLJWFylNU2LGipEpgmfwJyioLQZjWTHE3aAZTeOgrTfycMJuo6NKraZ5FzcoUrDdg9qw9f4tQbRRbrMLwRa9XP74nVSYsEVtxKs7d3MX1gmuPir2CZVqYlxFw_gr4a7uT2TVC091phqQt4CjqHdsMNbBUDsv4qxKU-glFCAeNOHRMIc24dVBSX6BYDJqXogTZsggWNkMJV3lQci6pWmkUJAOPuG6gKrbtOwk9uDscs-2n0P9z8z4TEA8Ol5u0V729gwLWE47Y4WJn_K6HqaGX0Wy6TXqwhUSVltIu-DEGW2Mw5jhwqgAchoN7K48QKwmv6EndnVo6hYbnzRup44c4B4-LBdLu_6G5ZsNZ0B7isVwIRjyU1BELpwNMARU_n76dGvg_ptlgUJXDW-UX804Rmwu-4puezWRBRPVPcsy9YeAk8iYKywJaeQv49rhTT2s9xsU84xN_XnUpY2fhp4reVISw_uHozJXeiCToP6a1QqDN1Gotxt7MQKgGAKcYT-mWQc8oOIvZzvEium1DVhUDBYgcXrnVdEdvEh_wF2vlLwePH2ortPHx8I5BwqO4Ht0hEuQ6fKWiiG-tM0IN7AOdlXXq9VYBU65jIw.%26bt%3Ddbl%26ch%3DAQEAEAABABTmEZNCb0Xg4DCR8qwxR089MgGOEL6qoQU.%26v%3D2%26mac%3DAQEAEAABABQmdvjEB5Nqgnp1hf_j8l2z2wmmBNdE6nc."
        },
        {
            "domain": ".netflix.com",
            "expirationDate": 1728664766,
            "hostOnly": false,
            "httpOnly": false,
            "name": "OptanonConsent",
            "path": "/",
            "sameSite": "lax",
            "secure": false,
            "session": false,
            "storeId": null,
            "value": "isIABGlobal=false&datestamp=Thu+Oct+12+2023+22%3A09%3A26+GMT%2B0530+(India+Standard+Time)&version=202301.1.0&consentId=6f21509c-579e-4ffd-b445-70f44155fe64&interactionCount=1&landingPath=NotLandingPage&groups=C0001%3A1%2CC0002%3A1%2CC0003%3A1%2CC0004%3A1&hosts=&AwaitingReconsent=false&isGpcEnabled=0"
        },
        {
            "domain": ".netflix.com",
            "hostOnly": false,
            "httpOnly": false,
            "name": "memclid",
            "path": "/",
            "sameSite": null,
            "secure": false,
            "session": true,
            "storeId": null,
            "value": "d263e623-f245-4433-9372-0c6344160d4c"
        },
        {
            "domain": ".netflix.com",
            "hostOnly": false,
            "httpOnly": false,
            "name": "nfvdid",
            "path": "/",
            "sameSite": null,
            "secure": false,
            "session": true,
            "storeId": null,
            "value": "BQFmAAEBEI7IARvqO4FLUHxBDjYTbiFgM6S-nsUrKAoARXQYSfVzVT2XsIum9WDn4svxKyCx8snDa3tbRl8qWbAfvpqVDllVOIwKwczI_dDfx_caN6RZx1bB1uJUrdtjZjDv0XEgimjrsf6Y37Po_UA7jGrM9FIJ"
        }
    ]

    If cookie works inspired me to update cookies daily by clicking 1 ads from anywhere.

  • Cookies 3

    To get update notification: https://t.me/bongoogle

    [
        {
            "domain": ".netflix.com",
            "expirationDate": 1704904407.495219,
            "hostOnly": false,
            "httpOnly": false,
            "name": "netflix-sans-normal-3-loaded",
            "path": "/",
            "sameSite": null,
            "secure": false,
            "session": false,
            "storeId": null,
            "value": "true"
        },
        {
            "domain": ".netflix.com",
            "expirationDate": 1728664404.578922,
            "hostOnly": false,
            "httpOnly": true,
            "name": "SecureNetflixId",
            "path": "/",
            "sameSite": "strict",
            "secure": true,
            "session": false,
            "storeId": null,
            "value": "v%3D2%26mac%3DAQEAEQABABT4rUQJ9pqeiTqqy3CUOoLh_CzIDYtHHOI.%26dt%3D1697128403300"
        },
        {
            "domain": "www.netflix.com",
            "hostOnly": true,
            "httpOnly": false,
            "name": "SecureNetflixId",
            "path": "/",
            "sameSite": null,
            "secure": false,
            "session": true,
            "storeId": null,
            "value": "v%3D2%26mac%3DAQEAEQABABTMfEXbXzXreA6BadyvKezbxFVv-EIUXIw.%26dt%3D1693790549279"
        },
        {
            "domain": ".netflix.com",
            "expirationDate": 1704904407.494824,
            "hostOnly": false,
            "httpOnly": false,
            "name": "hasSeenCookieDisclosure",
            "path": "/",
            "sameSite": null,
            "secure": false,
            "session": false,
            "storeId": null,
            "value": "true"
        },
        {
            "domain": "www.netflix.com",
            "hostOnly": true,
            "httpOnly": false,
            "name": "didUserInteractWithPage",
            "path": "/",
            "sameSite": null,
            "secure": false,
            "session": true,
            "storeId": null,
            "value": "true"
        },
        {
            "domain": ".netflix.com",
            "expirationDate": 1728664404.579083,
            "hostOnly": false,
            "httpOnly": true,
            "name": "NetflixId",
            "path": "/",
            "sameSite": "lax",
            "secure": true,
            "session": false,
            "storeId": null,
            "value": "v%3D2%26ct%3DBQAOAAEBEDxCEOKRInXBUpFccLkw-SKB8FSvXQ4TVIfmEPoGAD-uust2SZnzguvsnk-vBOl9RQ1L122b2X_LTwgO5EaiOCi9nKEHLTiZMR_9wYQpsh1YCEmH-2eImMx7keS0LA4h5NAnFC2TiW5RepisvCkn4r1NkyuvMwF7lojr1A6-N7pb_zk8h9Ty7_0Mu4mqG12k5sQB-ZHhL6lp2oxkChDzLDGIZKaNtKI-i6DThFuo9WdhRSLEmgZbYsfRGqOAPK_kmqqWY0dzvYiuiG850nhrTGNCKHcMaWVBAmlETxWyXKh2-_ELk2zsMAcaBknxho6U5jIy9AQ5Ccw93bUQ9tlhFrZUb4kJYqt38uNfBZtn8Lo0f30YNrytgrVKZ6eSR6VR73Rw0ursOyJK6G10ogMJvgXuBuHt9VtMkVXLRN0n0LgAS2Y2vhMOrZMKfpzwlmNWNR0OaC8N7FhaQp15ATZK8dHlomn7YW7FaDANnBDB7n4URQCDsiC6ojVHkjBXWPdZO9PhtM7qiMCor-n2jABEmcoyqWY99F0IuFXyMMBnt40J6W7sfjLavDbFniJhD8CltA8HTlfylttJzIyh1zQkI1qLgwKrFYfZQundqpsnC7ZSAbvbyaJWSDl6cQ_pp6zOOp8IS3tRYZbGV99F8luVaeWoDXQAn3RR9uR3IoBJFf-q-DA.%26bt%3Ddbl%26ch%3DAQEAEAABABT9mQ_IEKGkAhEeDFhmeiJlB3-ybJEwYs8.%26mac%3DAQEAEAABABTi1hrTN3bybVbZwG4W6iBhrtHcsyppG3s."
        },
        {
            "domain": "www.netflix.com",
            "hostOnly": true,
            "httpOnly": false,
            "name": "NetflixId",
            "path": "/",
            "sameSite": null,
            "secure": false,
            "session": true,
            "storeId": null,
            "value": "ct%3DBQAOAAEBEHlIQs5xeaz2vtLDlp9Rh8uCQNmVB0svVnhYDeApEDH0wEwfhhT2elf77CO79z8tsvew1wchLJx6p9NYA6tNZh1lJf0KAP66HIdZpOlRSAWTWefYtilyraifq6RDBOb4M8vZKQYp-DcyN6I1BW0GdjKIlQKnO8E8WmOtiNeiB0hAeYWpcmyk-TQsSaOwP4b3jzpg-PPuajJ6KOuFcdMlAAz83EUxgar_HmE8vym4yYTA1EGObQjza162skgW7nYu9gLfRe1d1xZcOQbPb-A9TcrbEJSQNItihhctN9JJ5zLKPkrrbPSkVa09J0X8VhI16E7TbQrWB2B6fchtyB1lG89fL9KaViCw7qXGhX289wx78aWzSCmFuwZhScAAluz5kTjehhKPvmqpit-LDC2-XkVBaT1HQbtY0mRlRZPVQxHA4_ztXNHHH9lIQREvVOnZMInvK94kycjPBw5_e1bsZTb10I0PsJUNz9-GNrPr7-jpszFSA2kxb62v7H2HkuREaKv8EtJCTWQKdUcFm2NBjrltfZ8UgpwBy64XC5kKHeuvoPkyaFeyDjxyJG-vLcYWemIwNUild-KcTHIBSGNY0q336pi2KYHKlst3wQ3RhTVVdHywhmONpyc2LQ5CmKBVGS7s5N9Ph3N9M9oXDL87m_LbZLkK1RrIo7cEyYa27qYYVb41eU8A3a6mpV8ecrWgHJ6V1bXXWlpy7M-UlR9KeRBBZC-wOoebc2j5S74MkYiZ9Amc-4vnbBDMArKZoMcdtCMyp1G19lhJmyFDejLAHERLTQ..%26bt%3Ddbl%26ch%3DAQEAEAABABSlq8loeTOWtlY6x78Eh5a91cRpr1uhlRs.%26v%3D2%26mac%3DAQEAEAABABQJGue2-28BDXRLyM9bDs5pdSQ-NWIbdjM."
        },
        {
            "domain": ".netflix.com",
            "expirationDate": 1704904407.495089,
            "hostOnly": false,
            "httpOnly": false,
            "name": "pas",
            "path": "/",
            "sameSite": null,
            "secure": false,
            "session": false,
            "storeId": null,
            "value": "%7B%22supplementals%22%3A%7B%22muted%22%3Atrue%7D%7D"
        },
        {
            "domain": ".netflix.com",
            "expirationDate": 1728664410,
            "hostOnly": false,
            "httpOnly": false,
            "name": "OptanonConsent",
            "path": "/",
            "sameSite": "lax",
            "secure": false,
            "session": false,
            "storeId": null,
            "value": "isGpcEnabled=0&datestamp=Thu+Oct+12+2023+22%3A03%3A30+GMT%2B0530+(India+Standard+Time)&version=202301.1.0&isIABGlobal=false&hosts=&consentId=f0ef8f28-e31c-4d72-b030-aba787fcd462&interactionCount=1&landingPath=NotLandingPage&groups=C0001%3A1%2CC0002%3A1%2CC0003%3A1%2CC0004%3A1&AwaitingReconsent=false&geolocation=IN%3BKL"
        },
        {
            "domain": ".netflix.com",
            "hostOnly": false,
            "httpOnly": false,
            "name": "dsca",
            "path": "/",
            "sameSite": null,
            "secure": false,
            "session": true,
            "storeId": null,
            "value": "customer"
        },
        {
            "domain": ".netflix.com",
            "expirationDate": 1697139196.036584,
            "hostOnly": false,
            "httpOnly": false,
            "name": "flwssn",
            "path": "/",
            "sameSite": null,
            "secure": false,
            "session": false,
            "storeId": null,
            "value": "a08e9e32-708a-49a8-b270-245f863022e2"
        },
        {
            "domain": ".netflix.com",
            "hostOnly": false,
            "httpOnly": false,
            "name": "memclid",
            "path": "/",
            "sameSite": null,
            "secure": false,
            "session": true,
            "storeId": null,
            "value": "aa0be92e-c771-4465-9a7d-dc8b05a06df2"
        },
        {
            "domain": ".netflix.com",
            "hostOnly": false,
            "httpOnly": false,
            "name": "nfvdid",
            "path": "/",
            "sameSite": null,
            "secure": false,
            "session": true,
            "storeId": null,
            "value": "BQFmAAEBEI9mhm9goHNobn-Eh_NnBf5g5fABsnAMqV-AoBBbxMQLajZzIVq9OA74SpZvqYmH7y_QBGZ95dwCJJ7fNKqSV5IRVpsdsjn28TD2ovvZWmHy19eBRlgU1i6YT8NhbGDF1VX57GEWtlp3zTSIq9_p2w9p"
        },
        {
            "domain": ".netflix.com",
            "hostOnly": false,
            "httpOnly": false,
            "name": "OptanonAlertBoxClosed",
            "path": "/",
            "sameSite": null,
            "secure": true,
            "session": true,
            "storeId": null,
            "value": "2023-05-08T21:58:19.088Z"
        }
    ]

    If cookie works inspired me to update cookies daily by clicking 1 ads from anywhere.

  • Cookies 2

    To get update notification: https://t.me/bongoogle

    [
        {
            "domain": ".netflix.com",
            "expirationDate": 1728664940.495652,
            "hostOnly": false,
            "httpOnly": true,
            "name": "SecureNetflixId",
            "path": "/",
            "sameSite": "strict",
            "secure": true,
            "session": false,
            "storeId": null,
            "value": "v%3D2%26mac%3DAQEAEQABABTcvQJVyoWtt_neC5VM5NJUe6p1E24y8R4.%26dt%3D1697128939214"
        },
        {
            "domain": ".netflix.com",
            "expirationDate": 1697130767.925335,
            "hostOnly": false,
            "httpOnly": false,
            "name": "profilesNewSession",
            "path": "/",
            "sameSite": null,
            "secure": false,
            "session": false,
            "storeId": null,
            "value": "0"
        },
        {
            "domain": ".netflix.com",
            "expirationDate": 1728664940.4958,
            "hostOnly": false,
            "httpOnly": true,
            "name": "NetflixId",
            "path": "/",
            "sameSite": "lax",
            "secure": true,
            "session": false,
            "storeId": null,
            "value": "v%3D2%26ct%3DBQAOAAEBEA--hiLmzPyZxVkrrlIgCUqBwLA8fGM8Z57pwWIa79Dfuwu7R57SZmJzHpdV6nmFX3g-PuHDK8fH8bM_wugqbY2I2iGOTiMtD00CRVjXFtLwzSCxAQElptRlYcgwmOY9qUMHu5QjZl9REeWZzH_bNoOhL3tcu8Dg9DJB3tx5SnZCXP96dPn4qvHj7WHM0njpaMCi_uxoWZc5qm2SONVA2N2M18B3zqC6rxoT8l5stZSW3QWWpO4y11HjgwabFwR9v0O80tZRMarxVrF-qxxKe3hw274BJD8mHbmecrrcr2MUjyb7g_Qv-qKOdGMk6yCu42Piks9RcPo4GsgRJfVeJBE0ynldVClRvvCwsuRhHqvNKtiGsjQrwWIVO4pOeGczYX_Wn7p6iw8bGufumnnqsiBQjoFfUE5QkveBpeg1knTKzcmHmJ72KYUCzqnxUaET5pcWDXh3zV64O4aqqf8mXPjg4yT3eB0wCJciq3ih4ZzohRsZQvKDJAG2fXw7Xs4ETbpb_Fsq6fFt3Ghr-7dI7mrKShl8ApKZ5rJztCaQC83jicwzE88sobZXCk1iZs1mRHqXN-B9Cpi-MCjZ7K-gW9FhTxiR5tvt2Qfor0kxf5-cGPk.%26bt%3Ddbl%26ch%3DAQEAEAABABQJMR996A-hsd-qoNQiR8Bit0STH0q4LEg.%26mac%3DAQEAEAABABRlBz-7kKqDjmUZhesrCpSbxY84FDiSatM."
        },
        {
            "domain": ".netflix.com",
            "expirationDate": 1704904935.877428,
            "hostOnly": false,
            "httpOnly": false,
            "name": "pas",
            "path": "/",
            "sameSite": null,
            "secure": false,
            "session": false,
            "storeId": null,
            "value": "%7B%22supplementals%22%3A%7B%22muted%22%3Atrue%7D%7D"
        },
        {
            "domain": ".netflix.com",
            "expirationDate": 1728664936,
            "hostOnly": false,
            "httpOnly": false,
            "name": "OptanonConsent",
            "path": "/",
            "sameSite": "lax",
            "secure": false,
            "session": false,
            "storeId": null,
            "value": "isGpcEnabled=0&datestamp=Thu+Oct+12+2023+22%3A12%3A16+GMT%2B0530+(India+Standard+Time)&version=202301.1.0&isIABGlobal=false&hosts=&consentId=bd70b05a-7b7b-4690-9fa1-c7b85ce0b6fb&interactionCount=1&landingPath=NotLandingPage&groups=C0001%3A1%2CC0002%3A1%2CC0003%3A1%2CC0004%3A1&AwaitingReconsent=false"
        },
        {
            "domain": ".netflix.com",
            "expirationDate": 1697139733.827247,
            "hostOnly": false,
            "httpOnly": false,
            "name": "flwssn",
            "path": "/",
            "sameSite": null,
            "secure": false,
            "session": false,
            "storeId": null,
            "value": "ee3fbf8f-d010-4142-bb05-3212323b6d16"
        },
        {
            "domain": ".netflix.com",
            "hostOnly": false,
            "httpOnly": false,
            "name": "nfvdid",
            "path": "/",
            "sameSite": null,
            "secure": false,
            "session": true,
            "storeId": null,
            "value": "BQFmAAEBENEMN_6lEtdI9QdnqydbP41gF63rhEfaLA3YtHIkwLuTFvMRaqwfF9M1HoT1KwHIstjPWFtTOrvZJ4swMN5PnXxjYcsQgKRqxf4b4bhFjBr2B5rWkni2iy-BtTy3vxwDLxYDid2dYIBP0jlISorwdd2_"
        }
    ]

    If cookie works inspired me to update cookies daily by clicking 1 ads from anywhere.

    Try Cookies 3

  • cookies

    To get update notifications join the telegram group: https://t.me/bongoogle

    Click here to get updated cookies ⬇️

    Cookies -1

    [
        {
            "domain": ".netflix.com",
            "expirationDate": 1728658292.61445,
            "hostOnly": false,
            "httpOnly": true,
            "name": "SecureNetflixId",
            "path": "/",
            "sameSite": "strict",
            "secure": true,
            "session": false,
            "storeId": null,
            "value": "v%3D2%26mac%3DAQEAEQABABT88qhNsEp2iQrsJuvz4D_vLWFZnqlpG_4.%26dt%3D1697122292222"
        },
        {
            "domain": ".netflix.com",
            "expirationDate": 1728658292.614617,
            "hostOnly": false,
            "httpOnly": true,
            "name": "NetflixId",
            "path": "/",
            "sameSite": "lax",
            "secure": true,
            "session": false,
            "storeId": null,
            "value": "ct%3DBQAOAAEBEFCKaonAxmlXK18Tk71k4wWCMPqQIw-0TqGAOpqktI9AUt0USwhyhVB4dgAzFhvHad526XvKttLTkXMy59wn3s8ZIeRzMVAU5QSEl1-4KJ7kGmW_bsb6cU8ehCfHuJCboKHJS2epDZEj7aqfyrOwDQb2ghF2XRTDcsjU5u3PnyvPBVC6uvd0ud4ZE1CtEGT-0B56jVzhdRxBLWDFE1fhGX2Sl4DnzXYjQsXYoB9g6KRWSy6LoNtqCEiJcr1FjnUDf3GT9bgsr3wTDWpUxGMMuF-SPU8zFKrMLBKt3b2zbQ62fQ9VSr0J5iSSoaYkWTOX6lBwKuWdU2Y4g449JhDqKfbP5W8OILEEuQr0slvlH-OpG_0666KKJ_1F8GUTjhT-2u1PII9ICVq4oYl3FB-9298iYpIOgshlw95Zs6fwKAulMqK8JImhayrmK0lCKI74VA1J-HVbSgOQ_rfC3nwqMObLvg49yIk_qiOqNiUWgmqxes3eSW-v37RSiHUX1GqGJIBAvQ9oki7vieCoaY_nQ0bbPwfYQxN-Oe6Qk1jmQOOLb37rAIBQCoJmrfOl5G0iWMuHBn3fyJnnsqoK23QKx2YqllXCqJhkdLvR2aEoJSN6Rs_GivsJExoiOlsdlK_WAA_1Y9jxTa_Qd7TGhNJ0T3TpOkpwNCwF9iRvKr2fSivc0fjvRUa1oSOfClOLC6iy87dplwg1RRz9GDggPNMeVDBsdxQ_Up0iMHJ6j7Sq1ZZlj6_9bVAK1t0vU51ZfDkMAt2k%26bt%3Ddbl%26ch%3DAQEAEAABABQnhzf41Znuy9sr7H9OV6CKWX2ITjfdv5U.%26v%3D2%26mac%3DAQEAEAABABRl90prL36PniMxxf0fX9LpWyKMmedcFV4."
        },
        {
            "domain": ".netflix.com",
            "expirationDate": 1728658293,
            "hostOnly": false,
            "httpOnly": false,
            "name": "OptanonConsent",
            "path": "/",
            "sameSite": "lax",
            "secure": false,
            "session": false,
            "storeId": null,
            "value": "isGpcEnabled=0&datestamp=Thu+Oct+12+2023+20%3A21%3A33+GMT%2B0530+(India+Standard+Time)&version=202301.1.0&isIABGlobal=false&hosts=&consentId=177f8c22-e9c0-491d-b81d-7847246b6dbe&interactionCount=1&landingPath=NotLandingPage&groups=C0001%3A1%2CC0002%3A1%2CC0003%3A1%2CC0004%3A1&AwaitingReconsent=false"
        },
        {
            "domain": ".netflix.com",
            "expirationDate": 1697133092.614224,
            "hostOnly": false,
            "httpOnly": false,
            "name": "flwssn",
            "path": "/",
            "sameSite": null,
            "secure": false,
            "session": false,
            "storeId": null,
            "value": "aa1e0280-0e4c-408f-bfac-b662da6be4e3"
        },
        {
            "domain": ".netflix.com",
            "hostOnly": false,
            "httpOnly": false,
            "name": "nfvdid",
            "path": "/",
            "sameSite": null,
            "secure": false,
            "session": true,
            "storeId": null,
            "value": "BQFmAAEBELGLiZ2srxI-q1aaZDb9aLVguweJKi6HBIZIW9_OR7TcIlut0_Df8Gqm3nPcFx2e-BzGsuFrA0OmcmMKGbd75iJ7FCuHi7-N16KDaxwNrypbC9nuC7EursraroLII_7R_NASKr3quFK8WYmXEaq9BqMG"
        }
    ]

    Cookies 2

  • snaptube app 2021 apk download

    snaptube youtube, facebook video downloader free. snaptube app download for android

  • tubemate apk download 2021 version for android

    tube mate apk download new version youtube video download vidmate

  • Samsung Galaxy A52s 5G Review

    Samsung Galaxy A52s 5G

    this is the samsung galaxy a52 s5g though you probably wouldn’t be able to guess at first glance it brings the same looks as the non-s model but on the inside it has a brand new chipset how much of a difference does that make though and is this device much better than the other one i’m will for gsm marina and let’s find out in our galaxy a52s 5g review [Music] just like samsung’s other recent a series phones the a52s 5g has that signature soft matte finish and comes in black as well as a variety of pastel colors the build is made of plastic but these galaxy phones embrace that rather than trying to look like glass the back feels nice and grippy and hides fingerprints quite well and plastic doesn’t always mean cheap you get ip67 rated dust and water resistance here which most other mid-rangers don’t provide like i mentioned before the main feature that the s model offers over the regular a52 5g is the new chipset this is a qualcomm snapdragon 778g a high performance mid-range chip built upon a six nanometer process it’s a nice upgrade from the snapdragon 750g on the other model which we felt was slightly underpowered for the price performance is great here cpu-wise it’s even comparable to flagship grade phones like the poco x3 pro with this snapdragon 860. graphics performance is not quite as impressive but it’s very respectable for this price range and a market improvement over that of the a52 5g so while the other model provided decent performance if you’re into more graphics intensive tasks like gaming the s model delivers a nicer experience of course swapping the chipset can bring other changes beyond gaming performance such as with the battery life not so much the case here though the a52 s5g has the same 4 500 milliamp hour battery as the other model and was able to score a nearly identical endurance rating of 113 hours now proprietary tests a solid performance unlike the a52 5g the s model comes with a 25 watt charger in the box in some markets instead of a 15 watt one with it we were able to charge the 852 os 5g from zero to 53 percent in half an hour and if you use that charger to top up the other model the speed is about the same another aspect of a phone that can be affected by a chipset change is the camera quality because of different processing but in general samsung has delivered the same performance this time around we have the same cameras here a 64 megapixel quad bayer main cam a 12 megapixel ultra wide a 5 megapixel macro cam and a depth sensor during the day 16 megapixel photos from the main cam come out quite decent they have enough detail accurate colors and wide dynamic range for the class thanks to auto hdr portraits taken with the main cam and depth sensor look good as far as photo quality goes the subject detection is decent but can get tripped up by busier backgrounds 12 megapixel photos from the ultra wide cam are great for the class there’s a good level of detail and the photos are sharper than you’d expect from this sort of camera at this price the distortion correction is proficient too the color rendition doesn’t quite match that of the main cam though 5 megapixel close-up photos from the macro cam are good if you have enough light there’s plenty of detail and although there’s no autofocus the focus plane is pretty forgiving at night the main cam does a pretty good job providing plenty of detail along with well-handled light sources and pretty low noise night mode isn’t a major improvement but it restores some blown highlights the ultra wide cam does a decent job at night for this sort of camera the exposure is okay and you get some detail and dynamic range isn’t half bad the ultrawide supports night mode and it improves exposure and boosts the shadows it does appear to add a lot of extra sharpening though selfies are taken with a 32 megapixel front facing cam but they come out in 8 megapixels the quality is solid with plenty of detail and decent noise performance videos can be captured with the main cam and up to 4k resolution at 30fps and they’re excellent with plenty of detail and natural looking processing colors are spot-on and dynamic range is reasonably wide 4k clips captured by the ultra wide are quite nice too they are a bit noisier though and the color rendition doesn’t match that of the main can there is electronic stabilization available on both cameras but it only works in 1080p resolution it does a pretty good job of smoothing out bigger bumps and jitters alright let’s move on to the rest of the features on the a52 s5g which are essentially the same as on the a52 5g starting with the display it’s a 6.5 inch super amoled with a 1080p resolution gorilla glass 5 protection and a super fast 120 hertz refresh rate the fast refresh rate makes swiping and scrolling quite smooth to the eye compared to phones with a standard refresh rate it isn’t adaptive to save energy though in the 120hz mode it stays fixed even when you’re not touching the screen like the a525g this panel is quite nice quality wise with deep oled blacks and hdr 10 plus support color accuracy isn’t perfect but it’s pretty close and max brightness is very similar between the two models as well we achieved around 380 nits maximum with a brightness slider and it boosts to 800 nits in auto mode when out in bright sun for your biometrics there is an under display fingerprint reader it’s very fast and accurate on the audio front you get a traditional headphone jack as well as stereo speakers with the second speaker doubling as the earpiece the speakers earned a good score on our loudness charts and quality is good too with well-presented mids and okay highs [Music] you get 128 or 256 gigs of storage on board the device which is expandable through microsd and finally the user interface of the a52 s5g is samsung’s latest one ui 3.1 based on android 11. it offers the same clean user experience and samsung features that you’d get on pretty much all of their recent devices and on top of that you get the promise of plenty of software support down the road three major os updates and four years of security patches so that’s the samsung galaxy a52 s5g you get all of the great features we loved in the previous a525g and on top of that there’s a faster and more powerful chipset now if you’re not a gamer you might be thinking i don’t need that new chipset and the rest of the features really haven’t changed so why pay more for the s version but hold your horses samsung has actually managed to offer this one at the same price and since there’s no sacrifice here feature-wise or price-wise the a52s 5g is worth recommending over the older model

  • Xiaomi Redmi Note 11 Pro Review

    This is an interesting phone because it has some things that weren’t present in the Note series before! Yes! I’m going to talk about it! There’s the Redmi branding! Now I remember 1 thing, this series is not going to come in India with the same name. As per the rumours, the Note 11 Pro is going to be Xiaomi 11i & this Pro+ will be Xiaomi 11i HyperCharge! Yes & it has 120W fast charging! Hence its name is HyperCharge. But there’s still no certification of more than 100W charging in India so I don’t know if it’ll still have 120W or less. Confusion! There’s going to be a lot of confusion throughout this video. Unboxing – Let’s open! Ok you get a sim card tool first. There’s documentation, a case with flat sides. Look at it, the phone’s sides seem to be flat that have come back in fashion. You know why! Nice! Very nice, let’s talk about that as well. And this is the big 120W fast charger & the brick obviously is a little bit. And what else? Ok, there’s a USB to USB Type C cable. That’s all that you get in the box. Let’s keep it all aside. Let’s look at the phone. Design & Looks – Flat! Flat! Flat! It has flat sides & a matte finish. I think with this black colour Xiaomi has opted for a more subtle & professional look. It looks good with the Redmi branding below. And the colour is not bright, it’s subdued. The sides are absolutely flat & there aren’t any curves on the front either. And there’s a pre-applied scratch guard on it. Build Quality – Let’s put on the case. It fits well & now let’s drop test it! [Drop Test] Nothing! [DropTest] -No, nothing! Everything looks good here! Friends, the Note 11 had a polycarbonate back. This has a glass back on the front & back which is Gorilla Glass 5. But the frame here is plastic/polycarbonate. In Hand Feel – It’s really good & I really like it! It won’t slip from your hand. And the edges aren’t that sharp! It’s a tall phone & I like it. It’s one of the best Redmi phones that I’ve held. I think this is going to be 190-195g. The Note 11 was around 195g & this’ll be the same or might even be less! I’ll say it’ll be about 190g! How can I be so wrong!? It’s 208g? The weight distribution is very good! It’s not that heavy in the hand! 208g!? I’m surprised because I can understand it has a glass back so the weight increases. But it’s battery has decreased to 4500mAh where the Note 11 had a 5000mAh battery & it still weighed 195g. While this here weighs 208g. Ports & Buttons – Below, there’s a speaker grill, a mic, USB Type C port & a sim card tray. On the left, there’s nothing. On top, there’s a 3.5mm jack, an IR blaster, a noise cancelling microphone & a speaker grill. On the right, there’s a volume rocker at the top & a power on/off button that’s also a fingerprint sensor. An in-display sensor should’ve been there because unlike the Note 11, the Note 11 Pro+ has got an AMOLED screen. But there’s a side mounted fingerprint sensor on this as well. The sim card tray is a hybrid sim slot, meaning you can add 2 sims or 1 sim & an SD card. This is the successor of the Note 10 Pro Max, which had a dedicated SD card slot. Even the base Note 11 had a hybrid sim card slot so that’s quite surprising. But 1 thing isn’t that surprising. I really expected a beautiful screen! Display – The Redmi Note 11 Pro+ has a lovely screen. It’s a big 6.67” FHD+ AMOLED screen with 120Hz fast refresh rate & 360Hz touch sampling rate with a Gorilla Glass 5 protection. The screen to body ratio is very good as the upper & side bezels are very thin, the chin is small too & the 16MP punch hole camera is small too. Specifications – It comes on MediaTek Dimensity 920 5G. The Note 11 series in China are all on MediaTek Dimensity 5G SoCs. And these are quite good. They’re 6Nm fabricated power efficient SoCs. And the battery is efficiently used. Variants – The base variant(6GB+128GB) is priced at Rs 1,999 Yuan(Rs 22-23K). So the Note series’s uppermost variant is generally priced under Rs 20K. Eg) Note 10 Pro Max was priced around Rs 18-19K. Whereas, this one has gone beyond Rs 20K. There are a total 3 variants – 6GB+128GB, 8GB+128GB & 8GB+256GB. It has UFS 2.2 & LPDDR4X RAM type. A 4500mAh battery, so it’s less but charging is good at 120W! And this 4500mAh battery gets charged from 0-100% in just 15 minutes! Camera – There’s 1 thing though, it has a triple camera setup & not a quad setup like the Note 10 Pro Max. It has 108MP(primary)+8MP(ultrawide)+2MP(Macro) sensors. Why the 2MP sensor? Your 5MP macro sensors are good, why don’t you put that? So it’s 108MP+8MP+2MP. On the front, there’s a 16MP selfie camera. I’m showing some photos they’re ok & are under normal conditions. I like them but we have to put it through paces. Performance – The Dimensity 920 on this phone scores around 4.25L on AnTuTu. Xiaomi claims that it scores around 500K & that’s a big jump compared to the Redmi Note 10 Pro Max. The Redmi Note 10 Pro Max’s AnTuTu score was around 2.30-2.40L(6GB+64GB). And that’s nearly an 80-90% jump in performance at least on paper. And it shows when you play games as you get a 120Hz fast refresh rate screen with 360Hz touch sampling rate. You can play BGMI on HD-High settings & COD can be played on Medium settings, it’s fun! And this is a Chinese variant so I’m not sure of the settings when it arrives here in India. And you can’t even see/choose the higher settings. Multimedia – Along with display & fast charging, you also get JBL tuned stereo speakers that are loud & good quality. In fact, multimedia would be a highlight package as you’ll absolutely love it. It’s a beautiful screen with great audio! Sensors – You get all sensors including NFC & IR Blaster. There’s a side mounted fingerprint sensor & they work well! Connectivity – There’s the latest WiFi 6, there’s 5G but I’m not sure of the bands as it’s a Chinese variant. There’s Bluetooth 5.2 support. It has a 360 degree light sensor as well & the phone knows the lighting conditions on the front & back. You get the IP53 certification so it’s a little dust & water resistant. There’s FM Radio & no notification light. OS UI – Like the Note 11, it has a MIUI 12.5, that’s based on Android 11. I can’t talk much about the OS as it’s a Chinese variant & we had to install Playstore on it so it’s not what’s going to come to India. But there’s 1 request to Xiaomi, if you’re bringing the Note series to India, then let it have MIUI 13/Android 12 MIUI. Android 12 out of the box is a must! Remember the Note is the most popular series & latest OS should be present. So finally what do I think about the Note 11 Pro+/Xiaomi 11i HyperCharge. Will it come with that name? With whatever name it’ll arrive, if it’s priced around Rs 22-23K(Chinese pricing), then 2-3 things aren’t that good. The Note series is increasing its pricing & there are so many ifs & buts & so I started the video with confusion! So I’m not sure but for this price, yes it’s good! But with some caveats. A small battery, no in display fingerprint despite having AMOLED & main pricing is a bit much. Else it’s a great phone as the in hand feel is great! Build quality is very good, display is outstanding & multimedia is good too. Yes, the 2MP camera sensor would’ve been great with 5MP but the camera is good too. The performance is a big upgrade from the Note 10 Pro Max. So overall it’s good only if the price was a little less. What do you think of the Redmi Note 11 Pro+, do let us know in the COMMENTS. I have to think whether it’s Max/Pro/Pro+ with the big phone names.

  • Motorola Moto G200 5G Review

    Motola has launched the successor of moto g100 smartphone globally called moto g200 with good looking design talking about the specifications the moto g200 features a tall 6.8 inch full hd plus max switch and display with 144hz refresh rate and hdr10 support under the hood the phone is powered by qualcomm snapdragon 888 plus chipset paid with adreno 660 gpu the smartphone packs with 8 gigabyte of lpdfi ram and 128 or 256gb of vfs 3.1 storage per the camera the moto g200 supports a vertically ln triple camera setup on the hair that houses a 190 megapixel main camera with f 1.9 aperture plus 8 megapixel ultra wide angle lens with 120 degree field of view and a 2 megapixel macro lens with f 2.4 aperture the rear cameras of the phone can capture up to 4k videos at 30 frames per second for selfies it has 16 megapixel camera under the whole punch at the top center with f 2.2 aperture the device comes eq by a massive 5000 mah battery with 33 watt fast charging support and it turns on android 11 out of the box additionally the smartphone features an sidemounted fingerprint sensor for authentication and it is ip52 certified for splash resistance the connectivity option on the phone includes 5g wi-fi 6 bluetooth 5.2 gps nfc and a type-c charging port the physical dimensions of the smartphone measures at 168.07 by 75.53 by 8.89 millimeters and it weights around 202 grams now talking about the pricing and availability details the moto g200 has been priced in europe at 449 euros for the base variant and it will be soon available for purchase in glacier green and stellar blue color options so what do you guys think of this moto g200 smartphone do let us know in the comment section below