lulzScript

Changelogs [2019-05-19]

Sep 6th, 2012
477
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.96 KB | None | 0 0
  1. ====================================================================================
  2. FA Conglomerator - changelog
  3. ====================================================================================
  4. 12. June 2018 - Updated to V3.2.1
  5. - Fixed the request queue that froze conglomeration if there were too many
  6. retries.
  7. - Added two additional input boxes to specify request delay time and number of
  8. retries used.
  9. - Added tooltips to the conglomerator controls.
  10. - Changed default values of conglomeration parameters
  11. - Changes to conglomeration parameters (input boxes) are now stored persistently.
  12. - Removed legacy insertion code for deprecated Opera 12 browser.
  13.  
  14. 15. September 2015 - Updated to V3.1.1
  15. - Changed code that inserts the conglomerator button to work with FA's new page
  16. design.
  17.  
  18. 06. September 2013 - Updated to V3.1.0
  19. - Loading messages now display used retries (if there were any retries).
  20. - Queued requests now display "waiting...", active requests now display "loading..."
  21. - Added a request limit setting. This allows to limit the maximum concurrent
  22. requests used during conglomeration to counter errors due to (temporary?) server
  23. overload/connection throttling.
  24. There is now an additional input field next to the "Conglomerate" button that
  25. allows the user to specify the maximum concurrent requests used for
  26. conglomeration. The default value is "8".
  27. - Button and input field now use FA's button style.
  28.  
  29. 11. April 2013 - Updated to V3.0.8
  30. - Fixed parsing of download link to ignore random whitespace characters.
  31.  
  32. 13. January 2013 - Updated to V3.0.7
  33. - Fixed broken links without protocol in conglomerator window.
  34. - Removed old debugging code.
  35.  
  36. 23. September 2012 - Updated to V3.0.6
  37. - Changed reg. exp. to also match when gallery URL doesn't include a trailing "/"
  38. - Merged the two match() functions in "congStart()" into a single one.
  39.  
  40. 06. September 2012 - Updated to V3.0.5
  41. - Fixed a missing "rCount++". This caused the "Done!" message to appear too early.
  42. - Disabled the default action of the inserted button.
  43. - Added Opera specific code which inserts the "Conglomerate" button faster in opera.
  44. - Moved changelog + install guide to a separate file
  45.  
  46. 19. Juli 2012 - Updated to V3.0.4
  47. - Added install guide for Firefox and Opera.
  48.  
  49. 01. June 2012 - Updated to V3.0.2
  50. - Just a small fix of a bug that prevented the script from doing download retries
  51. if a download failed.
  52.  
  53. 12. June 2012 - Updated to V3.0.1
  54. - Fixed regexp to match for literal "." only, instead of any character:
  55. /(.*furaffinity.net)/ --> /.*furaffinity\.net)/
  56. This doesn't change the functionality of the script, since there can't be anything
  57. else but a "." in the URL anyway.
  58. - Added "target:_blank" attribute to links in the conglomerator window, so they open
  59. in a new windows when clicked.
  60. - Title of conglomerator window is now set to "FA conglomerator"
  61.  
  62.  
  63. ====================================================================================
  64. FA NewSubs Conglomerator - changelog
  65. ====================================================================================
  66. 26. June 2018 - Updated to V1.1.0
  67. - Fixed detection of last page
  68. - Changed position of the conglomerator controls on the page.
  69.  
  70. Same fixes/changes that were made to the FA conglomerator V3.2.1:
  71. - Fixed the request queue that froze conglomeration if there were too many
  72. retries.
  73. - Added two additional input boxes to specify request delay time and number of
  74. retries used.
  75. - Added tooltips to the conglomerator controls.
  76. - Changed default values of conglomeration parameters
  77. - Changes to conglomeration parameters (input boxes) are now stored persistently.
  78. - Removed legacy insertion code for deprecated Opera 12 browser.
  79.  
  80. 07. September 2013 - Updated to V3.1.0
  81. - Loading messages now display used retries (if there were any retries).
  82. - Queued requests now display "waiting...", active requests now display "loading..."
  83. - Added a request limit setting. This allows to limit the maximum concurrent
  84. requests used during conglomeration to counter errors due to (temporary?) server
  85. overload/connection throttling.
  86. There is now one additional input field at the top next to the "Conglomerate"
  87. button that allows the user to specify the maximum concurrent requests used for
  88. conglomeration. The default value is "8".
  89.  
  90. 11. April 2013 - Updated to V1.0.2
  91. - Fixed parsing of download link to ignore random whitespace characters.
  92.  
  93. 13. January 2013 - Updated to V1.0.1
  94. - Fixed broken links without protocol in conglomerator window.
  95.  
  96.  
  97.  
  98. ====================================================================================
  99. IB Conglomerator - changelog
  100. ====================================================================================
  101. 24. October 2017 - Updated to V1.2.0
  102. - Fixed code to work with IB's new page and data URLs
  103.  
  104. 30. March 2016 - Updated to V1.1.2
  105. - Fixed the broken "sub-submission" link collection.
  106. - Changed link extraction to get the "/files/full" link more reliably.
  107. - Fixed a bug in the retry on error method
  108.  
  109. 30. May 2015 - Updated to V1.1.1
  110. - Fixed broken links due to change of IB's server name
  111.  
  112. 10. October 2014 - Updated to V1.1.0
  113. - Conglomerator now also collects links to "sub-submissions" (multiple files per
  114. submission)
  115.  
  116. 15. June 2014 - Updated to V1.0.4
  117. - Fixed parsing of submission page due to changes in file paths
  118.  
  119. 28. April 2013 - Updated to V1.0.3
  120. - Fixed parsing with random whitespace characters.
  121.  
  122. 06. September 2012 - Updated to V1.0.2
  123. - Fixed a missing "rCount++". This caused the "Done!" message to appear too early.
  124. - Disabled the default action of the inserted button.
  125. - Added Opera specific code which inserts the "Conglomerate" button faster in opera.
  126. - Moved changelog + install guide to a separate file
  127.  
  128. 19. Juli 2012 - Updated to V1.0.1
  129. - Added install guide for Firefox and Opera.
  130.  
  131.  
  132.  
  133. ====================================================================================
  134. DA Conglomerator - changelog
  135. ====================================================================================
  136. 19. May 2019 - Update to V1.5.4
  137. - Fixed download request handling for DA's wixmp.com image server. Wixmp.com uses a
  138. timeout, so the conglomerated links must be downloaded as soon as possible.
  139. Otherwise the links will time out.
  140.  
  141. 22. July 2018 - Update to V1.5.3
  142. - Added a dummy AudioContext object to prevent javascript throttling in firefox based
  143. browsers.
  144.  
  145. 22. July 2018 - Update to V1.5.2
  146. - Fixed URL data extraction due to DA's new URL format
  147. - Changed "@include" of the script for DA's new URL format
  148. - Conglomeration is slow when tab executing the script (where you press the button)
  149. is in background, due to massive javascript "setTimeout()" throttling (1000 ms)
  150. done by the browser.
  151.  
  152. 11. May 2017 - Updated to V1.5.1
  153. - Fixed link extraction (new token for beginning of the submission data)
  154.  
  155. 18. February 2017 - Updated to V1.5.0
  156. - Fixed link extraction
  157. - Fixed script header (@grant directives)
  158. - Fixed window access by using "unsafeWindow"
  159.  
  160. 21. August 2016 - Updated to V1.4.0
  161. - Fixed extraction of Flash content URLs using additional server requests
  162.  
  163. 15. September 2015 - Updated to V1.3.2
  164. - Fixed link extraction from image viewer using a more reliable regexp. For some
  165. idiotic reason DA seems to put HTML tag attributes in random order.
  166.  
  167. 11. June 2015 - Updated to V1.3.1
  168. - Fix for DA's behavior of delivering mixed http/https resources. The wrong protocol
  169. that DA sends back for some links to submission pages are now corrected.
  170.  
  171. 11. June 2015 - Updated to V1.3.0
  172. - Added checkboxes to allow conglomeration of gallery and/or scraps.
  173. - Literature submissions are now checked for (multiple) embedded images. Multiple
  174. files per submission will appear with sub-numbering (eg. 231.1; 231.2; 231.3, ...).
  175. - Thumbnails can be shown in the conglomerator window. This option was added already
  176. in one of the last updates but not mentioned in the changelog.
  177. - Rewrote and reorganized (added several functions) parts of the code for better
  178. maintenance.
  179.  
  180. 25. April 2015 - Updated to V1.2.2
  181. - Added note about third-party cookies to tooltip help of "final URL" checkbox.
  182. If third-party cookies are blocked in the browser settings, then an exception for
  183. "deviantart.com" has to be added. Otherwise the final URL cannot be retrieved.
  184. This is due to Greasemonkey not sending the cookie without this exception.
  185. - Fixed old version number. It was still set to V1.2.0 despite the V1.2.1 update.
  186. It is now set to V1.2.2 with this update.
  187.  
  188. 02. March 2015
  189. - Small bugfix: Second option checkbox was not evaluated correctly, instead the
  190. setting of the first checkbox was used for both options.
  191.  
  192. 20. February 2015 - Updated to V1.2.0 (Greasemonkey Only)
  193. - Stopped support for the outdated and abandoned Opera 12.17.
  194. Only Greasemonkey (Firefox, Pale Moon, ...) is supported from now on.
  195. - Added option to download final (non-expiring) URLs, instead of just conglomerating
  196. the temporary DA links that usually expire after a few minutes. This can only be
  197. done with cross-site-XMLHttpRequests, that require Greasemonkey.
  198. - Added tooltips infos to the conglomerator button and the options checkboxes.
  199.  
  200. 07. December 2013 - Updated to V1.1.10
  201. - Added a checkbox to choose between link extration methods:
  202. Checked: Extract links only from the submission page. This should always extract
  203. the highest image quality, but may be slower because each submission page
  204. has to be opened.
  205. Unchecked: Extract links from the thumbnail page. If no "data-super-img" or
  206. "data-super-full-img" attribute is found, extract from the submission
  207. page. It is possible that the download button in the submission page
  208. can have a higher resolution than the files pointed to by the
  209. attributes from the thumbnail page. Therefore this method may not
  210. extract links to the highest image quality but generally is faster.
  211. - Button now uses DA's button style.
  212.  
  213. 07. December 2013 - Updated to V1.1.9
  214. - Fixed download button link extraction (html unescaping)
  215. Hint: Download button links contain a token that seems to expire after some time.
  216. Therefore downloading of the these links should be done as soon as possible
  217. after conglomeration. They can be recognized by the "?token=" in the URL.
  218.  
  219. 05. December 2013 - Updated to V1.1.8
  220. - Fixed parsing of submission page for images, download links, flash videos and
  221. movies files due to changes made by DA.
  222. - Fixed mp4 movie link extraction (links should now directly point to mp4 files)
  223. - For mp4 movie files with multiple resolutions the link to the version with the
  224. highest resolution is extracted.
  225.  
  226. 24. August 2013 - Updated to V1.1.6
  227. - Updated button insertion code because of changes in DA's layout
  228.  
  229. 09. June 2013 - Updated to V1.1.5
  230. - Now supports additional files types, other than .jpg and .png (gif, flash, mp4,
  231. zip, etc.)
  232. - Content is now also extracted from the submission page, if necessary, instead of
  233. just from the tags in the submission list page.
  234. - If no download button is available on the submission page, the script tries to
  235. extract the link from other tags within the submission page.
  236.  
  237. 22. April 2013 - Updated to V1.1.0
  238. - Fixed dead links that occurred when an image had no "download" option. Image URLs
  239. are now extracted differently by evaluating the "data-super-img" and the
  240. "data-super-full-img" tags.
  241.  
  242. 06. September 2012 - Updated to V1.0.2
  243. - Disabled the default action of the inserted button.
  244. - Added Opera specific code which inserts the "Conglomerate" button faster in opera.
  245. - Moved changelog + install guide to a separate file
  246.  
  247. 05. August 2012 - Updated to V1.0.1
  248. - Fixed request counter. "Done!" is now displayed after the last page instead of
  249. after the first page.
  250.  
  251.  
  252. ====================================================================================
  253. lulz.net Captcha Refresher - changelog
  254. ====================================================================================
  255.  
  256. [V1.0.0 - No changes yet]
Advertisement
Add Comment
Please, Sign In to add comment