Jump to content

nicolaasjan

Member
  • Posts

    512
  • Joined

  • Last visited

  • Days Won

    3
  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by nicolaasjan

  1. Well... Yesterday it worked, but now it doesn't any more here... You can also check out https://invidio.us/ [EDIT] With the Greasemonkey extension and a userscript you can let embedded Youtube videos play in Invidious. Greasemonkey: https://github.com/janekptacijarabaci/greasemonkey/releases/tag/3.31.4Fork (grab version 3.31.4 near the bottom). Userscript: https://greasyfork.org/en/scripts/375264-youtube-to-invidious
  2. For now you can have the old interface back by changing in about:config: general.useragent.override.youtube.com from: Mozilla/5.0 (%OS_SLICE% rv:60.0) Gecko/20100101 Firefox/60.0 PaleMoon/28.10.1a1 to: Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) That is, until Google kills it permanently... Screenshot [EDIT] Changed the first useragent value from the Linux one to the one in my XP virtual machine; sorry for that...
  3. Same here. Click on "View" instead and import that address. (or right-click and copy link target)
  4. I can do that in my Linux system. 1. Install the program fontforge. 2. Create a script called e.g. otf2ttf.sh in /home/$USER/bin, with the following content: #!/usr/bin/fontforge i=1 while ( i<$argc ) Open($argv[i]) Generate($argv[i]:r + ".ttf") i = i+1 endloop 3. Make this script executable. 4. Open a terminal in the directory with your .otf file(s) and enter the following command: for i in *.otf; do echo $i; fontforge -script ~/bin/otf2ttf.sh $i; done 5. Profit! [Edit] Fontforge is available for Windows as well, but I have no idea how to proceed there...
  5. Thanks! I've been here before though.
  6. I converted the newest .otf to .ttf: https://dl.dropboxusercontent.com/s/z9taofmjo76q6r9/Symbola.zip Virustotal scan: https://www.virustotal.com/gui/file/76185e9f80015c7079d4f68ef49cf467075ff7a6d0f737769a206a8a6c1f670d/detection
  7. Thanks simonsat! It works. Now I really hope there soon will be a fix of some sort, so that you don't have to do this with each new release...
  8. Hi all! New user here from The Netherlands. First of all I want to thank roytam1 for his efforts to keep a browser alive for Windows XP. @simonsat I'm facing the same problem Gargam had, but with the Dutch locale in palemoon-28.9.0a1.win32-git-20200314-bad6974a7-uxp-41e5925b4-xpmod. I don't know how to modify the xpi-file myself, so I'm asking you if you would be so kind to provide me a working one?
×
×
  • Create New...