Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ====================================================================================
- FA Conglomerator - changelog
- ====================================================================================
- 12. June 2018 - Updated to V3.2.1
- - Fixed the request queue that froze conglomeration if there were too many
- retries.
- - Added two additional input boxes to specify request delay time and number of
- retries used.
- - Added tooltips to the conglomerator controls.
- - Changed default values of conglomeration parameters
- - Changes to conglomeration parameters (input boxes) are now stored persistently.
- - Removed legacy insertion code for deprecated Opera 12 browser.
- 15. September 2015 - Updated to V3.1.1
- - Changed code that inserts the conglomerator button to work with FA's new page
- design.
- 06. September 2013 - Updated to V3.1.0
- - Loading messages now display used retries (if there were any retries).
- - Queued requests now display "waiting...", active requests now display "loading..."
- - Added a request limit setting. This allows to limit the maximum concurrent
- requests used during conglomeration to counter errors due to (temporary?) server
- overload/connection throttling.
- There is now an additional input field next to the "Conglomerate" button that
- allows the user to specify the maximum concurrent requests used for
- conglomeration. The default value is "8".
- - Button and input field now use FA's button style.
- 11. April 2013 - Updated to V3.0.8
- - Fixed parsing of download link to ignore random whitespace characters.
- 13. January 2013 - Updated to V3.0.7
- - Fixed broken links without protocol in conglomerator window.
- - Removed old debugging code.
- 23. September 2012 - Updated to V3.0.6
- - Changed reg. exp. to also match when gallery URL doesn't include a trailing "/"
- - Merged the two match() functions in "congStart()" into a single one.
- 06. September 2012 - Updated to V3.0.5
- - Fixed a missing "rCount++". This caused the "Done!" message to appear too early.
- - Disabled the default action of the inserted button.
- - Added Opera specific code which inserts the "Conglomerate" button faster in opera.
- - Moved changelog + install guide to a separate file
- 19. Juli 2012 - Updated to V3.0.4
- - Added install guide for Firefox and Opera.
- 01. June 2012 - Updated to V3.0.2
- - Just a small fix of a bug that prevented the script from doing download retries
- if a download failed.
- 12. June 2012 - Updated to V3.0.1
- - Fixed regexp to match for literal "." only, instead of any character:
- /(.*furaffinity.net)/ --> /.*furaffinity\.net)/
- This doesn't change the functionality of the script, since there can't be anything
- else but a "." in the URL anyway.
- - Added "target:_blank" attribute to links in the conglomerator window, so they open
- in a new windows when clicked.
- - Title of conglomerator window is now set to "FA conglomerator"
- ====================================================================================
- FA NewSubs Conglomerator - changelog
- ====================================================================================
- 26. June 2018 - Updated to V1.1.0
- - Fixed detection of last page
- - Changed position of the conglomerator controls on the page.
- Same fixes/changes that were made to the FA conglomerator V3.2.1:
- - Fixed the request queue that froze conglomeration if there were too many
- retries.
- - Added two additional input boxes to specify request delay time and number of
- retries used.
- - Added tooltips to the conglomerator controls.
- - Changed default values of conglomeration parameters
- - Changes to conglomeration parameters (input boxes) are now stored persistently.
- - Removed legacy insertion code for deprecated Opera 12 browser.
- 07. September 2013 - Updated to V3.1.0
- - Loading messages now display used retries (if there were any retries).
- - Queued requests now display "waiting...", active requests now display "loading..."
- - Added a request limit setting. This allows to limit the maximum concurrent
- requests used during conglomeration to counter errors due to (temporary?) server
- overload/connection throttling.
- There is now one additional input field at the top next to the "Conglomerate"
- button that allows the user to specify the maximum concurrent requests used for
- conglomeration. The default value is "8".
- 11. April 2013 - Updated to V1.0.2
- - Fixed parsing of download link to ignore random whitespace characters.
- 13. January 2013 - Updated to V1.0.1
- - Fixed broken links without protocol in conglomerator window.
- ====================================================================================
- IB Conglomerator - changelog
- ====================================================================================
- 24. October 2017 - Updated to V1.2.0
- - Fixed code to work with IB's new page and data URLs
- 30. March 2016 - Updated to V1.1.2
- - Fixed the broken "sub-submission" link collection.
- - Changed link extraction to get the "/files/full" link more reliably.
- - Fixed a bug in the retry on error method
- 30. May 2015 - Updated to V1.1.1
- - Fixed broken links due to change of IB's server name
- 10. October 2014 - Updated to V1.1.0
- - Conglomerator now also collects links to "sub-submissions" (multiple files per
- submission)
- 15. June 2014 - Updated to V1.0.4
- - Fixed parsing of submission page due to changes in file paths
- 28. April 2013 - Updated to V1.0.3
- - Fixed parsing with random whitespace characters.
- 06. September 2012 - Updated to V1.0.2
- - Fixed a missing "rCount++". This caused the "Done!" message to appear too early.
- - Disabled the default action of the inserted button.
- - Added Opera specific code which inserts the "Conglomerate" button faster in opera.
- - Moved changelog + install guide to a separate file
- 19. Juli 2012 - Updated to V1.0.1
- - Added install guide for Firefox and Opera.
- ====================================================================================
- DA Conglomerator - changelog
- ====================================================================================
- 19. May 2019 - Update to V1.5.4
- - Fixed download request handling for DA's wixmp.com image server. Wixmp.com uses a
- timeout, so the conglomerated links must be downloaded as soon as possible.
- Otherwise the links will time out.
- 22. July 2018 - Update to V1.5.3
- - Added a dummy AudioContext object to prevent javascript throttling in firefox based
- browsers.
- 22. July 2018 - Update to V1.5.2
- - Fixed URL data extraction due to DA's new URL format
- - Changed "@include" of the script for DA's new URL format
- - Conglomeration is slow when tab executing the script (where you press the button)
- is in background, due to massive javascript "setTimeout()" throttling (1000 ms)
- done by the browser.
- 11. May 2017 - Updated to V1.5.1
- - Fixed link extraction (new token for beginning of the submission data)
- 18. February 2017 - Updated to V1.5.0
- - Fixed link extraction
- - Fixed script header (@grant directives)
- - Fixed window access by using "unsafeWindow"
- 21. August 2016 - Updated to V1.4.0
- - Fixed extraction of Flash content URLs using additional server requests
- 15. September 2015 - Updated to V1.3.2
- - Fixed link extraction from image viewer using a more reliable regexp. For some
- idiotic reason DA seems to put HTML tag attributes in random order.
- 11. June 2015 - Updated to V1.3.1
- - Fix for DA's behavior of delivering mixed http/https resources. The wrong protocol
- that DA sends back for some links to submission pages are now corrected.
- 11. June 2015 - Updated to V1.3.0
- - Added checkboxes to allow conglomeration of gallery and/or scraps.
- - Literature submissions are now checked for (multiple) embedded images. Multiple
- files per submission will appear with sub-numbering (eg. 231.1; 231.2; 231.3, ...).
- - Thumbnails can be shown in the conglomerator window. This option was added already
- in one of the last updates but not mentioned in the changelog.
- - Rewrote and reorganized (added several functions) parts of the code for better
- maintenance.
- 25. April 2015 - Updated to V1.2.2
- - Added note about third-party cookies to tooltip help of "final URL" checkbox.
- If third-party cookies are blocked in the browser settings, then an exception for
- "deviantart.com" has to be added. Otherwise the final URL cannot be retrieved.
- This is due to Greasemonkey not sending the cookie without this exception.
- - Fixed old version number. It was still set to V1.2.0 despite the V1.2.1 update.
- It is now set to V1.2.2 with this update.
- 02. March 2015
- - Small bugfix: Second option checkbox was not evaluated correctly, instead the
- setting of the first checkbox was used for both options.
- 20. February 2015 - Updated to V1.2.0 (Greasemonkey Only)
- - Stopped support for the outdated and abandoned Opera 12.17.
- Only Greasemonkey (Firefox, Pale Moon, ...) is supported from now on.
- - Added option to download final (non-expiring) URLs, instead of just conglomerating
- the temporary DA links that usually expire after a few minutes. This can only be
- done with cross-site-XMLHttpRequests, that require Greasemonkey.
- - Added tooltips infos to the conglomerator button and the options checkboxes.
- 07. December 2013 - Updated to V1.1.10
- - Added a checkbox to choose between link extration methods:
- Checked: Extract links only from the submission page. This should always extract
- the highest image quality, but may be slower because each submission page
- has to be opened.
- Unchecked: Extract links from the thumbnail page. If no "data-super-img" or
- "data-super-full-img" attribute is found, extract from the submission
- page. It is possible that the download button in the submission page
- can have a higher resolution than the files pointed to by the
- attributes from the thumbnail page. Therefore this method may not
- extract links to the highest image quality but generally is faster.
- - Button now uses DA's button style.
- 07. December 2013 - Updated to V1.1.9
- - Fixed download button link extraction (html unescaping)
- Hint: Download button links contain a token that seems to expire after some time.
- Therefore downloading of the these links should be done as soon as possible
- after conglomeration. They can be recognized by the "?token=" in the URL.
- 05. December 2013 - Updated to V1.1.8
- - Fixed parsing of submission page for images, download links, flash videos and
- movies files due to changes made by DA.
- - Fixed mp4 movie link extraction (links should now directly point to mp4 files)
- - For mp4 movie files with multiple resolutions the link to the version with the
- highest resolution is extracted.
- 24. August 2013 - Updated to V1.1.6
- - Updated button insertion code because of changes in DA's layout
- 09. June 2013 - Updated to V1.1.5
- - Now supports additional files types, other than .jpg and .png (gif, flash, mp4,
- zip, etc.)
- - Content is now also extracted from the submission page, if necessary, instead of
- just from the tags in the submission list page.
- - If no download button is available on the submission page, the script tries to
- extract the link from other tags within the submission page.
- 22. April 2013 - Updated to V1.1.0
- - Fixed dead links that occurred when an image had no "download" option. Image URLs
- are now extracted differently by evaluating the "data-super-img" and the
- "data-super-full-img" tags.
- 06. September 2012 - Updated to V1.0.2
- - Disabled the default action of the inserted button.
- - Added Opera specific code which inserts the "Conglomerate" button faster in opera.
- - Moved changelog + install guide to a separate file
- 05. August 2012 - Updated to V1.0.1
- - Fixed request counter. "Done!" is now displayed after the last page instead of
- after the first page.
- ====================================================================================
- lulz.net Captcha Refresher - changelog
- ====================================================================================
- [V1.0.0 - No changes yet]
Advertisement
Add Comment
Please, Sign In to add comment