another possible fix for fav randoming
This commit is contained in:
@@ -381,7 +381,7 @@ window.requestAnimFrame = (function () {
|
||||
const wUserMatch = window.location.href.match(/\/user\/([^/]+)/);
|
||||
if (wUserMatch) {
|
||||
params.append('user', decodeURIComponent(wUserMatch[1]));
|
||||
if (window.location.href.includes('/favs/')) {
|
||||
if (window.location.href.match(/\/favs(\/|$|\?)/)) {
|
||||
params.append('fav', 'true');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user