Advertisement
lulzScript

Conglomerator install guide [2017-11-27]

Sep 6th, 2012
484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.78 KB | None | 0 0
  1. Conglomerator scripts install guide for Firefox/Chrome based browsers and Palemoon - 22. November 2017
  2.  
  3. ===================================================================
  4. Firefox and other up to date Firefox based browsers (Waterfox, ...)
  5. ===================================================================
  6. 1. Install the Tampermonkey add-on:
  7. https://addons.mozilla.org/en-US/firefox/addon/tampermonkey/
  8. 2. In the Tampermonkey menu select "Create new script..." which opens a new script editor window.
  9. 3. Clear the auto-generated script content in the script editor window.
  10. 4. Copy and paste a conglomerator script into the cleared script editor window of Tampermonkey and save.
  11. 5. Repeat steps 2-4 to install additional conglomerator scripts
  12.  
  13. Note: DA conglomerator
  14. The DA conglomerator requires cross-site scripting access to work. This is because DA saves its data on different (sub-)domains. Access between different domains from a single script violates the same origin policy of the browser. Therefore, when the script is used, Tampermonkey will automatically ask if cross-site scripting access should be allowed. Tampermonkey will most likely ask multiple times because there are multiple (sub-)domains that need to be white-listed. Choose "Always allow domain" for all cross-site requests of the DA conglomerator script that Tampermonkey asks for.
  15. If you are restricting cookies (third-party access) in your browser settings, you have to add an exception for both
  16. http://deviantart.com AND https://deviantart.com
  17.  
  18. ================================================================================
  19. Chrome and other up to date Chrome based browsers (Iridium, Vivaldi, Opera, ...)
  20. ================================================================================
  21. 1. Install the Tampermonkey extension:
  22. https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=en
  23. 2. In the Tampermonkey menu select "Create new script..." which opens a new script editor window.
  24. 3. Clear the auto-generated script content in the script editor window.
  25. 4. Copy and paste a conglomerator script into the cleared script editor window of Tampermonkey and save.
  26. 5. Repeat steps 2-4 to install additional conglomerator scripts.
  27.  
  28. Note: DA conglomerator
  29. The DA conglomerator requires cross-site scripting access to work. This is because DA saves its data on different (sub-)domains. Access between different domains from a single script violates the same origin policy of the browser. Therefore, when the script is used, Tampermonkey will automatically ask if cross-site scripting access should be allowed. Tampermonkey will most likely ask multiple times because there are multiple (sub-)domains that need to be white-listed. Choose "Always allow domain" for all cross-site requests of the DA conglomerator script that Tampermonkey asks for.
  30. If you are restricting cookies (third-party access) in your browser settings, you have to add an exception for both
  31. http://deviantart.com AND https://deviantart.com
  32.  
  33. ================================================================================
  34. Palemoon
  35. ================================================================================
  36. 1. Install the Greasemonkey for Palemoon add-on:
  37. https://github.com/janekptacijarabaci/greasemonkey/releases/tag/3.30rc2Fork
  38. 2. Copy a conglomerator script to the clipboard.
  39. 3. In the Greasemonkey menu select "New User Script..." which opens a new window.
  40. 4. Click "Use Script From Clipboard" which opens a new script window with the pasted script.
  41. 5. Close the script window.
  42. 6. Repeat steps 2-5 to install additional conglomerator scripts.
  43.  
  44. Note: DA conglomerator
  45. If you are restricting cookies (third-party access) in your browser settings, you have to add an exception for both
  46. http://deviantart.com AND https://deviantart.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement