Video
youtube
in the previous video, I have created a chrome extension addmefast bot to get automatic points in addmefast. in the video I have also described how to use it, but I forgot to tell it to allow the browser to open a popup window from the script. This is very important because the script does not work if the popup window is blocked by the browser. let's see how to get the browser to allow popup windows. Most web browsers include a feature to block pop-up windows. While this may eliminate unwanted or bothersome pop-up windows, the feature sometimes can impede the functionality of legitimate or useful websites. Likewise, if we run an automated script that requires the browser to open a new window, it will be blocked by default. in this example I will try to run addmefast bot to show how to allow popup windows. addmefast bot : https://www.youtube.com/watch?v=yVFAYxv3ZT4 #chrome #edge #opera #browser #popup #tutorial #allowpopup #blockpopup #howto #script #javascript
0 notes
Video
youtube
AddMeFast is a network that will help you grow your social presence that allows you to look and choose who you want to like, subscribe, follow, view and skip those who you are not interested in. you can get free points by liking, following, viewing, subscribing, listening the others pages, accounts, videos, profiles, music etc. The points you get will be used to increase likes, views, shares and others on your social media accounts such as Facebook, Twitter, Instagram, TikTok, YouTube and many more. I have created a chrome extension to help you get points from addmefast automatically without the hassle of having to click over and over again. you just need to download the extension at the provided url. https://ift.tt/3seSHr7 use dummy account instead of main account to get points if you've got instagram error, you should logout and login again(instagram) I have plans to update to add other social media accounts to add more points if the response to this video is good enough. Thankyou #chrome #edge #script #bot #addmefast #extension #tutorial #javascript #howto
0 notes
Video
youtube
Although there are multiple ways to create a connection between two platforms, such as operating systems, it seems difficult to transfer files from Linux distributions to Windows and vice versa. It is pretty simple and straightforward if you know exactly how to do it. If you are a beginner like me you don't need to worry about it. Just watch this video and find out the way. it will shows you how to transfer files from WSL to Windows. %userprofile%\AppData\Local\Packages {your distro}\LocalState\rootfs\ 04:45 using mount point #windows #linux #subsystem #wsl #copyfile #debian #centos #suse #ubuntu #tutorial #howto #backup
0 notes
Video
youtube
Let us say you want to find files which are less than or greater than a certain size in your system. How would you do that? Manually check each and every file's size? No, it is time consuming task. Besides, a good system admin won't do it. There is always an easiest and fastest way to do things in Linux. This brief tutorial covers how to find files bigger or smaller than X size in Linux and Unix operating systems. if you want to delete files of a certain size, for example, files with sizes above 1 megabyte and below 3 megabytes. use the command: find -type f -size +1M -size -3M -exec rm {} \; #linux #findsize #delete #tutorial #script #bash #autodelete #findfile #howto #debian #centos #redhat #suse #ubuntu
0 notes
Video
youtube
in the previous video I made a chrome extension to auto unfollow users on tiktok. if you haven't watched it, please watch here : https://www.youtube.com/watch?v=1Jspmin6Qu4 or you can explore the video on my channel to find it. On the video someone commented and asked how to make a chrome extension for autofollow, so here's the video how to auto follow and auto like users videos on tiktok. https://ift.tt/2UIKmzt #tiktok #autofollow #autolike #bot #script #javascript #extension #chrome #edge #opera #tutorial #hack #howto
0 notes
Video
youtube
I made this bot for those of you who have a computer that is running 24 hours or if you have a linux server. This bot has advantages such as, for example, it can select feeds that match a particular hashtag, unfollow users who do not follow you, unfollow users who are not active, mention usernames in comments and most importantly it runs at random intervals. This bot is also very light and does not require a lot of memory because it does not need to run a browser. https://ift.tt/2UCrD8k #instagram #autolike #autofollow #autocomment #hashtag #automention #unfollower #followback #bot #golang #windows #linux #tutorial
0 notes
Video
youtube
if you spend a lot of time on youtube, and you want to interact with other viewers, maybe you will come across some comments in various foreign languages and you don't understand what they mean. Of course you can translate it with google translate, but it's done manually and you'll probably get tired every time you do it. or you can also translate the entire youtube page, but this is not fun because you can't see the original comments of each audience who have various languages, you also can't respect and appreciate them by replying or commenting in their native language because it's already done translated. I have made a chrome extension that will bring up the translate button in every comment from the viewer, and when you want to reply you can also directly translate it according to their language. this method still uses google translate, it's just that it's easier and you don't have to worry about changing pages from youtube to google translate every time you want to read or comment. you can use it for free, if you like it I hope you are willing to subscribe to my channel and like this video. https://ift.tt/3Awonf3 #translate #translator #extension #chrome #edge #opera #googletranslate #youtube #comment #reply #autotranslate #tutorial #howto #javascript #script
0 notes
Video
youtube
how to automate the chrome browser with a script. This is especially useful for performing small repetitive tasks. In this example I will use it to automatically follow everyone on instagram (autofollow script) who meets the specified criteria, with minimal posts, minimal followers, minimal following, or whether it's private account or not. the action delayed by random intervals to make it look like normal user activity. You can download the complete ready-to-use script : https://ift.tt/35WK89W you should watch this video until the end so you can understand how it works. #instagram #chrome #edge #extension #tutorial #follower #autofollow #followerbot #script #javascript #howto #automation
0 notes
Video
youtube
in this video, I want to show you how to automate the chrome browser with a script. This is especially useful for performing small repetitive tasks. In this example I will use it to automatically like and comment on Instagram, with blacklist and whitelist filters, random list comments and random intervals to make it look like normal user activity. https://ift.tt/3xzWFMq You can download the complete ready-to-use script from the url in the description, but you have to edit the account list and comment list if you want to enable user filters and auto comments. But you should watch this video until the end so you can understand how it works. #instagram #autolike #autocomment #tutorial #script #chrome #edge #bot
0 notes
Video
youtube
a simple downloader script.add a video button to each item with the help of the chrome extension. with these additional video url button, you can click the button to go directly to the video url. To download it, right click and select save as menu, You can save videos on your PC whenever you want easily. https://ift.tt/34Q22uz #instagram #downloader #script #chrome #edge #extension #tutorial #trick #tip #howto #javascript
0 notes
Video
youtube
Like any other operating system, Linux has implemented a memory management efficiently and even more than that. But if any process is eating away your memory and you want to clear it, Linux provides a way to flush or clear memory cache. I have a small web server with a large enough load with an average visitor of 5 thousand users per day, with 1 gigabyte of memory the server can handle it well. load average below 1 percent, uptime has been years and and never restarted or encountered problems. The server ran my sql, php and nginx very smoothly. #linux #reset #cache #clearcache #crontab #cronjob #bash #script #maintenance #trick #hack #tutorial
0 notes
Video
youtube
This is the best practice to remove old unused files from your server. For example, if we are running daily or hourly backup of files or database on the server then there will be much junk created on the server. So clean it regularly. To do it you can find older files from the backup directory and clean them. This video describe you to how to find and delete files older than X days. Here X days older means the last modification date is before X days. #linux #crontab #cronjob #deletefile #removefile #autodelete #script #autoscript #tutorial #tips #howto
0 notes
Video
youtube
On Windows 10, you can use Command Prompt and Task Scheduler to automatically delete files older than a certain number of days to free up space and keep your files organized. command : ForFiles /p "C:\path\to\folder" /s /d -30 /c "cmd /c del /q @file" you can also filter files search with /M *.docx to delete only docx files. #deletefile #windows10 #taskscheduler #autodelete #commandprompt #forfiles #tutorial #trick #tips
0 notes
Video
youtube
You can download these videos easily on your PC. there are many downloader software that you can use, but we will make it with a simple script. we will add a video button to each item with the help of the chrome extension. with these additional video url button, you can click the button to go directly to the video url. To download it, right click and select save as menu, You can save videos on your PC whenever you want easily. https://ift.tt/3fdwGm8 #tiktok #chrome #edge #videodownloader #script #javascript #tutorial #howto
0 notes
Video
youtube
It's difficult to read a large portion of text on a Web site that has images flashing and scrolling by. but it is quite a hassle if we want to display or block images any time we want. so I made a chrome extension to make it easier. You can turn images on or off with just one click without having to bother setting up in Chrome/edge Browser. https://ift.tt/3hiXOD7 #blockimage #imageblocker #script #tutorial #chrome #edge #extension #javascript #app
0 notes
Video
youtube
This is a just simple tiktok unfollower script, nothing fancy, but very helpful for someone who doesnt like to spend lot of times with single click on every tiktok account followed. Imagine if you have followed thousands of tiktok accounts, with this chrome extension, you can do it easily. https://ift.tt/3vuhpUC This extension works with English version of tiktok layout. The extension may not work in the future if tiktok changes their layout, in this case, you should subscribe my channel to get an update for the new script. #massunfollow #unfollower #tiktok #script #chrome #extension #tutorial #howto #bulkunfollow #unfollowatonce #macro #unfollowatonce #unfollowall
0 notes
Video
youtube
This is a just simple soundcloud unfollower and unliker script, nothing fancy, but very helpful for someone who doesnt like to spend lot of times with single click on every soundcloud account followed or liked. Imagine if you have followed or liked thousands of soundcloud accounts. Even if you don’t care about having a tight “follower to following ratio,” this is useful because it helps to unclutter your feed, ensuring that the content you scroll through is all stuff you want to see. This tutorial is to help people who are not familiar with scripting and want to work with it easily. 0:38 mass unfollow 4:20 mass unlike https://ift.tt/3t6TAAz #soundcloud #unfollower #unliker #script #chrome #extension #tutorial #howto #massunfollow #massunlike
0 notes