Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit f953610

Browse files
authored
Add additional news articles (when not logged-in)
1 parent 91c6693 commit f953610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chrome/browser/resources/local_ntp/local_ntp.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ <h2>Private mode</h2>
918918
localStorage.lastOffsetRendered = 0;
919919
render_news_loading();
920920
}
921-
await fetch('https://news.google.com/' + localStorage.newsLocale, { method: 'GET', credentials: 'include' })
921+
await fetch('https://news.google.com/topics/CAAqJggKIiBDQkFTRWdvSUwyMHZNRFZxYUdjU0FtVnVHZ0pWVXlnQVAB' + localStorage.newsLocale, { method: 'GET', credentials: 'include' })
922922
.then(function(response) {
923923
if (response.url.includes("&ceid=")) {
924924
// console.log('Gnews: Detected ceid (standard)');

0 commit comments

Comments
 (0)