mirror of
https://github.com/zedeus/nitter.git
synced 2025-12-06 03:55:36 -05:00
Don't update url when autoloading next page
It seemed like a great idea so reloads wouldn't lose progress, but it just became annoying.
This commit is contained in:
@@ -25,7 +25,6 @@ window.onload = function() {
|
||||
loadMore.children[0].text = "Loading...";
|
||||
|
||||
var url = new URL(loadMore.children[0].href);
|
||||
window.history.pushState('', '', url.toString());
|
||||
url.searchParams.append('scroll', 'true');
|
||||
|
||||
fetch(url.toString()).then(function (response) {
|
||||
|
||||
Reference in New Issue
Block a user