- Joined
- Jan 29, 2022
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
1.If you get a new PC and it has annoying rainbow pride lights on the RAM/motherboard, try OpenRGB
I can now sleep in the same room as my PC while it's on, a total livesaver.
What are some good image viewers for Windows? I'm open to paid ones, but nothing subscription based. I'm looking for something snappy like IrfanView, but more modern.
XnViewMP is more modern, that's what I use and it works fine. You might also want to look into XnShell Extension, it'll give you quick image conversion options in the right click menu, and it works on non-animated WebP images.
What happened to the built in one?Any good PDF readers for Mac?
It's for my mother. I know nothing about macs and didn't know there was a built in one. Thanks.What happened to the built in one?
Maybe Foxit Reader? Edge finally has decent PDF support now too.
If I remember correctly Mac OS X's window/application rendering engine was based off of the pdf format so they have Preview built in standard, but I don't know if that's still true in macOS.It's for my mother. I know nothing about macs and didn't know there was a built in one. Thanks.
I've been using imageglass for awhile, it opens most image formats and thats really it.
Honeyview is fantastic.
XnViewMP is more modern, that's what I use and it works fine. You might also want to look into XnShell Extension, it'll give you quick image conversion options in the right click menu, and it works on non-animated WebP images.
Follow up as I can't edit the post: (regarding FastStone Image Viewer) it's possible to rotate by 90 degrees freely with R and L. The rotate buttons in the toolbar (which are locked and uncustomisable) permanently modify the original image.The first is outside of comparison view, rotating an image permanently alters the original. I couldn't find a way to play with rotation without it doing that, and even if there is a way, it shouldn't be so obfuscated.
Best I know of is SubtitleEdit, which lets you edit and sync srt subs one at a time.Is there some sort of "subtitle management" program where you give it a folder full of videos and it'll make a table that lists all the subtitles for each file, so you can preview the subtitles, rearrange them and remove extra subtitles or fix ones that are out of sync?
Z myprogram files
I need something that lets me interface with a react page via HTTPS, needs to have UA spoofing, and be able to bypass noscript checks. Lang doesn't matter.
curl -A "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/81.0"
I'm just probing a site right now for a thread. I tried using some old tricks I used in python, but the noscript check is throwing a monkey wrench into things.Code:curl -A "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/81.0"
You'll need to give more info on what you're trying to do. If it's just downloading files, there's a bunch of stuff you can do. For example, open developer console, select the network tab and reload the page, then search for requests to an API. Right click them, "copy url as curl" then work backwards.
But yeah, more info needed.
edit; WRT noscript, if you're referring to bot checks and pseudo DDOS protection then you'll probably be SOL and need to look at things like selenium or headless browsers in general.