<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics in Internet Related</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Sun, 27 Sep 2026 03:32:55 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Couldn&amp;#39;t create Google account. Stuck at QR, </title>
            <link>http://forum.lowyat.net/topic/5576498</link>
            <description>on my pc web browser, it shows a qr code.&lt;br /&gt;I scan it with my phone.&lt;br /&gt;it redirects to sms to send a unique code to 018-233xxxx.&lt;br /&gt;I send the sms and nothing happens after that.&lt;br /&gt;anyone else have the same issue? how do you proceed?&lt;br /&gt;&lt;br /&gt;&lt;img src='https://pictr.com/images/2026/09/09/xtQMav.jpg' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;the message:&lt;br /&gt;&amp;quot;Send this message without editing. (randomcodehere)&amp;quot;&lt;br /&gt;the recipient number is 018xxx.&lt;br /&gt;I&amp;#39;ve tried sending just the (randomcodehere) without parentheses but it&amp;#39;s still the same.</description>
            <author>Skylinestar</author>
            <pubDate>Wed, 09 Sep 2026 13:19:42 +0800</pubDate>
        </item>
        <item>
            <title>Firefox and Brave now the last major browser that, still supports uBlock Origin</title>
            <link>http://forum.lowyat.net/topic/5574592</link>
            <description>&lt;a href='https://pictr.com/image/xqeas9' target='_blank'&gt;&lt;img src='https://pictr.com/images/2026/08/20/xqeas9.md.jpg' border='0' alt='user posted image' /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Key takeaways:&lt;br /&gt;&lt;br /&gt;    Microsoft Edge is phasing out Manifest V2, limiting the technology that powers the full version of uBlock Origin.&lt;br /&gt;    Manifest V3 restricts extension capabilities, meaning ad blockers have fewer tools to inspect and block web requests.&lt;br /&gt;    Firefox is keeping full uBlock Origin support, making it the last major browser to offer the popular ad blocker without the same compromises.&lt;br /&gt;    The shift gives Firefox a potential privacy advantage, as users looking for powerful ad and tracker blocking have fewer mainstream alternatives.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Firefox stands firm&lt;br /&gt;&lt;br /&gt;Posting on Bluesky, Firefox developer Mozilla said, “Our support for uBlock Origin isn’t going anywhere.”&lt;br /&gt;&lt;br /&gt;This means Firefox doesn&amp;#39;t have to follow every technical decision made by Google for Chromium.&lt;br /&gt;&lt;br /&gt;&lt;a href='https://cybernews.com/security/firefox-ublock-origin-chromium-adblocker/' target='_blank'&gt;https://cybernews.com/security/firefox-ublo...mium-adblocker/&lt;/a&gt;?&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Brave on X: &amp;quot;Unlike Edge, Brave will keep supporting uBlock Origin. We ...&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;11 Aug 2026 Unlike Edge, Brave will keep supporting uBlock Origin. We host uBlock Origin and other Manifest v2 extensions on our servers so Brave browser users can still use them.</description>
            <author>JLA</author>
            <pubDate>Thu, 20 Aug 2026 11:07:48 +0800</pubDate>
        </item>
        <item>
            <title>Google fixed more Chrome bugs in June thanks to AI, </title>
            <link>http://forum.lowyat.net/topic/5572729</link>
            <description>blog.google/security/chrome-stronger-with-every-update/&lt;br /&gt;&lt;br /&gt;The article is long, I just copy some excerpts &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;The Chrome Security team has been using LLMs for years. In 2023 we developed ways to use LLMs to increase security fuzzing coverage and performance. In 2024, we worked with Project Zero on Naptime, giving LLMs specialized tools for vulnerability research. And in 2025, we collaborated with DeepMind and Project Zero on Big Sleep, an AI vulnerability discovery agent that successfully found bugs in the V8 JavaScript engine and graphics stack.&lt;br /&gt;&lt;br /&gt;In early 2026, we built an agent harness that used Gemini to find vulnerabilities across the broader Chrome codebase with higher efficiency and lower false positives. One of the bugs we found was a sandbox escape that would allow a compromised renderer to trick the browser into reading local files — a bug that quietly survived in our codebase for more than 13 years&amp;#33; For many of us, this moment cemented the potential of AI-powered vulnerability detection.&lt;br /&gt;&lt;br /&gt;From there, we improved on our vulnerability finding agent harness by:&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; Adding support for model interoperability to leverage the unique strengths of both open-weights and proprietary models.&lt;br /&gt;&amp;nbsp; &amp;nbsp; Building a knowledge base of Chrome, including all previously identified CVEs and Chrome’s entire Git history, to extend the LLMs reasoning capacity past its training data.&lt;br /&gt;&amp;nbsp; &amp;nbsp; Encouraging developers to add SECURITY.md files, which help models better understand trust boundaries and develop an accurate view of the threat model.&lt;br /&gt;&amp;nbsp; &amp;nbsp; Adding a “critic” agent with a separate context to consume these SECURITY.md files.&lt;br /&gt;&amp;nbsp; &amp;nbsp; Introducing the ability to run vulnerability finding models over the codebase multiple times to account for model non-determinism and model improvements over time.&lt;br /&gt;&lt;br /&gt;We’ve built all of this with safety in mind, and have put in place guardrails to mitigate the risk of AI behaving unexpectedly. Our AI analyzes source code strictly at rest, operating on locked-down machines that lack general internet access. We also utilize a dedicated setup for these internal scans that intercepts all network requests, employing strict allowlists based on the initiating application and destination, blocking any suspicious model activity. Furthermore, we never run models in an unrestricted mode, and we strictly limit our subagents from modifying the local system or accessing files outside of designated source code directories.&lt;br /&gt;&lt;br /&gt;AI-powered vulnerability detection complements our existing security testing infrastructure. For example, fuzzing continues to be especially effective at finding bugs that arise from long-range interactions between disparate parts of our codebase, or those requiring a combination of seemingly unrelated operations.&lt;br /&gt;&lt;br /&gt;We also want to continue to reward external researchers for their expertise and creativity in finding the most challenging and impactful vulnerabilities via the Chrome Vulnerability Reward Program (VRP). In early 2026, we saw a gradual increase in all categories of bug reports, but by March, the shift was apparent: we received more bug reports than we had in the entirety of 2025. This led us to change our VRP to focus researchers on bug submissions that are additive to what we are finding internally, and easily ingestible by our newly automated processing pipelines.&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;&lt;br /&gt;&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;As we discover more security vulnerabilities with AI-powered tools, we’ve simultaneously used AI to scale and automate validating, triaging, and fixing bugs. Historically, triaging a single security report took anywhere from 5 to 30 or more minutes, and relied primarily on human expertise. We have been increasingly shifting our triage process towards an automated approach that blends rule-based systems with AI to increase throughput and accuracy.&lt;br /&gt;&lt;br /&gt;The automated triage process is broken down into four key phases:&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; Filtering out the noise. The system checks if an incoming bug is spam, ensures it meets intake criteria (e.g. is not a duplicate), and verifies that it clearly describes a Chrome security vulnerability.&lt;br /&gt;&amp;nbsp; &amp;nbsp; Reproducing bugs. Next, the system checks for a proof of concept. Reproducible bugs are tested on the specific operating system and browser versions they affect. Based on this, the system attaches further details such as stack traces to the bug to help inform the fix.&lt;br /&gt;&amp;nbsp; &amp;nbsp; Enriching the report with metadata. The system adds essential metadata to the report, such as when the bug was first introduced and its severity rating. To help this process scale, we’ve made our severity guidelines clearer and easier to apply automatically. We continue to allow developers to modify the severity rating if they believe it is incorrect, and to add context to help models reason about security boundaries using SECURITY.md files.&lt;br /&gt;&amp;nbsp; &amp;nbsp; Automatic assigning. The system automatically routes the issue to the correct component and human owner.&lt;br /&gt;&lt;br /&gt;While it&amp;#39;s hard to measure precisely, we estimate that this new process is saving hundreds of hours of developer time per month, allowing our team to focus on other security priorities.&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;&lt;br /&gt;&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;Across Google, developers share the responsibility of prioritizing security fixes with the security team, but scaling bug discovery requires an equally scalable bug fixing process.&lt;br /&gt;&lt;br /&gt;To achieve this, we rely on multi-agent workflows throughout:&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; After initial build steps that bring in context from a specific issue, we run a fixing agent that returns multiple candidate fixes.&lt;br /&gt;&amp;nbsp; &amp;nbsp; A critic agent then evaluates which would be the best fit, producing other relevant artifacts for developers to evaluate the fix.&lt;br /&gt;&amp;nbsp; &amp;nbsp; The fixing and critic agents work in a loop that mimics a typical code review process to ensure that code is functional and compliant with Chromium and Google style guidelines, as well as other local code conventions.&lt;br /&gt;&amp;nbsp; &amp;nbsp; Test-writing agents help write tests for fixes. These agents can ensure that tests work across the full array of Chrome supported platforms and configurations before a developer reviews the fix, saving up to weeks of developer time.&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;&lt;br /&gt;Seems like Google is using LLM a lot. Not sure if it will introduce new bug in the process.. I have very mixed feelings about developing / maintaining critical software with LLM.&lt;br /&gt;&lt;br /&gt;</description>
            <author>BlueLeaflet</author>
            <category>Web Applications</category>
            <pubDate>Sat, 01 Aug 2026 20:15:28 +0800</pubDate>
        </item>
        <item>
            <title>[PSA] Chrome browser On-device AI Gemini 4gb model, Chrome update installs / On by default</title>
            <link>http://forum.lowyat.net/topic/5572069</link>
            <description>Chrome browser updates and auto-install 4gb of Gemini AI model which turn ON by default.&lt;br /&gt;&lt;br /&gt;If you&amp;#39;re not using the bloatware or prefer to turn it off / delete it ,&lt;br /&gt;&lt;br /&gt;Settings &amp;gt; System &amp;gt; On-device AI &amp;gt; Disable&lt;br /&gt;&lt;br /&gt;chrome://flags &amp;gt; Optimization Guide &amp;gt; Enables Optimization Guide on Device &amp;gt; Disable&lt;br /&gt;&lt;br /&gt;Delete folder at: &amp;#092;AppData&amp;#092;Local&amp;#092;Google&amp;#092;Chrome&amp;#092;User Data&amp;#092;OptGuideOnDeviceModel</description>
            <author>phunkydude</author>
            <category>Web Applications</category>
            <pubDate>Sun, 26 Jul 2026 00:46:23 +0800</pubDate>
        </item>
        <item>
            <title>cdn.jsdelivr.net, Error net::ERR_CONNECTION_REFUSED</title>
            <link>http://forum.lowyat.net/topic/5568809</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;I get the error in console:&lt;br /&gt;net::ERR_CONNECTION_REFUSED&lt;br /&gt;&lt;br /&gt;when trying to access&lt;br /&gt;&lt;a href='https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css' target='_blank'&gt;https://cdn.jsdelivr.net/npm/bootstrap@5.3....otstrap.min.css&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;previously getting error:&lt;br /&gt;net::ERR_CERT_COMMON_NAME_INVALID&lt;br /&gt;&lt;br /&gt;Anyone is facing the same issue? I am using CelcomDigi Home Fiber.&lt;br /&gt;I have tried clear cache, flush DNS, restart router and mobile data.</description>
            <author>aeric80</author>
            <pubDate>Wed, 24 Jun 2026 14:31:54 +0800</pubDate>
        </item>
        <item>
            <title>108 Malicious Chrome Extensions target, Google Telegram YouTube TikTok  ads</title>
            <link>http://forum.lowyat.net/topic/5562026</link>
            <description>Socket&amp;#39;s Threat Research Team identified 108 malicious Chrome extensions operating as a coordinated campaign under a shared C2 infrastructure at cloudapi[.]stream. The extensions are published under five distinct publisher identities (Yana Project, GameGen, SideGames, Rodeo Games, and InterAlt) and collectively account for approximately 20k Chrome Web Store installs. All 108 route stolen credentials, user identities, and browsing data to servers controlled by the same operator. The extensions remain live at the time of writing. We have submitted takedown requests to the Chrome Web Store security team and Google Safe Browsing.&lt;br /&gt;&lt;br /&gt;The campaign spans several threat categories across 108 extensions:&lt;br /&gt;&lt;br /&gt;    54 extensions steal Google account identity via OAuth2&lt;br /&gt;    1 extension actively exfiltrates Telegram Web sessions every 15 seconds&lt;br /&gt;    1 extension includes staged infrastructure for Telegram session theft (not yet activated)&lt;br /&gt;    2 extensions strip YouTube security headers and inject ads&lt;br /&gt;    1 extension strips TikTok security headers and injects ads&lt;br /&gt;    2 extensions inject content scripts into every page the user visits&lt;br /&gt;    1 extension proxies all translation requests through the threat actor&amp;#39;s server&lt;br /&gt;    45 extensions contain a universal backdoor that opens arbitrary URLs on browser start&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='https://socket.dev/blog/108-chrome-ext-linked-to-data-exfil-session-theft-shared-c2' target='_blank'&gt;https://socket.dev/blog/108-chrome-ext-link...theft-shared-c2&lt;/a&gt;</description>
            <author>JLA</author>
            <pubDate>Mon, 20 Apr 2026 10:11:48 +0800</pubDate>
        </item>
        <item>
            <title>Cannot login to gmail auto login google chat, </title>
            <link>http://forum.lowyat.net/topic/5560938</link>
            <description>Each time I keyin my login info into gmail always either&lt;br /&gt;&lt;br /&gt;1) Freeze at loading google workspace refresh auto login to google chat&lt;br /&gt;&lt;br /&gt;2) Auto login to google chat&lt;br /&gt;&lt;br /&gt;In google chat got gmail icon but when click always login to google chat again in new tab or no function at all.&lt;br /&gt;&lt;br /&gt;I login to gmail in windows pc. I cannot acces my inbox mail at all. Clear browser restart computer use a new browser version same thing happen again.&lt;br /&gt;&lt;br /&gt;Google for help the ai said must disable meet and chat in gear icon but theres no such gear icon in google chat.&lt;br /&gt;&lt;br /&gt;This problem comes out recently I even change password and login again same thing happen again.  &lt;!--emo&amp;:ranting:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/ranting.gif' border='0' style='vertical-align:middle' alt='ranting.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:ranting:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/ranting.gif' border='0' style='vertical-align:middle' alt='ranting.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:ranting:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/ranting.gif' border='0' style='vertical-align:middle' alt='ranting.gif' /&gt;&lt;!--endemo--&gt; Really need help here.</description>
            <author>Lamp</author>
            <pubDate>Fri, 10 Apr 2026 00:29:59 +0800</pubDate>
        </item>
        <item>
            <title>&amp;lt;Friend&amp;#39;s name&amp;gt; just reposted a video, Tiktok did that? Or was it my friend?</title>
            <link>http://forum.lowyat.net/topic/5539692</link>
            <description>Hi&lt;br /&gt;&lt;br /&gt;I always view and give a like to my friend&amp;#39;s videos/story on Tiktok&lt;br /&gt;Each time I get a notification from tiktok&lt;br /&gt;&lt;br /&gt;Lately I am busy.&lt;br /&gt;So I did not open the app for 2 days&lt;br /&gt;&lt;br /&gt;But kept getting notifications&lt;br /&gt;&lt;br /&gt;&lt;!--SPOILER BEGIN--&gt;&lt;div class=&quot;spoilertop&quot; onClick=&quot;openClose('ad78c36e99d05a5faca9250c47011c2e')&quot; style=&quot;font-weight: bold&quot;&gt;&lt;u&gt;&amp;raquo; Click to show Spoiler - click again to hide... &amp;laquo;&lt;/u&gt;&lt;/div&gt;&lt;div class=&quot;spoilermain&quot; id=&quot;ad78c36e99d05a5faca9250c47011c2e&quot; style=&quot;display:none&quot;&gt;&lt;!--SPOILER END--&gt;&lt;a href='https://pictr.com/image/xodVXO' target='_blank'&gt;&lt;img src='https://pictr.com/images/2025/09/17/xodVXO.md.jpg' border='0' alt='user posted image' /&gt;&lt;/a&gt;&lt;!--SPOILER DIV--&gt;&lt;/div&gt;&lt;!--SPOILER DIV--&gt;&lt;br /&gt;&lt;br /&gt;The thing is...the video that tiktok allegedly claimed was reposted by my friend...was actually reposted by my friend weeks ago.&lt;br /&gt;Tiktok glitch?&lt;br /&gt;&lt;br /&gt;Tiktok kept sending similar noti&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;My question is...&lt;br /&gt;The system did that?&lt;br /&gt;Or it was actually my friend undreposted and then reposted again.&lt;br /&gt;If yes, i wonder why she did that.</description>
            <author>Chastain</author>
            <pubDate>Tue, 16 Sep 2025 23:50:08 +0800</pubDate>
        </item>
        <item>
            <title>Add 2nd GMAIL Account Error, </title>
            <link>http://forum.lowyat.net/topic/5531447</link>
            <description>I&amp;#39;m trying to add GMAIL account A into GMAIL account B, using Chrome Browser, but I am getting this error&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='https://pictr.com/image/xwoYHY' target='_blank'&gt;&lt;img src='https://pictr.com/images/2025/07/11/xwoYHY.md.jpg' border='0' alt='user posted image' /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;User ID and Password already confirmed correct, POP and IMAP setting all already enabled, and I have even enabled &amp;quot;Allow Less Secure&amp;quot; option in Google Security Settings, but still getting the same above error. &lt;br /&gt;&lt;br /&gt;Does anyone encounter this before and perhaps have a solution for it?</description>
            <author>AhMoon</author>
            <pubDate>Fri, 11 Jul 2025 12:41:13 +0800</pubDate>
        </item>
        <item>
            <title>malaysia.indeed.com site error, </title>
            <link>http://forum.lowyat.net/topic/5527796</link>
            <description>Hi&lt;br /&gt;&lt;br /&gt;Each time I clicked on &amp;#39;Apply Now&amp;#39;&lt;br /&gt;&lt;br /&gt;&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;This site can’t be reached&lt;br /&gt;Check if there is a typo in malaysia.smartapply.indeed.com.&lt;br /&gt;&lt;br /&gt;If spelling is correct, try running Windows Network Diagnostics.&lt;br /&gt;DNS_PROBE_FINISHED_NXDOMAIN&lt;br /&gt;&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;It was fine before.&lt;br /&gt;&lt;br /&gt;Thank you</description>
            <author>Chastain</author>
            <pubDate>Tue, 17 Jun 2025 12:29:33 +0800</pubDate>
        </item>
        <item>
            <title>Floorp Web Browser, </title>
            <link>http://forum.lowyat.net/topic/5521696</link>
            <description>&lt;a href='https://pictr.com/image/xMNDEX' target='_blank'&gt;&lt;img src='https://pictr.com/images/2025/05/05/xMNDEX.md.png' border='0' alt='user posted image' /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='https://pictr.com/image/xMN2Kg' target='_blank'&gt;&lt;img src='https://pictr.com/images/2025/05/05/xMN2Kg.md.png' border='0' alt='user posted image' /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Floorp is an open-source browser derived from Firefox. The Floorp software is made available under the terms of various open source licenses, including the Mozilla Public License. This means you may use, copy, modify, and distribute Floorp to others, as long as you follow the open source licenses and the Floorp Project&amp;#39;s trademark guidelines.&lt;br /&gt;&lt;br /&gt;Firefox ESR 128.x based&lt;br /&gt;with extended browser settings&lt;br /&gt;Made In Japan&lt;br /&gt;&lt;br /&gt;&lt;a href='https://github.com/Floorp-Projects/Floorp?tab=readme-ov-file' target='_blank'&gt;https://github.com/Floorp-Projects/Floorp?tab=readme-ov-file&lt;/a&gt;</description>
            <author>JLA</author>
            <pubDate>Mon, 05 May 2025 16:44:33 +0800</pubDate>
        </item>
        <item>
            <title>New PC Cannot Open Certain Website, Websites</title>
            <link>http://forum.lowyat.net/topic/5495653</link>
            <description>Hi guys,&lt;br /&gt;&lt;br /&gt;I have just bought a new PC, I have tried Edge and Chrome, I could not open certain webistes (such as crypto exchange, movie site, japan av site). I can open all of these in my old PC no issue.&lt;br /&gt;&lt;br /&gt;May I know what would be the problem? Security Setting?&lt;br /&gt;&lt;br /&gt;Any solution?&lt;br /&gt;&lt;br /&gt;The error message = hmmm......can&amp;#39;t reach this page</description>
            <author>tkyong1</author>
            <pubDate>Thu, 21 Nov 2024 08:27:22 +0800</pubDate>
        </item>
        <item>
            <title>how to stop email going to Promotions tab?, </title>
            <link>http://forum.lowyat.net/topic/5455180</link>
            <description>Notifications from my Strava subscriptions ended up in Promotions folder in gmail.&lt;br /&gt;&lt;br /&gt;This caused me to miss many previous notification.&lt;br /&gt;&lt;br /&gt;How do i teach them to go to Inbox instead ?&lt;br /&gt;&lt;br /&gt;</description>
            <author>Azran1979</author>
            <pubDate>Fri, 03 May 2024 12:45:34 +0800</pubDate>
        </item>
        <item>
            <title>Solved, </title>
            <link>http://forum.lowyat.net/topic/5452688</link>
            <description>-                     -</description>
            <author>Chastain</author>
            <pubDate>Sat, 20 Apr 2024 08:45:55 +0800</pubDate>
        </item>
        <item>
            <title>YT view, Can we fix this?</title>
            <link>http://forum.lowyat.net/topic/5451396</link>
            <description>Suddenly happened.&lt;br /&gt;&lt;br /&gt;Chrome browser&lt;br /&gt;&lt;br /&gt;Comments were at the bottom.&lt;br /&gt;&lt;br /&gt;Now it&amp;#39;s on the side.&lt;br /&gt;&lt;br /&gt;Can we fix it?&lt;br /&gt;&lt;br /&gt;Or it&amp;#39;s a YT new feature?&lt;br /&gt;&lt;br /&gt;Firefox still use old feature though.&lt;br /&gt;&lt;br /&gt;Thank you&lt;br /&gt;&lt;br /&gt;&lt;a href='https://pictr.com/image/E3AnaX' target='_blank'&gt;&lt;img src='https://pictr.com/images/2024/04/13/E3AnaX.md.jpg' border='0' alt='user posted image' /&gt;&lt;/a&gt;</description>
            <author>Chastain</author>
            <pubDate>Sat, 13 Apr 2024 18:49:48 +0800</pubDate>
        </item>
        <item>
            <title>Anybody using Tor Browser?, </title>
            <link>http://forum.lowyat.net/topic/5437145</link>
            <description>Anyone here using Tor browser? Is it safe to use this browser?</description>
            <author>ally77</author>
            <pubDate>Sat, 03 Feb 2024 23:17:30 +0800</pubDate>
        </item>
        <item>
            <title>Cheap android app maker to earn money, What company provides this service</title>
            <link>http://forum.lowyat.net/topic/5436606</link>
            <description>Cqn anyone revommend a cheap service privider where ww can build Android apps with no coding and them earn money thru advertising within the app?&lt;br /&gt;I tried Appsgeyser but found out their apps always flagged off by Play Store.&lt;br /&gt;Appreciate for any recommendation.&lt;br /&gt;Thanks.</description>
            <author>zumaidi</author>
            <pubDate>Thu, 01 Feb 2024 09:23:11 +0800</pubDate>
        </item>
        <item>
            <title>DNS Leak Test, </title>
            <link>http://forum.lowyat.net/topic/5435478</link>
            <description>suddenly dns hijack transparent proxy become hot topic&lt;br /&gt;&lt;br /&gt;i just said &amp;#39;welcome to the club&amp;#39;&lt;br /&gt;&lt;br /&gt;it been there for month if not years&lt;br /&gt;&lt;br /&gt;&lt;a href='https://browserleaks.com/dns' target='_blank'&gt;https://browserleaks.com/dns&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='https://whoer.net/dns-leak-test' target='_blank'&gt;https://whoer.net/dns-leak-test&lt;/a&gt;</description>
            <author>JLA</author>
            <pubDate>Fri, 26 Jan 2024 12:10:53 +0800</pubDate>
        </item>
        <item>
            <title>CelcomDigi Fiber last mile connection, </title>
            <link>http://forum.lowyat.net/topic/5405524</link>
            <description>Are there any CelcomDigi users here?&lt;br /&gt;&lt;br /&gt;I have the following questions.&lt;br /&gt;&lt;br /&gt;1) Does CelcomDigi share last mile connection with Unifi (like Maxis) or is it their own cable (like Time Broadband)?&lt;br /&gt;2) Does CelcomDigi allocates everyone their own external IP address? Not talking about static IP. Do they employ CGNAT to assign one public external IP shared amongst multiple users?&lt;br /&gt;3) Does CelcomDigi have any bandwidth throttling or is it bantai je?&lt;br /&gt;&lt;br /&gt;Thanks&amp;#33;</description>
            <author>munchoong</author>
            <pubDate>Wed, 06 Sep 2023 14:42:24 +0800</pubDate>
        </item>
        <item>
            <title>Google Drive for Yahoo email account, How to access?</title>
            <link>http://forum.lowyat.net/topic/5401719</link>
            <description>Hi&lt;br /&gt;&lt;br /&gt;This might sound strange to some of you.&lt;br /&gt;I have a yahoo email account created years ago.&lt;br /&gt;Believe it or not it has Google Drive  &lt;!--emo&amp;:stars:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxub.gif' border='0' style='vertical-align:middle' alt='rclxub.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:P--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/tongue.gif' border='0' style='vertical-align:middle' alt='tongue.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;Probably back then got some kind of merge between Yahoo and Google.&lt;br /&gt;I have no idea.&lt;br /&gt;&lt;br /&gt;15GB &lt;br /&gt;I do not recall how I uploaded the files into it.&lt;br /&gt;&lt;br /&gt;Now I wish to access them but don&amp;#39;t know how.&lt;br /&gt;&lt;br /&gt;&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;Your storage is 98% full&lt;br /&gt;14.78 GB used&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;&lt;br /&gt; &lt;!--emo&amp;:help:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_question.gif' border='0' style='vertical-align:middle' alt='icon_question.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>Chastain</author>
            <pubDate>Sat, 19 Aug 2023 07:40:19 +0800</pubDate>
        </item>
    </channel>
</rss>
