Adblock Plugin 1.7.2

Want to share your OpenWrt / Gargoyle knowledge? Implemented a new feature? Let us know here.

Moderator: Moderators

Post Reply
ispyisail
Moderator
Posts: 5212
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

Adblock Plugin 1.7.2

Post by ispyisail »

hi all

Im having problems with adblock and 1.7.2, it no longer works? (beta was fine)

"Save Changes" is not working

Image

anybody else having problems?

ispyisail
Moderator
Posts: 5212
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

Re: Adblock Plugin 1.7.2

Post by ispyisail »

fixed, and found the problem

IF you tick both boxes then save it fails. if you only tick one box (enable) then save it works

Image

ispyisail
Moderator
Posts: 5212
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

Re: Adblock Plugin 1.7.2

Post by ispyisail »

update

I was wrong its still now working / saving

Image

ispyisail
Moderator
Posts: 5212
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

Re: Adblock Plugin 1.7.2

Post by ispyisail »

router info

Image

Image

Lantis
Moderator
Posts: 7063
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: Adblock Plugin 1.7.2

Post by Lantis »

It worked fine for me. Have you tried uninstalling the plugin and reinstalling?

Also, try viewing the source of the page, and at the top you should find a list of javascript files.

Code: Select all

<script language="javascript" type="text/javascript" src="/js/common.js?1.7.2"></script>
<script language="javascript" type="text/javascript" src="/js/ablock.js?1.7.2"></script>
<script language="javascript" type="text/javascript" src="i18n/English-EN/strings.js?1.7.2"></script>
<script language="javascript" type="text/javascript" src="/i18n/English-EN/ablock.js?1.7.2"></script>
Just double check that the second one matches mine and isn't pointing to an old version.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

ispyisail
Moderator
Posts: 5212
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

Re: Adblock Plugin 1.7.2

Post by ispyisail »

Fresh install, did not preserve setting

Code: Select all

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
	<title>Gargoyle Router Management Utility</title>
	<link rel="shortcut icon" href="/themes/Gargoyle/images/favicon.png" type="image/png"/>
	<style>
		.unselected_submenu_container	{ display:none; }
		#nav_internal_container2 #selected_header_link	{ display:inline; padding:0; color:#000; cursor:default; }
		#nav_internal_container2 #selected_header_link:hover	{ color:#000; cursor:default; }
		#nav_internal_container2 #selected_header_link:visited	{ color:#000; cursor:default; }
		#nav_internal_container2 #selected_header_link:active	{ color:#000; cursor:default; }
	</style>
	<link rel="stylesheet" href="/themes/Gargoyle/common.css?1.7.2" type="text/css"/>
	<link rel="stylesheet" href="/themes/Gargoyle/internal.css?1.7.2" type="text/css"/>
	<script language="javascript" type="text/javascript" src="/js/common.js?1.7.2"></script>
	<script language="javascript" type="text/javascript" src="/js/ablock.js?1.7.2"></script>
	<script language="javascript" type="text/javascript" src="i18n/English-EN/strings.js?1.7.2"></script>
	<script language="javascript" type="text/javascript" src="/i18n/English-EN/ablock.js?1.7.2"></script>
</head>

Lantis
Moderator
Posts: 7063
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: Adblock Plugin 1.7.2

Post by Lantis »

i'm scratching my head over this one.
it worked fine for me.

we might have to wait until someone else chimes in.

when you hit save, do a logread and see what happens. i made sure that the plugin reported itself to the logger quite comprehensively.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

ispyisail
Moderator
Posts: 5212
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

Re: Adblock Plugin 1.7.2

Post by ispyisail »

sorry for the delay, got side tracked

un-installed then re-installed and now its working

strange

Image

Post Reply