antiX Advert Blocker window is funky  [Solved]

Message
Author
User avatar
Eadwine Rose
Administrator
Posts: 14602
Joined: Wed Jul 12, 2006 2:10 am

Re: antiX Advert Blocker window is funky

#11 Post by Eadwine Rose »

Remember that you are the user. Developers are NOT obliged to follow what you want, nor is it welcomed to tell them what you want them to do.
MX-23.6_x64 July 31 2023 * 6.1.0-37amd64 ext4 Xfce 4.20.0 * 8-core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030

Malik
Posts: 23
Joined: Wed Dec 28, 2022 7:40 am

Re: antiX Advert Blocker window is funky

#12 Post by Malik »

anticapitalista wrote: Sun May 14, 2023 1:48 pm
Malik wrote: Sat May 13, 2023 6:26 am antiX Advert Blocker does not work, It is just a bloat ...
The deb is 29K in size, hardly bloat
Use this Antix Adblocker software and then check your Host file, You will see how many domains are there,
this is a single host file i found on github it has more domains then antix adblocker https://raw.githubusercontent.com/Steve ... ster/hosts

User avatar
Redacted
Posts: 294
Joined: Sat Apr 29, 2017 6:53 am

Re: antiX Advert Blocker window is funky

#13 Post by Redacted »

Malik wrote: Sat May 13, 2023 6:26 am antiX Advert Blocker does not work, It is just a bloat, I dont think software developer update this software, very less domain in adblocker list.
Malik wrote: Sat May 13, 2023 8:38 am I am using latest version of MX-21.3 antix adblocker is a piece of trash, no updates for this trash adblocker
Malik wrote: Mon May 15, 2023 5:10 am Use this Antix Adblocker software and then check your Host file, You will see how many domains are there
Malik wrote: Mon May 15, 2023 5:05 am I dont know what is wrong with people why they argue so much
Oh Boy.....

User avatar
anticapitalista
Developer
Posts: 4288
Joined: Sat Jul 15, 2006 10:40 am

Re: antiX Advert Blocker window is funky

#14 Post by anticapitalista »

The antiX adblock uses StevenBlack hosts file.
# Improvements to this script:
# -- Use StevenBlack's unified hosts file ( github.com/StevenBlack/hosts )
# This is what pihole uses by default
# This unifies most of the lists previously present in antiX advert blocker + other useful lists
# -- Options to select StevenBlack's hosts file extensions
# ie. options to block fakenews, gambling, porn , social media -- can be useful for parental control , content filtering etc.,
# -- Compress 9 lines in 1 for lesser file size , much lesser number of lines ( about 10x ) and better performance ( as StevenBlack's updateHostsFile.py can do -- https://github.com/StevenBlack/hosts/pull/459)
# -- Do all work in a random subdirectory of /tmp ( not in /tmp as it was before ) for more security, less clutter and less conflicts
# -- Show a warning if not running as root / sudo
# -- Update the welcome message to reflect these

Code: Select all

# Compress 9 lines into 1
    # This is taken from StevenBlack's updateHostsFile.py
    # This will decrease file size , decrease number of lines drastically ( about 10x ) and increase performance
    # Writing it in bash seems too slow. So, we use python, which is faster here
	cat << EndOfFile > $WORKINGDIR/compress.py

Code: Select all

# download the ads lists
function download_blocklist
{	
    # UNBLOCK
    if [ "$unblock" == "true" ]; then
        mv -f "/etc/hosts.ORIGINAL" "/etc/hosts" 
        rm -f "/etc/hosts.saved"
    elif [ -z $what_to_block ] ; then
		# StevenBlack's basic blocklist ( blocks adware, malware etc., ) , without any other extensions
		wget_dialog https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts $WORKINGDIR/blocklist1
	else 
		# StevenBlack's blocklist with selected extensions
		wget_dialog "https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/"$what_to_block"/hosts" $WORKINGDIR/blocklist1
	fi
anticapitalista
Reg. linux user #395339.

Philosophers have interpreted the world in many ways; the point is to change it.

antiX with runit - lean and mean.
https://antixlinux.com

Malik
Posts: 23
Joined: Wed Dec 28, 2022 7:40 am

Re: antiX Advert Blocker window is funky

#15 Post by Malik »

Eadwine Rose wrote: Mon May 15, 2023 5:07 am Remember that you are the user. Developers are NOT obliged to follow what you want, nor is it welcomed to tell them what you want them to do.
What is wrong with you, Did i say anything about developer of Antix AdBlocker, Antix AdBlocker software is not currently in development, domain list is not updating last time i check 47,000 domains are in the list,

User avatar
richb
Administrator
Posts: 10889
Joined: Wed Jul 12, 2006 2:17 pm

Re: antiX Advert Blocker window is funky

#16 Post by richb »

As Administrator

Do not cast aspersions on other users. "What is wrong with you" is inappropriate.
Forum Rules
Guide - How to Ask for Help

richb Administrator
System: MX 23 KDE
AMD A8 7600 FM2+ CPU R7 Graphics, 16 GIG Mem. Three Samsung EVO SSD's 250 GB

Malik
Posts: 23
Joined: Wed Dec 28, 2022 7:40 am

Re: antiX Advert Blocker window is funky

#17 Post by Malik »

richb wrote: Mon May 15, 2023 11:18 am As Administrator

Do not cast aspersions on other users. "What is wrong with you" is inappropriate.
Hahahahaha, Tell me am i wrong, If someone is weird what should i saw, People get offended by everything nowadays.

User avatar
richb
Administrator
Posts: 10889
Joined: Wed Jul 12, 2006 2:17 pm

Re: antiX Advert Blocker window is funky

#18 Post by richb »

Malik wrote: Mon May 15, 2023 11:46 am
richb wrote: Mon May 15, 2023 11:18 am As Administrator

Do not cast aspersions on other users. "What is wrong with you" is inappropriate.
Hahahahaha, Tell me am i wrong, If someone is weird what should i saw, People get offended by everything nowadays.
Abide by the Forum Rules. I assume you have read them. The link is in my signature.
Forum Rules
Guide - How to Ask for Help

richb Administrator
System: MX 23 KDE
AMD A8 7600 FM2+ CPU R7 Graphics, 16 GIG Mem. Three Samsung EVO SSD's 250 GB

User avatar
figueroa
Posts: 1099
Joined: Thu Dec 20, 2018 11:20 pm

Re: antiX Advert Blocker window is funky

#19 Post by figueroa »

@Malik, you are out-of-order, incorrect, rude, and very possibly leading others astray. I request the forum administrator to at least put you in time-out.
Andy Figueroa
Using Unix from 1984; GNU/Linux from 1993

Malik
Posts: 23
Joined: Wed Dec 28, 2022 7:40 am

Re: antiX Advert Blocker window is funky

#20 Post by Malik »

Just read the Eadwine Rose comment above is he not rude to me am i saying something about developer he is trying to educate me about something i don't signup for, if people get little but power they think they can do and say anything to others, In past i talk to Eadwine Rose and he is rude person. Other Admins dont send me any warning today but Eadwine Rose send me, this is how people misuse their power & Eadwine Rose if you want to ban me do it i am not scared of you and i am not going to die :D

Post Reply

Return to “Software / Configuration”