Blog content

Blog content

739 bookmarks
Newest
How to pirate Microsoft Office **properly**. : r/Piracy
How to pirate Microsoft Office **properly**. : r/Piracy
1.2K votes, 379 comments. Guide for pirating Windows In this guide, I'm going to explain how to install Office and activate it free of charge using a…
In this guide, I'm going to explain how to install Office and activate it free of charge using a method named "Ohook". It can activate any Office product including the subscription based ones.
·reddit.com·
How to pirate Microsoft Office **properly**. : r/Piracy
Initial revision of "git", the information manager from hell · git/git@e83c516
Initial revision of "git", the information manager from hell · git/git@e83c516
Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements. - Initial revision of "git", the information manager from hell · git/git@e83c516
·github.com·
Initial revision of "git", the information manager from hell · git/git@e83c516
"Cannot run under Virtual Machine" error when Launching game - UNRAID Forums
"Cannot run under Virtual Machine" error when Launching game - UNRAID Forums
Hello guys. I hope you're all doing fine ! I have a quick question to make for someone who might have a solution ! - - - - - - - - - - - - - - Some info: I followed SpaceInvaderOne's guides (PRICELESS), and advice from other users, and posts in this forum, and I've put together my second UnRaid b...
·forums.unraid.net·
"Cannot run under Virtual Machine" error when Launching game - UNRAID Forums
How to Unsubscribe From All YouTube Channels in One Go - How To Geek
How to Unsubscribe From All YouTube Channels in One Go - How To Geek

// YouTube bulk unsubscribe fn (async function iife() { // This is the time delay after which the "unsubscribe" button is "clicked"; Change it as per your need! var UNSUBSCRIBE_DELAY_TIME = 2000 /

  • Delay runner. Wraps setTimeout so it can be awaited on.
  • @param {Function} fn
  • @param {number} delay */ var runAfterDelay = (fn, delay) => new Promise((resolve, reject) => { setTimeout(() => { fn() resolve() }, delay) }) // Get the channel list; this can be considered a row in the page. var channels = Array.from(document.getElementsByTagName(ytd-channel-renderer)) console.log(${channels.length} channels found.) var ctr = 0 for (const channel of channels) { // Get the subscribe button and trigger a "click" channel.querySelector([aria-label^='Unsubscribe from']).click() await runAfterDelay(() => { // Get the dialog container... document.getElementsByTagName(yt-confirm-dialog-renderer)[0] // and find the confirm button... .querySelector([aria-label^='Unsubscribe']).click() console.log(Unsubsribed ${ctr + 1}/${channels.length}) ctr++ }, UNSUBSCRIBE_DELAY_TIME) } })()
·howtogeek.com·
How to Unsubscribe From All YouTube Channels in One Go - How To Geek
How to Create an RSS Feed for Your Website: Free Ways
How to Create an RSS Feed for Your Website: Free Ways
An easy-to-follow guide on making RSS feeds for your websiteIf you want to increase the readership on your website, or you want to make it big with a podcast, you need an RSS feed. The RSS feed keeps your users up to date on all of your...
·wikihow.com·
How to Create an RSS Feed for Your Website: Free Ways