Blocklist-Update.sh is a script that I wrote to manage blocklists from bluetack etc to be used in conjunction with Transmission torrent downloader in Linux/MacOS. The script can be taylored to work with Qbittorrent as well, but the placement of the blocklists means you'd have to redirect the blocklist to go somewhere locally manageable as Transmission uses its own blocklist directory in .config. I believe there are about 10 lists there now. It works well for my needs. It can be ran weekly using crontab in standard user profile. To download: blocklist-update.sh To download the others: Github
As with any new chapter in a revamped piece of software's life, something breaks. Recently, Firefox updated to the latest version 57, which offers users a completely reworked UI, several speed enhancements and overall a more streamlined feel. The program's release was a milestone, not since 1.0 has the program gotten such a facelift with over 6 million lines of code tweaked and changed. Mozilla mentioned removing hundreds of bugs which slowed down the browser in the prior 56 release alone. With the code cleanup, they did a complete redesign of the icon style. Sadly, they also changed the extensions api over from XUL to WEBEX, that means that policeman, and many other content blocking extensions might not work anymore, it also means that flash is slowly becoming deprecated in the browser as well. What's more, Firefox will no longer support classic theme restorer etc. The lead developer of Noscript mentioned on his site https://noscript.net/ that he was hard working on fin...