#Firefox download for window 10
Explore tagged Tumblr posts
Text
YouTube Downloads through VLC: Step by Step
So this guide to easily downloading off YouTube is super helpful, but there's enough important information hidden in the reblogs that (with the permission of OP @queriesntheories ) I'm doing a more step-by-step version.
Please note: these downloads will be in YouTube quality. My test video download is coming through at 360p, even though the video I'm starting from is set to 720p. They're legible, but they won't look great on a TV. For high visual quality, you'll want to seek out other methods.
This guide is written for Windows 10, since that's what I can test on. It's been tested on Firefox, Chrome, and Edge (which is a Chromium browser, so the method should work in other Chromium browsers too). So far, I haven't tracked down a way to use this download method on mobile.
BASIC KNOWLEDGE:
I'll try to make this pretty beginner-friendly, but I am going to assume that you know how to right-click, double-click, navigate right-click menus, click-and-drag, use keyboard shortcuts that are given to you (for example, how to use Ctrl+A), and get the URL for any YouTube video you want to download.
You'll also need to download and install one or more programs off the internet using .exe files, if you don't have these programs already. Please make sure you know how to use your firewall and antivirus to keep your computer safe, and google any names you don't recognize before allowing permission for each file. You can also hover your mouse over each link in this post to make sure it goes where I'm saying it will go.
YOU WILL NEED:
A computer where you have admin permissions. This is usually a computer you own or have the main login on. Sadly, a shared computer like the ones at universities and libraries will not work for this.
Enough space on your computer to install the programs listed below, if you don't have them already, and some space to save your downloaded files to. The files are pretty small because of the low video quality.
A simple text editing program. Notepad is the one that usually comes with Windows. If it lets you change fonts, it's too fancy. A notepad designed specifically to edit program code without messing it up is Notepad++, which you can download here.
A web browser. I use Firefox, which you can get here. Chrome or other Chrome-based browsers should also work. I haven't tested in Safari.
An Internet connection fast enough to load YouTube. A little buffering is fine. The downloads will happen much faster than streaming the entire video, unless your internet is very slow.
VLC Media Player, which you can get here. It's a free player for music and videos, available on Windows, Android, and iOS, and it can play almost any format of video or audio file that exists. We'll be using it for one of the central steps in this process.
If you want just the audio from a YouTube video, you'll need to download the video and then use a different program to copy the audio into its own file. At the end of this post, I'll have instructions for that, using a free sound editor called Audacity.
SETUP TO DOWNLOAD:
The first time you do this, you'll need to set VLC up so it can do what you want. This is where we need Notepad and admin permissions. You shouldn't need to repeat this process unless you're reinstalling VLC.
If VLC is open, close it.
In your computer's file system (File Explorer on Windows), go to C:\Program Files\VideoLAN\VLC\lua\playlist
If you're not familiar with File Explorer, you'll start by clicking where the left side shows (C:). Then in the big main window, you'll double-click each folder that you see in the file path, in order - so in this case, when you're in C: you need to look for Program Files. (There will be two of them. You want the one without the x86 at the end.) Then inside Program Files you're looking for VideoLAN, and so forth through the whole path.
Once you're inside the "playlist" folder, you'll see a lot of files ending in .luac - they're in alphabetical order. The one you want to edit is youtube.luac which is probably at the bottom.
You can't edit youtube.luac while it's in this folder. Click and drag it out of the playlist folder to somewhere else you can find it - your desktop, for instance. Your computer will ask for admin permission to move the file. Click the "Continue" button with the blue and yellow shield.
Now that the file is moved, double-click on it. The Microsoft Store will want you to search for a program to open the .luac file type with. Don't go to the Microsoft Store, just click on the blue "More apps" below that option, and you'll get a list that should include your notepad program. Click on it and click OK.
The file that opens up will be absolutely full of gibberish-looking code. That's fine. Use Ctrl+A to select everything inside the file, then Backspace or Delete to delete it. Don't close the file yet.
In your web browser, go to https://github.com/videolan/vlc/blob/master/share/lua/playlist/youtube.lua
Click in the part of the Github page that has a bunch of mostly blue code in it. Use Ctrl+A to select all of that code, Ctrl+C to copy it, then come back into your empty youtube.luac file and use Ctrl+P to paste the whole chunk of code into the file.
Save the youtube.luac file (Ctrl+S or File > Save in the upper left corner of the notepad program), then close the notepad program.
Drag youtube.luac back into the folder it came from. The computer will ask for admin permission again. Give it permission.
Now you can close Github and Notepad. You're ready to start downloading!
HOW TO DOWNLOAD:
First, get your YouTube link. It should look something like this: https://www.youtube.com/watch?v=abc123DEF45 If it's longer, you can delete any extra stuff after that first set of letters and numbers, but you don't have to.
Now open VLC. Go to Media > Open Network Stream and paste your YouTube link into the box that comes up. Click Play. Wait until the video starts to play, then you can pause it if you want so it's not distracting you during the next part.
(If nothing happens, you probably forgot to put youtube.luac back. coughs)
In VLC, go to Tools > Codec Information. At the bottom of the pop-up box you'll see a long string of gibberish in a box labeled Location. Click in the Location box. It won't look like it clicked properly, but when you press Ctrl+A, it should select all. Use Ctrl+C to copy it.
In your web browser, paste the entire string of gibberish and hit Enter. Your same YouTube video should come up, but without any of the YouTube interface around it. This is where the video actually lives on YouTube's servers. YouTube really, really doesn't like to show this address to humans, which is why we needed VLC to be like "hi I'm just a little video player" and get it for us.
Because, if you're looking at the place where the video actually lives, you can just right-click-download it, and YouTube can't stop you.
Right-click on your video. Choose "Save Video As". Choose where to save it to - I use my computer's built-in Music or Videos folders.
Give it a name other than "videoplayback" so you can tell it apart from your other downloads.
The "Save As Type" dropdown under the Name field will probably default to MP4. This is a good versatile video format that most video players can read. If you need a different format, you can convert the download later. (That's a whole other post topic.)
Click Save, and your video will start downloading! It may take a few minutes to fully download, depending on your video length and internet speed. Once the download finishes, congratulations! You have successfully downloaded a YouTube video!
If you'd like to convert your video into a (usually smaller) audio file, so you can put it on a music player, it's time to install and set up Audacity.
INSTALLING AUDACITY (first time setup for audio file conversion):
You can get Audacity here. If you're following along on Windows 10, choose the "64-bit installer (recommended)". Run the installer, but don't open Audacity at the end, or if it does open, close it again.
On that same Audacity download page, scroll down past the installers to the "Additional resources". You'll see a box with a "Link to FFmpeg library". This is where you'll get the add-on program that will let Audacity open your downloaded YouTube video, so you can tell it to make an audio-only file. The link will take you to this page on the Audacity support wiki, which will always have the most up-to-date information on how to install the file you need here.
From that wiki page, follow the link to the actual FFmpeg library. If you're not using an adblocker, be careful not to click on any of the ads showing you download buttons. The link you want is bold blue text under "FFmpeg Installer for Audacity 3.2 and later", and looks something like this: "FFmpeg_5.0.0_for_Audacity_on_Windows_x86.exe". Download and install it. Without this, Audacity won't be able to open MP4 files downloaded from YouTube.
CONVERTING TO AUDIO:
Make sure you know where to find your downloaded MP4 video file. This file won't go away when you "convert" it - you'll just be copying the audio into a different file.
Open up Audacity.
Go to File > Open and choose your video file.
You'll get one of those soundwave file displays you see in recording booths and so forth. Audacity is a good solid choice if you want to teach yourself to edit soundwave files, but that's not what we're here for right now.
Go to File > Export Audio. The File Name will populate to match the video's filename, but you can edit it if you want.
Click the Browse button next to the Folder box, and choose where to save your new audio file to. I use my computer's Music folder.
You can click on the Format dropdown and choose an audio file type. If you're not sure which one you want, MP3 is the most common and versatile.
If you'd like your music player to know the artist, album, and so forth for your audio track, you can edit that later in File Manager, or you can put the information in with the Edit Metadata button here. You can leave any of the slots blank, for instance if you don't have a track number because it's a YouTube video.
Once everything is set up, click Export, and your new audio file will be created. Go forth and listen!
#reference#vlc media player#youtube downloader#youtube#uh what other tags should i use idk#how to internet#long post
136 notes
·
View notes
Text
Alright. I'm making this post because I was unpleasantly surprised to find Microsoft had forcibly downloaded an """"ai assistant"""" onto my computer (called Copilot), and because finding a site that actually told me how to kill it for good -- in clear, truly step-by-step terms -- was way harder than it needed to be.
Preface: this is only relevant if you're running Windows 11.
Here is your target:
If you see this logo on your taskbar -- or... have Edge installed on Windows 11 -- you've got Copilot. You can't delete it on its own, Microsoft has integrated it into the OS as best they can. The most you can do is disable it (instructions for which are at the very end of this post).
So... to REALLY get rid of it you need to uninstall Microsoft Edge, because it's a part of/reliant on Edge. A lot of bells and whistles of Windows are also reliant on Edge, like widgets, but I never use those. I use my PC almost exclusively for gaming, and I don't want this slimy "ai" shit on my computer. I use Firefox anyway. Edge can go die as far as I'm concerned.
Here's the actual steps, copy-pasted from a website that took me way too long to find. It also really makes my browser chug for some reason, which is why I'm copy-pasting the whole thing. If you still want to look at the site itself, put it in reader view as fast as you can (link to site).
1.) Open Microsoft Edge, type "edge://settings/help" in the address bar, and then press Enter.
2.) Click "About Microsoft Edge" at the bottom of the left-hand pane. Copy the version number at the top of the screen, under Microsoft Edge.
3.) Press Windows Key + S to open Windows Search.
4.) Type "Command Prompt", right-click the result, and then select "Run as Administrator".
5.) The User Account Control (UAC) prompt will appear. Click "Yes".
6.) Navigate to Edge’s “Installer” directory by using the cd command. Depending on which directory your Command Prompt opens in by default, you may need to use the "cd .." command to go back a level or two.
Once ready, run this command:
cd “Program Files (x86)\Microsoft\Edge\Application\Version Number\Installer”
Replace "Version Number" with your actual version number copied earlier.
7.) Next, run this command to uninstall Microsoft Edge:
setup –uninstall –force-uninstall –system-level
((It will look like nothing happened! Don't worry!))
8.) Restart your PC for the changes to take place.
((HOWEVER, Windows will try to reinstall it the next time your PC updates (or whenever it feels like it lol) so there's a second half to this))
1.) Press Windows Key + R to open Run.
2.) Type "regedit" in the text box and click OK to open the Registry Editor.
3.) The User Account Control (UAC) prompt will appear. Click "Yes".
4.) In the Registry Editor, navigate to HKEY_LOCAL_MACHINES\SOFTWARE\Microsoft.
5.) Right-click the "Microsoft" folder, hover your cursor over "New", and then select "Key".
6.) Rename the new Key to "EdgeUpdate".
7.) Right-click EdgeUpdate, hover your cursor over "New", and then select "DWORD (32-bit) Value".
8.) Right-click the new value, which is currently named "New Value #1".
9.) Select "Rename" from the context menu.
10.) Rename the value to "DoNotUpdateToEdgeWithChromium".
11.) Right-click the newly-named DoNotUpdateToEdgeWithChromium value and select "Modify" from the context menu.
12.) The Edit DWORD (32-bit) Value window will appear. Change the Value data to "1" and then click OK.
((You are now free. If you ever run into a really serious, unavoidable issue with your OS that's clearly a result of Edge being gone, you can redownload it like a regular app. But you should be fine.))
((And, if for some reason you want still want Edge around but just want the copilot thing gone, here's what you do:
The command, for ease of copy-pasting: reg add HKCU\Software\Policies\Microsoft\Windows\WindowsCopilot /v TurnOffWindowsCopilot /t REG_DWORD /d 1 /f
You can't actually truly delete Copilot (without deleting Edge), only disable it. And as the reply says, you do have to do this every time you turn the computer on. I haven't tested that myself, but I believe it. I assume/hope that excludes just waking the computer up after it goes to sleep, but I don't know for sure.))
115 notes
·
View notes
Note
hi magz, you seem to know a lot about technology. is there any good free anti-virus software you would recommend for the average person to use? no worries if not. thank you
If on Windows 10 - 11 For personal computer (not enterprise n servers) ...
Average Windows user should use Windows Defender and Windows Security (default built-in), turn on setting. update every so- so often. and let run checks every once while.
As Windows default currently better for Personal, than most anti-virus, unlike decade ago - where windows defender was subpar n malwarebites free was best-ish for personal. have change.
most important part actually everything else beside anti-virus !
so follow other digital privacy + safety guides have recommend for other parts. especially for browser n downloads, as that how most malware come thru. (some other reccs should be in magz pinned post, some need update info tho) example:
use adblockers, most recc ublock origin. not adblock plus free version, as those allow ads by companies that pay them. -
Use mullvad browser even if not have VPN, for incognito. -
For firefox users, check "Arkenfox - firefox hardening wiki" especially 'extensions' section (especially especially ublock origin part of 'extensions') - but would not recc average person use arkenfox as-is, just check some infos n change browser few settings that are ok with change. Only use arkenfox.js if really really prefer privacy security more than... anything (not most people). -
n if are worry of security n malware more - use virtual machines on computer or tailsOS on USB stick, whenever do risky stuff. for most virus risk, won't memory of what do, n not infect whole PC. -
edit: oh yah @instantmessage remind. VirusTotal exist for scan malware links, files, n sus stuff. n can be use with browser. (people also use those for send queries on if something for real a virus, on reddit.)
Other operating systems? other time.
58 notes
·
View notes
Text
It's been requested so here it is: my gif tutorial! I hope to make this very simple as I've made gif making very simple for myself with the help of .atn made by myself and others. More under the cut!
First, what you'll need.
Photoshop (here's a link to a masterlist of free photoshop resources from birdysources)
KMPlayer, to get your screencaps.
These PS actions. (My gifmaking one, and this sharpening action from insomniacgifs.)
Some understanding of how to color gifs (I'll be linking my psd shown here, as well as including the process of making one.)
Next, how to get the videos that you want to gif.
I personally source my videos from Youtube, Twitter, and streaming services. (Firefox browser is your best friend, as it doesn't black out the screen that some services have.) If a Youtube Video Downloader isn't working, or if I'm capturing my own footage, I use the Xbox Game Bar's recording feature (windows + alt + r) to capture footage. There's also applications like OBS Studio. For Twitter, I use twittervideodownloader.com
Now, making the gif.
I use Photoshop CC 2018, but any PS with a timeline will work. But first, we gotta take our screencaps. Open your video in KMPlayer, and press alt+v. This will open up this second screen
These are my settings, with an easily accessible folder that I save my frames to. Find the scene you want to clip, and hit start & play your video, then stop when you have the frames you want.
Next up we're going to open up Photoshop. I changed my keyboard shortcuts so all I've got to do is hit ctrl+alt+o, but for you guys, you gotta go to File -> Scripts -> Load Files Into Stack
Select your screencaps of the scene you want to gif. Now that Tumblr allows gifs up to 10MB, the amount of caps you want is totally up to you. I stick to around 45-50, but sometimes there's a scene I need that's up to 150+ caps, and it still fits under the size limit. It all depends on the dimensions and coloring of your gif. I'm loading up 51 frames as the sharpening .atn deletes the final frame of your gif once it reverts back to frames, so I'll have an even 50 framed gif.
Your PS should look like this. Here comes the gif making itself. You want to hit Create Frame Animation at the bottom, where your timeline is. If your timeline isn't already open, click your Window tab up top, and find timeline in the dropdown.
After you hit Create Frame Animation, you want to Make Frames From Layers, which you'll find when you click the three lines on your timeline.
Then, reverse your frames.
Finally, Select All Frames, click the arrow on the frames, and change the frame delay to .06 seconds.
Way to go! You've made a gif! Now, if you're like me, you'll get tired of having to do that over & over when making a gifset. So, I recorded and uploaded an .atn, which means all you gotta do is load up your frames, hit play on the .atn, and your gif is good to go. I'll link it again so you don't have to lose your place in the tutorial.
So you've made your gif, now what? Now we crop, sharpen, color, and save for the web. Let's get to it.
Tumblr dimensions can be tricky, but they're easy to remember. (I even made a little graphic for it!)
For my tutorial, my Jamie gif will be 268 x 268 :)
Here is my unsharpened, unedited gif of Jamie Hayter. I believe this clip was snagged from YouTube, but it's been awhile since I saved it. I use insomniacgifs' gif sharpening atn, as I hate manually sharpening gifs. So let us run that real quick. (I'll be using the Strong option. Don't forget to delete the final frame.)
Onto coloring! The example I whipped up for this tutorial is super simple, so let's go!
I typically edit the curves first. I'm not sure why, just something I picked up from my photo journalism class back in HS.
Next, I add a little brightness. (+10)
Then, I mess with Selective Color, just a bit. (Neutrals, Black +10. Blacks, Black +5.)
Now, I don't know exactly what Channel Mixer does, but it's fun. Here's my settings.
Some Saturation (+5)
And lastly, I edit the Color Balance!
Aaaaand here's my final product! I also uploaded this as a PSD for you to save and use yourself!
Once your gif is all done, we need to save it properly. File -> Export -> Save for Web (Legacy). Here are my settings.
Note: Make sure your looping options is set to forever so your gif doesn't loop once and freeze!
And that's it! I hope this helped, and if you have any questions, my ask box is open!
#tutorial#gif tutorial#photoshop tutorial#wweedit#wrestlingedit#aewedit#*tutorial#griff.gif#she's here!!#long post
209 notes
·
View notes
Photo
TUTORIAL: staying logged in on multiple tumblr accounts using Firefox container tabs
As rpers, we are constantly looking for ways to be logged into several different tumblr accounts at the same time. While methods like sessionbox and creating new Chrome profiles are popular, I wanted to share this third option that I’ve been using for some time now : Firefox + container tabs !!
The benefits of this method include being able to have multiple accounts open in a single window without re-logging back in and not needing to re-download xkit when you want to add a new muse. You can also have more than 10 stored containers and more than 5 open at the same time, all for free. I’ve also personally found this to be more reliable than sessionbox ( so far for me, this method has not broken at all and pretty much have never had to re-log back in ).
Detailed instructions below & please like/reblog if you found useful !!
written 03.20.23. ©
Note: All these instructions are as if I just opened Firefox for the first time. Please also note that if you do not already use Firefox, you will have to add the xkit rewritten extension and set those preferences but you will only have to do that once no matter how many containers ( accounts added ) you make !
First, head to the menu in the upper right > settings
Click on “themes & extensions” in the bottom left.
Search for “containers” in the find more add-ons search bar.
The desired extension should be the very first one that comes up: Firefox Multi-Account Containers. Click the extension and “add to Firefox.”
Click “Add” & then “Okay”.
The extension is now installed ! Head back to settings ( you may have to refresh or re-navigate to the page ). On the general settings page, scroll down a little to the “Tabs” section. Next to the “Enable Container Tabs” option, click settings.
You will now see the default containers ! Now you can remove/change these containers to correspond to each of your muses by using “settings” and “add new container”. You can set the container tab name, color, and symbol.
Default view:
Below is an example of what things might look like when changed to correspond to muses. You can have more containers than this, I just stopped here for this example --- there are also only 9 unique colors that help identify which container tab is open as shown further below, so logistically it can get a little more difficult to identify which tabs are open ( because they have the same color ), but technically nothing changes that is limiting.
Example view:
Once last optional step: I recommend checking the box at the bottom “Select a container for each new tab.” What this means is when you open a new tabs, you will get a dropdown asking you to select which container it should go into, as shown below.
If you do not check this, every new tab will be “containerless” or you would have to right click on the new tab button to open a new tab in a specific container. Regardless of the setting, if you ctrl + click or right click on a link directly in a container tab, that link will automatically open in the same container.
When you have multiple tabs open in different containers, you can tell the difference between different ones by the colored bar at the top as seen below. In this example, I can see the first tab ( blue = muse 1 ), second tab ( orange = muse 6 ), third tab ( purple = muse 8 ), and fourth tab ( green = muse 3 ).
You can also always see which container you’re in by looking at the end of the address bar where the container name and symbol are shown in the respective container color ( below, I am on muse 6′s container tab ):
This concludes the tutorial !! You will have to log into the respective Tumblr account in each tab initially, but after that you shouldn’t have to do log outs and relogins anymore.
If you have a lot of tumblr accounts and don’t want to constantly have them all open, I suggest checking out my tutorial here that describes how you can get tumblr notifications for multiple accounts to come into a private discord server !!
I hope you found this useful and please like/reblog if you did !!
161 notes
·
View notes
Note
computer/firefox anon, no questions this time. just my undying thanks! as tumblr users say, i am kissing you on the mouth etc etc. huge thank you to you and everyone else who added stuff in the replies or reblogs — i feel much more confident about this now<33. tldr: y’all are awesome, thanks a bunch!
happy to help! and i think i said this deep down under the read-more in the first response to your Linux ask, but it's worth highlighting--@compusever's advice to get a Windows 10 or 11 Home laptop and do what you can with the privacy settings is not AT ALL incompatible with trying Linux or eventually replacing Windows with it. once you've booted up the computer from an installation USB drive, most distros will offer a temporary "preview" version of the OS that runs from the USB drive without changing anything on the computer. you can try Ubuntu, mess around, see if you like it, wipe the USB drive, put Mint on it, and try that; if you go for the full install you can dual-boot and keep Windows around in hard-drive quarantine in case you need it.
in other words, you don't have to take the entire plunge all at once! but i suspect that if you don't have pre-existing desktop UI preferences, and you strongly prefer a device that won't pester/spy on/micromanage you, a beginner-friendly Linux will be easier to use than any of the current versions of Windows.
btw, here's the install guide for Mint: https://linuxmint-installation-guide.readthedocs.io/en/latest/ compared to the Ubuntu one, which goes out of its way to be friendly and dead simple, the Mint guide is... a lot closer to what you can expect from most Linux tutorials, lmao. i especially love that the very second step explains a bit about why it wants you to check that the file didn't get corrupted in the download process, immediately starts providing commands you can copy into a Linux terminal to generate cryptographic checksums, and only then adds a "how to do this on Windows" link... to a forum post with commands you can paste into a Windows terminal. (meanwhile, Ubuntu gives you a download link and then displays an unobtrusive "here's how to verify the file if you want" with a one-off command and a link to more info.) even the friendliest Linux tends to be built on the labor of absolute nerds who are into this stuff as a hobby, and they are very helpful, but be warned that they often have a wildly skewed frame of reference about what "normal computer use" consists of.
51 notes
·
View notes
Text
what your desktop browser of choice says about you
google chrome: you either started using it due to its popularity or your first device was a chromebook/android phone. you've thought about switching a few times but it sounds like a pain. you don't think about this browser thing much at all
microsoft edge: why should you download something else? it works fine. might've been a bit weird at first, but you've gotten used to it. a browser's a browser.
safari: same as edge, but you buy apple products. who hurt you? did you get peer pressured into the apple ecosystem? or do you have more money than sense?
firefox: you read some posts about how firefox is better and actually made the switch. it wasn't that hard. every night you pray to the ublock origin devs.
internet explorer: you hate change. you haven't even upgraded to windows 10. nobody's taking what you're used to away from you.
opera: you saw some ads for an alternative browser and actually made the switch. it looks nice, you guess. you don't care much about the whole security privacy mumbo jumbo firefox fans talk about, you just think it's neat.
brave: you care about the privacy stuff, but firefox wasn't cool and hip enough for you. chromium isn't a dealbreaker. you might be a cryptobro or a libertarian.
vivaldi: you will design the perfect browser from scratch. you will assemble the perfect aesthetic experience to maximize your enjoyment and productivity. the gods will weep once your masterpiece is finished.
a browser not listed here: well aren't you a little hipster. you love fucking around with your computer to make it just right. you haven't gotten an update in 2 years.
opera gx: Do not interact with me.
19 notes
·
View notes
Note
did you follow any sort of guide when reskinning your computer to vista?
No, but most programs I use have individual guides, Ive put everything below for anyone interested. Make sure to create system restore points before and inbetween, please note Im not a computer guy in the least. I do not have my Windows 10 PC's best interest in mind, and Im actively trying to kill this laptop any way I can.
Start Menu: Vistalike skin on Open Shell. Files are at the bottom of the thread Login: Custom Logon Hook skin for Vista (UNSTABLE, NOT RECOMMENDED. Make sure Ctrl+Alt+Delete is enabled) Theme: Aero10 I use the Vista (shiny) variant. Not compatible with certain screen resolutions. DWMBlurGlass (for window color/opacity) may occasionally stop, I just reapply when it happens. If the program suddenly doesn't open, restarting usually does the trick. Taskbar: StartIsBack for UI, Open Shell for texture + start button. SIB's trial expiration only affects the start menu which I'm already using Open Shell for so its basically free. Uncheck all Switching tab options. For texturing, I just screenshotted a part textured by SIB and made it the taskbar texture on Open Shell. If the taskbar gets mangled for any reason restart File Explorer on Task Manager. Start buttons are an edited version of this, with added space to the right since it overlapped my taskbar items.
Firefox theme: Rinfox only works for Firefox 115/115ESR. Installation guide is in the "rinfox" folder. Extra info. Reshacker directions were in 2 different places so I'll put it all below (RUN AS ADMINISTRATOR):
IE icon (do this first): File > Open > Open firefox.exe > Icon Group tab > Replace icons 1, 2, 5, 32512 with ie.ico either from rinfox's chrome > images folders or just download it online idc Enabling aero: [^ first 3 steps done] > Manifest tab > delete these lines: ```xml <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/> <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/> <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/> ``` Press compile (Green play button on the right) > Save > Restart Computer
Extras: Win7 tray icons and network flyout (Close enough for me) Customtube / Startube for V3 WLM 2009 Vista Media Player Vista Paint Battery Mode 7 + Taskbar Tweaker Winaero Tweaker (has a lot of Legacy options) Longhorn Sidebar for Rainmeter Windhawk Extentions: Aero Flyout Fix Aero Tray Win32 Tray Clock Experience
#(Smirk) But if a technologically illiterate man such as myself can do it... I believe anyone can#If SIB catches onto the fact Im not paying for their product and puts those gay frowny faces on my taskbar I'll punch my monitor in.
11 notes
·
View notes
Note
Also you mentioned a VPN, but are there any free ones? Specifically like a Firefox extension or something like that? I can't pay money for one, and i'm gonna switch to Firefox soon anyways (long story). Also ik I said this before but thx for the kitties :D
I'm not very knowledgeable on PC VPNs but I found this article linking some
What you've got to be aware is that if they're free they're always gonna have limitations.
For your phone I'm only knowledgeable on Android. Opera has a built in limited VPN. It works only on the Opera browser though.
However I've found an app that basically works as a VPN for your whole phone
It's limited in servers and I recommend you keep checking the VPN symbol from time to time as after a while it automatically turns off the VPN I think but it works for all apps that use your location which is really good.
I went looking and found this one that has a bunch more server options
It can have very long ads but that's the price for being free. Using it right now and it works 👍
I've now also tried this third option
At first it may appear like it has more options than the last one but don't be fooled! Most of the servers are premium. It does have better options if you want your location to be the US or Canada but that's mostly it. The Super Unlimited Proxy is better for European server options.
Well that's what I found for free! I hope it helps even if I know it's probable that you have an Apple device instead of Android because that's the US norm. —_—
#ask#Anonymous#VPN#Resources#Also no worries!#Don't be embarrassed by your ask#We all feel down sometimes and it wasn't something bad to vent#I don't feel burdened by your ask. I quite enjoy trying to help people.
52 notes
·
View notes
Text
how to download (and mirror and transcribe) youtube videos
so the news that google is deleting inactive youtube channels was a miscommunication -- "Additionally, we do not have plans to delete accounts with YouTube videos at this time" (source, emphasis mine). but i hope this was a wake up call that archiving videos (and other content) you care about is really important. buy hard drives, save, reshare. videos dont stay up forever. youtube isnt forever.
i know how difficult it is to get into downloading videos, with how all youtube to mp4 websites seem to be broken. this post compiles general guides on how to manually download youtube videos (among other actions) through python programs. it's simple if you just follow the steps and constantly search the errors you encounter. i will also detail how i personally do it with my windows 10 pc, in case you use the same tools.
remember: your search engine, reddit, github, and help commands are your best friends.
* downloading youtube videos
reddit yt-dlp guide
original yt-dlp guide
how to download the best quality mp4
how to download videos from a search result
how to use command prompt
what is command prompt? this is a windows application where you navigate folders and run programs. you just type a command and hit enter. ctrl+c ends a command/program, ctrl+s pauses it (pressing any key unpauses)
how do i navigate folders? the basic commands are so: a) cd "[path]" to change directory (always put path and link names in double quotes so they are processed properly), b) cd .\.. takes you to the previous folder (ex: if you're in C:\folder A\folder B and run cd .\.. you go to C:\folder A), c) you can go to other drives by typing the letter and colon (ex: if you are in C:, typing D: then entering takes you to your D drive). this is important because where your python programs are stored is where you have to run them.
how to run python programs through cmd prompt? a) download the latest version of python. b) use pip to install programs. c) make sure you have also downloaded a program's dependencies (analogous to "pre-requisites"). d) type the program name then the command.
make sure to always update python and pip.
how to use yt-dlp to download youtube videos
how to get download yt-dlp? this guide worked perfectly for me. make sure to download all python programs in the same folder.
navigate to the folder you installed yt-dlp
the following are examples of commands you can use:
yt-dlp -h -- get a list of all commands
yt-dlp "[link]" -- download video as is (often in webm format)
yt-dlp "[link]" -f "bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best" -- download the highest quality mp4 video (highest possible in mp4 is 1080p)
yt-dlp -x --audio-format mp3 "[link]" -- download audio only as mp3
yt-dlp -i "[playlist link]" -- download a full playlist (you may also use the best quality command here)
yt-dlp -i "[playlist link]" --playlist-items [range] -- download range of playlist items
look at the guides at the top of this section for my ideas of what you can do with yt-dlp. you can even use yt-dlp to download from other websites
note: if you want to download instagram reels, you must include: --cookies-from-browser [firefox / chrome / etc] -- choose your browser
** mirroring youtube videos to archive.org
github tubeup guide: "tubeup uses yt-dlp to download a Youtube video (or any other provider supported by yt-dlp), and then uploads it with all metadata to the Internet Archive using the python module internetarchive."
this guide shows you how to install and use the program. this is an easy way to archive videos with the proper metadata -- do not archive videos en masse
the mirrortube archive.org community
*** transcribing videos
transcribing youtube videos w/o downloading: application
transcribing any downloaded video: openai guide
extra1: searching videos
ive seen confusion on how to naviagte youtube search these days. i know!!!! here are some tips:
changing search options to search by upload date shows *ACTUAL* results, rather than suggestions.
the same google tricks work on youtube: google tricks guide
using yt-dlp to search can be helpful to search youtube more precisely
extra2: downloading twitter videos online
i use this regularly, so i thought id also share.
72 notes
·
View notes
Text
28.10.24
Chris asked me to try and help his friend Woody with a laptop problem.
The laptop, which is a Lenovo ThinkPad T400 from 2008 has been used for car diagnostics for many years.
Woody wanted to upgrade the diagnostic software, but found that the laptop wouldn't connect to the internet.
When I examined the laptop, I saw that it was running Microsoft Windows 7, which had never been updated since it was installed in 2015. The machine had previously ran Windows Vista (2007).
This meant that it was running Internet Explorer 8 which ended support in 2020 and is known to have many security flaws which make it basically unusable.
The laptop had been configured to disable automatic update. It is likely that automatic updates would no longer work in any case because they depend on the underline Internet Explorer Browser.
I managed to install a version of Mozilla's Firefox Browser, one that still supports Windows 7 by downloading it onto a USB stick on a different computer.
I installed the 32-bit version of Firefox 115 ESR, which is the last supported version for Windows 7. I chose the 32-bit version because this edition of Windows 7 is 32-bit instead of 64-bit.
Using Firefox, I successfully connected to the internet and played a YouTube video, which you can see in the video below.
I also had a look at the various themes that the user could apply to the look and feel. Windows 7 was the last version to feature a user selectable Classic theme and system sound effects!
The default theme was called Aero. Also featured in Vista, this theme featured translucency, glass effects that required a decent PC at the time of its release.
The taskbar in Windows 7 was called the 'Super bar' as it allowed for pinning applications by default and was larger in size than previous versions. This could all be configured in the properties dialogue, which would be moved into the settings in Windows 10.
I gave the laptop back to Chris to give to Woody. He will now be able to download and install the updated diagnostics software.
Ideally, Woody should upgrade the laptop to a later version of Windows such as Windows 8.1 or 10, but even if he doesn't, it should still continue to work provided he does not connect it to the network.
It was fun trying out Windows 7 once again.
https://en.wikipedia.org/wiki/Windows_7
Windows 7 was released in 2009 and was a successful operating system like Windows XP which was released in 2001!
Windows 7 intended to fix the issues in Windows Vista.
Its development started in 2006, with a beta release in 2008 under the codename Vienna. Its first and only service pack (SP1) came out in 2011.
Windows 7 used the Vista kernel, which is still used today as a base for compatibility in all later versions of Windows.
Mainstream support for Windows 7 ended in 2015 and extended support ended at the start of 2020.
Chris took the Lenovo laptop back to Woody and they successfully downloaded the diagnostics software through the Firefox browser and it worked perfectly.
A complete success!
5 notes
·
View notes
Note
You are the mutual I know who uses linux, and I have a half-broken dinosaur of a laptop I want to see if linux would make usable again.
Its 8+ years old, cannot connect to the internet for a reason that may be software related or might not(its a mystery), and has other various issues.
My use of it would Primarily be as a on-the-go text & html editor and if I can get the internet running on it then also firefox as well. Maybe some offline emulation of some older games or a simple linux supported drawing program but that isnt essential.
The question is Thus: If I download a linux mint installer and copy to a flashdrive(presuming you can download the file without it starting to set up the OS instantly), is that all thats necessary to upload linux mint onto a laptop that has no internet capabilities?
Also which version of linux mint should I use? I see there are several. This laptop 3 years ago ran windows 10 ok enough to boot up chrome and use the internet, but now it takes like 15 mins to finish loading enough that you can open programs, as a metric.
Thanks and hope you have a nice day!
Yes, most linux distros will run on a machine that age, and with a surprising degree of vitality. Game emulation should work just fine, unless the computer was very low power even for 2015.
On a mech that old, I'd suggest just checking if the tiny wire for the wifi card has popped loose over time. They are snap-on wire heads that don't lock, so especially with laptops, disconnections like that happen.
Your wifi card should look a lot like this:
I've circled the two tiny ports, and drawn arrows to identify which cables. The whole wifi card will be about an inch across, and is the ONLY thing that uses those kind of wires, so it's very identifiable.
Linux mint is designed to install offline, and includes a wide variety of open source and generic drivers for just.... so much hardware. When you begin installation, it will ask you if you want to use, "third party, private and proprietary drivers." If you say yes, it will want an internet connection to download those drivers. If you say no, it will install entirely offline without issue.
As for which version: the only difference is the visuals. I, personally, like XFCE because it has very minimal visual noise. Everything is simple rectangles with sharp corners and clear boundaries. This lack of visual flair also means it uses the least resources to run the OS, leaving more hardware power available for actual tasks. However, it's a very intimidating desktop. If you liked Windows XP but haven't enjoyed much since, grab XFCE.
If you are a Mac/apple user, I actually recommend Kubuntu instead of Mint, because it has the most similar interface visually and will cause the least transition pains. Kubuntu has equally if not even more robust hardware support to Mint, as both of them are built on top of the Ubuntu framework.
For everyone else, I suggest starting with Mint Cinnamon. I have actually, with no reservations, had way better results teaching confused retirees to run Cinnamon than Windows or Mac. It's a very user friendly interface.
The start bar search, for example, literally just shows results for files/programs installed to your computer, none of this bs about integrated web searching.
As for installation tools:
You must burn the ISO file to the flashdrive as a bootable disk, rather than simply copying the file to it. I'm sure you know that; it's the same for installing windows. But! People often forget that detail and wonder why their computer keeps booting to windows instead of the installation media.
I personally use LiLiUSB because I'm stuck mentally in the year 2014 which is when it stopped updating. For a more sane approach, try Balena Etcher. Or whatever bootable drive software you like; it doesn't really matter. You just need to make the drive bootable before installation.
47 notes
·
View notes
Text
Plugging my passion-project Firefox extension for ChoiceScript games again, I don't want to spam either my followers or the tags but I've made some pretty significant updates! I've also renamed the project as it's drifted pretty far from my original idea and the old name didn't fit very well.
New features include:
Dashingdon games now save your current status the same way ChoiceOfGames games do, so if you leave the page and come back your progress is saved (although your history will be lost). The save/history system in general has been massively improved and should now work without exception on any CS game.
A few minor fixes and upgrades for the modals, including the ability to hover over them to prevent them from disappearing.
There is now a "code" button that will pull up the ChoiceScript code for the exact page you're looking at, with the starting line for the page highlighted in green and the line the interpreter paused at highlighted in yellow. Additionally if you highlight any text on the page prior to clicking the code button, the line(s) of code that generated that text will be highlighted in blue!
The big one in my opinion: your saves on both Dashingdon and ChoiceOfGames games will sync across browsers! This is limited by the speed at which the browser syncs data (about once every 10 minutes) but in my opinion it's really nice to be able to play a game on my laptop then transfer it over to my desktop, and I don't have to worry about losing saves due to a browser failure or cache cleanup!
Anyway, if any of the above sounds interesting please do check this out, I'm open to feature requests and feedback about every part of this.
Future plans:
Syntax highlighting in code window
Better mobile support (not that Mozilla really lets you install extensions on mobile but w/e)
Settings window to customize some behaviours
Comment parsing from the source to enable/disable some features (some authors don't like people code diving, and as this tool makes it really easy I'd like to add a way for them to indicate that they don't want it to happen. I think the disable-able features will be the modals and the code window, while the saving functionality will be always-on).
80 notes
·
View notes
Text
New employer (bought the company I worked for) forced us to get new laptops running Windows 11 (yuck), won’t let me download Firefox and require us to use Edge (double yuck), won’t let me dig around in the settings to disconnect the stupid search bar from the internet, and insist that it’s normal for the NEW laptop to lose 10% battery in 20 minutes (bc they won’t let me kill all the stupid bloatware).
I hate this.
6 notes
·
View notes
Text
Does my computer have a virus?
Something odd keeps happening. Twice today while I've been scrolling Tumblr, a download prompt has popped up without any keys being typed or mouse button being pressed except the scroll button.
It doesn't look like a typical webpage download, though. The file name is all random numbers and letters, rather than the title of the current tab that requesting Firefox to download the current webpage would give. For example, if I press ctrl+S while on this page, it titles the file "(4) Tumblr".
This was the title the last time it tried to save. Note that it's a ".html" item. Very strange looking, and not the format of a specific picture or page element I might have bumped.
Full disclosure: I've had this laptop since 2016, it's a Lenovo Windows 10 64-bit. I'm running Firefox and I don't keep the OS updated because I despise how much memory and time and bloatware are involved in those, so I might be missing some security patches. I have let it run an update within the past year or so. I do always keep Windows' onboard security running. Firewall, netowrk protecton, and virus protection are all showing that they're turned on in the Security Center.
Also worth noting: I've had to lock a couple of keyboard keys with 3rd party software because the laptop itself kept thinking they're being pressed. Is this behavior potentially caused by another random key being "pressed"?
2 notes
·
View notes
Text
wwwwwa, I was forced to update my computer to Windows 11 as I manually installed Windows 10 but apparently a lot of my applications did not like the version that I downloaded so they were not running well or at all(fuck you ea app). My computer refused to download windows 10 updates so the only option to et my computer up to date was windows 11, but now that I've downloaded the update it reinstalled that annoying backup thing and now firefox is stuck in a loop and won't open. I think I'm cursed to not have a pc anymore! Fuck!
4 notes
·
View notes