Block a specific javascript funtion

Everything about using Adblock Plus on Mozilla Firefox, Thunderbird and SeaMonkey
Post Reply
tarmog
Posts: 2
Joined: Fri Oct 18, 2019 2:29 pm

Block a specific javascript funtion

Post by tarmog »

Hi
When I take inspect element on forefox I see this script tag in the html output:

Code: Select all

<script type="text/javascript">
	jQuery(document).ready(function() {
									initMessages({});
							insertInElement("numrows", '<span>Displaying&nbsp;<span class=\"info\">151<\/span>&nbsp;to&nbsp;<span class=\"info\">184<\/span>&nbsp;of&nbsp;<span class=\"info\">184<\/span>&nbsp;found<\/span>', "div");
							jqBlink.blink();
							timeControl.addObject("scroll_events_id", {"period":'7948800',"starttime":'20140714060830',"usertime":'20190920000055'}, {"id":'timeline_1',"loadSBox":0,"loadImage":0,"loadScroll":1,"dynamic":0,"mainObject":1,"periodFixed":'0',"sliderMaximumTimePeriod":63072000});
							timeControl.processObjects();
					
					PageRefresh.init(30000);
		
		
		// the chkbxRange.init() method must be called after the inserted post scripts and initializing cookies
		cookie.init();
		chkbxRange.init();
	});
</script>
How could I block just the

Code: Select all

PageRefresh.init(30000);
part to prevent page from refreshing automatically?
tarmog
Posts: 2
Joined: Fri Oct 18, 2019 2:29 pm

Re: Block a specific javascript funtion

Post by tarmog »

anyone?
Post Reply