00:00
00:00
Username
  • Title
  • Title
  • Title
  • Title
  • Title
  • Title
  • Username
  • Username
  • Username
  • Title
  • Title
  • Newgrounds Background Image Theme

    View All Playlists

    • Load More

    All of the entries on this page have been hidden by your filters.'); $(parentNode).replaceWith($p); } }, remove_missing: true, remove_unsuitable: true, // don't send to ul container, we already have it send_to_groups: false, }); const loadUrl = function(event_or_url) { let url; if (typeof event_or_url === 'string') { url = event_or_url; } else { url = $(this).is('a') ? this.href : this.value; } $.get(url, (response) => { $('#playlist-index').replaceWith(response.data.content); history.pushState({}, '', url); }); return false; }; window.addEventListener('popstate', (e) => { location.reload(); }); $('#playlist-index select').change(loadUrl); $('#playlist-index input[name="status-switch"]').click(function() { let url = new URL(window.location.href); if (this.checked) { url.searchParams.delete('status'); } else { // inverse of what's going on here url.searchParams.set('status', 'all'); } loadUrl(url.toString()); }); })(jQuery);