473,396 Members | 1,743 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

GreaseMonkey - page load question

Sorry if this is not a correct forum to post to.

I have a page from my service provider that loads 1000's of table
cells. These cells load for 3-4 mins and links on that page usually not
available untill the whole page loads. I need to find a way to "skip"
load of these cells.

Problem is that GreaseMonkey work only on a fully loaded page. What
happens is that the page loads 3-4 mins and then the cells go away once
the page loads and GreaseMonkey kicks in.

Question, is there a way to remove parts of HTML while page is loading
to avoid loading these items and shorten the page load time?

Thank you.

Aug 11 '06 #1
3 2866
Alex wrote:
Sorry if this is not a correct forum to post to.

I have a page from my service provider that loads 1000's of table
cells. These cells load for 3-4 mins and links on that page usually not
available untill the whole page loads. I need to find a way to "skip"
load of these cells.

Problem is that GreaseMonkey work only on a fully loaded page. What
happens is that the page loads 3-4 mins and then the cells go away once
the page loads and GreaseMonkey kicks in.

Question, is there a way to remove parts of HTML while page is loading
to avoid loading these items and shorten the page load time?

Thank you.
I don't think you'll be very successful doing this client-side. Whether
or not you want to view them, unless there is logic to prevent them
loading on the server-side, you will still have to wait for all that
HTML to come before you get the stuff you want.

Tell your service provider that their site is poorly implemented and
they should fix it.

Jeremy
Aug 11 '06 #2
"Alex" <a.********@gmail.comwrote in news:1155334914.912462.220960
@i3g2000cwc.googlegroups.com:
I have a page from my service provider that loads 1000's of table
cells. These cells load for 3-4 mins and links on that page usually not
available untill the whole page loads. I need to find a way to "skip"
load of these cells.
You might try copying the (huge) source of the web page in question, then
editing it to remove everything you don't want to see. Save this page on
your local file system and create a bookmark to it. When your ISP starts
to load its huge page, you can manually click the bookmark for your local
"clean" copy of the page. HTH.
Aug 12 '06 #3
Try disabling images downloading, then re-enabling them once the page
is loaded can speed things up too.

Aug 12 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Newton | last post by:
I'm having some issues with a greasemonkey script i've made (nothing serious, and you'll notice that by the mess). I made it to learn javascript properly at first but it ended handy and now i'm...
27
by: Scott | last post by:
I've been trying to come up with a way to ensure user input is coming from the form on my site, and not auto-submitted from elsewhere, and I don't want to use the "enter the code shown in the...
2
by: hpessotti | last post by:
Is there any way to mark a script to be the last one to be executed, but BEFORE the images are loaded?? I mean, after DOMContentLoaded and before Load event, but the last one to be executed.
2
by: Alexander Paul | last post by:
Hi! I'm a newbie to JavaScript and Greasemonkey and just started learning with 'Dive Into Greasemonkey'. I looked for an example on the web, but unfortunately I'm still missing something... I...
1
by: nmccart | last post by:
Greetings. I have recently discovered the Grease Monkey add-in for FireFox. It has a lot of potential, and I am really enjoying using it to simplify and automate some repetitive tasks I perform on...
7
Dormilich
by: Dormilich | last post by:
lately, people have complained that the new layout is too narrow on most Computer/Laptop screens. Firefox users can make use of the Greasemonkey Addon to apply on-the-fly changes. (Opera users can...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.