Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/01/2024 in Posts

  1. This post is old, but I wanna answer it in case someone else is wondering. ASP (like PHP) is a server-side scripting language. When you visit an ASP page with your browser, you will only get the HTML output from that ASP page. The Wayback Machine gets the same HTML output when it crawls a website. The query string is not part of the file name. In order to allow you to download these as separate files, the WBM encodes the question mark as well as the special characters in the query string so they can be part of the file name. Renaming them is not an option (the decoded query string can't be part of the file name). Even if you could, that wouldn't allow a link to "splash.asp?page=3" to work, as it requests splash.asp (passing it the parameter "page=3"). Supposing that the WBM also saved "splash.asp" without the fluff, it still wouldn't know what to do with the parameter; you'd need the original document which has all the parameters and variables defined, which nobody can access or read except for the server it originally resided on. The files in your screenshot are nothing more than static HTML files at this point. You really only have one option: 1) give the files a name that's more meaningful to you (without special characters) 2) update the links inside the files
    1 point
  2. trying to port some mozilla changes to my tree: https://github.com/roytam1/UXP/compare/687f52e183175f38d6e511f44d64233537c22741...ed16ab739e32e9f7026b7b76ae76443567aa10b1 it compiles but I can't find examples to test.
    1 point
  3. ... Doesn't seem to be limited to just NM28; when using the VORAPIS V3 userscript (in KMB[Cr87]+ViolentmonkeyBETA-2.25.1 here ), the loop playlist button can be enabled (highlighted), but, sadly, does not have the desired effect ; playback of the playlist ends with its last item (what happens next depends on how you have configured things...) ... The current YT GUI is a PITA to load and operate here in this 2008 Vista SP2 32-bit laptop (Core2Duo+iGPU+RAM=3GB) but, out of (perverse ) curiosity, I wanted to test this ; I used NHTPG's playlist posted previously in this thread: https://www.youtube.com/watch?v=jiW7NbkhbJ0&list=PL2ZucxOJLzfVRTHxcWt5TjQ2ZCRNjc6TM&index=1 (FYI, out of the 321 playlist items, only 295 are accessible in my location - rights issues...) The loop and shuffle playback buttons are behind a playlist "header", so not immediately visible; you seem to be able to select a "once more" playback of chosen playlist: or a continuous loop playback mode... In either case, when you reach the end of the playlist (NB: Autoplay must be enabled), you are presented with a (misleading) in-player dialogue pertaining to a YT suggested clip (not contained in the original playlist), but if you leave it be, the page auto-reloads and playback begins anew with the first item (index) of the list...
    1 point
  4. I never got the remaining time displayed on the video player. How would that normally work? Usually, I only get the time already elapsed and the total time. I should mention that I am never signed in to my Google Account when playing YT videos in New Moon 28. Edit: I found a working script to retrofit the remaining time on the video player in New Moon 28: https://greasyfork.org/en/scripts/19120-youtube-remaining-time
    1 point
×
×
  • Create New...