Guest User

Untitled

a guest
Aug 15th, 2018
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. ## Purpose
  2.  
  3. > ClassDojo is a classroom communication app used to share reports between parents and teachers. Teachers track student behavior and upload photos or videos. The gamification style system teaches developmental skills through real-time feedback.
  4.  
  5. When your child's teacher shares a photo, it goes on your parent "storyline". Unfortunately, ClassDojo does not provide any means of saving these photos. In fact, the photos are displayed in a `<div>` using `style: background-image('...');` so right-clicking and choosing "Save image" is not an option.
  6.  
  7. This script will open all currently loaded story post images in a separate tabs. From there, you can drag them into a directory or save them by right-clicking and choosing "Save image".
  8.  
  9. ## Usage
  10.  
  11. 1. Load your parent storyline (ClassDojo homepage when logged in)
  12. 2. Make sure all photos you want to save are loaded
  13. 3. Open the JavaScript console (Ctrl + Shift + J in Chrome)
  14. 4. Paste the one-liner and press Enter
  15. 5. Images load in separate tabs. Click and drag each image into a directory on your local disk
Add Comment
Please, Sign In to add comment