MicrostockGroup Sponsors

SS Dashboard Fix

Started by DC, February 17, 2017, 22:28

Previous topic - Next topic

DC

I just haven't been able to get used to the new dashboard on SS.  They added a bunch of stuff to the top of the page that I don't really care about.

Profile picture front and center?
Unpaid earnings......right under unpaid earnings???
All time earnings in gigantic letters stretching all the way across the page?

I decided to make a Greasemonkey script to fix some of it and I thought I would post it here in case anyone is interested.

Here is a summary of what I changed:

It completely removes the following - the div element with the profile picture, the div element with unpaid earnings, the div element with all time earnings, and the div element for additional resources.

I also took the left hand column and floated it to the right.  This has two advantages.  The first one is that it moves uploads and announcements to the right hand side of the page which is where they were before and where I prefer them to be.  The second is that it moves the map over so that it is front and center where it should be.

The last thing I did was make the Unpaid Earnings button at the top right link to the earnings page like it used to do.

I made this based on my personal preferences and am providing it as is so if you don't like something about it fix it yourself.  :)


In Greasemonkey select New User Script
In the Includes box add the line: https://submit.shutterstock.com/dashboard*
I think Name and Namespace are required but I don't think it matters what you put in those.
Click OK and then copy and paste the following:

function doStuff() {
  document.getElementById('monthly-earnings-dropdown').href = "/earnings";
  document.getElementById('monthly-earnings-dropdown').removeAttribute("data-toggle");
  var x = document.getElementsByClassName("col-md-6 col-sm-12 hidden-xs");
  x[0].style.display = "none";
  x[1].style.display = "none";
  document.getElementById('earnings-summary-container').style.display = "none";
  document.getElementById('resources-blog-container').style.display = "none";
  document.getElementsByClassName("col-md-3 col-sm-4")[0].style.cssFloat = "right";
}

window.onload = doStuff();

angelawaye

It is a smokescreen to distract you from the real problems. They want our attention elsewhere...

Chichikov

#2
Surely a nice script but I don't know how to install it under Tampermonkey on Chrome... :(
(I think that you should give us the link to the script, not the script code itself)

___
There are also a lot of nice scripts developped by Deymos.HR here:
https://forums.submit.shutterstock.com/topic/87730-cool-script-print-names-of-download-locations/page-2?hl=scripts#entry1528326


sarah2

Brilliant!!!! But  can't install it.
When I get to Scratchpad (?) it says to type 'allow pasting' - but I don't know where to do this. Have tried assorted option....!
And then, I'm also not sure where exactly to paste the 'code' bit you give us.
Answers would be MUCH appreciated.
:)

Zalee

I'm wondering if there is an update for the script for downloads. It has stopped working for me a while ago and I really miss it. The SS latest downloads is garbage. Just a quick glance at Deymos' script and you see instantly if there's been any downloads.

Chichikov

Deymos told (on the SS forum) that Shutterstock has forbidden him to publish new updates of the scripts...

Dumc

I guess they can't stand a fact, that someone does a better job with their dashboard in 5 minutes, than their whole IT team in months.

Mantis

Quote from: Dumc on June 04, 2017, 09:22
I guess they can't stand a fact, that someone does a better job with their dashboard in 5 minutes, than their whole IT team in months.

Perfect!

Zalee

Quote from: Chichikov on June 04, 2017, 06:30
Deymos told (on the SS forum) that Shutterstock has forbidden him to publish new updates of the scripts...

Oh, I thought he just couldn't speak about them on the forum, I missed where he was not allowed to publish them. SS must be feeling very inadequate for them to even care.

relativity

Deymos.HR's scripts are here:

https://gist.github.com/deymosD/

Shutterstock.EnhanceDashboard.user.js - allows moving (and temporarily removing) divs on the dashboard and lists 10 most recent sales (no earnings anymore, sadly)
Shutterstock.NewEarnings.user.js - fixes earnings table
Shutterstock.FixKeywords.user.js - enables copy/paste of keywords.

easily modifiable. :)

Microstockphoto

not sure if they can stop anyone from writing scripts. its laughable if they try to, unfortunately, even though there is nothing in the contract about writing scripts, they can kick you out when they want to. if its about publishing stuff on the forum, then i can see their point.

Zero Talent

#11
Quote from: relativity on June 05, 2017, 10:19
Deymos.HR's scripts are here:

https://gist.github.com/deymosD/

Shutterstock.EnhanceDashboard.user.js - allows moving (and temporarily removing) divs on the dashboard and lists 10 most recent sales (no earnings anymore, sadly)
Shutterstock.NewEarnings.user.js - fixes earnings table
Shutterstock.FixKeywords.user.js - enables copy/paste of keywords.

easily modifiable. :)

Great! Thanks for the information! I was not aware that he had an update that made the last 10 list work again!
And that text conversion of keywords is nice addition!

Chichikov

Quote from: Zalee on June 05, 2017, 03:00
Quote from: Chichikov on June 04, 2017, 06:30
Deymos told (on the SS forum) that Shutterstock has forbidden him to publish new updates of the scripts...

Oh, I thought he just couldn't speak about them on the forum, I missed where he was not allowed to publish them. SS must be feeling very inadequate for them to even care.

Yes, you are right, I meant to publish them (giving links) on the Shutterstock forum.

Artist

This is awesome, I just installed this script and it is a new door to see realtime stats as well as one page earning show. Like it.
I used Tapermonkey

Zalee

Quote from: relativity on June 05, 2017, 10:19
Deymos.HR's scripts are here:

https://gist.github.com/deymosD/

Shutterstock.EnhanceDashboard.user.js - allows moving (and temporarily removing) divs on the dashboard and lists 10 most recent sales (no earnings anymore, sadly)
Shutterstock.NewEarnings.user.js - fixes earnings table
Shutterstock.FixKeywords.user.js - enables copy/paste of keywords.

easily modifiable. :)

Thanks for the links, that has fixed my broken list of the last ten downloads. I'm very happy :)

derek

Quote from: angelawaye on February 18, 2017, 03:24
It is a smokescreen to distract you from the real problems. They want our attention elsewhere...

You could say that again!  haha!

rinderart

#16
DEYMOS is as brilliant as they come.SS people have no clue compared.I have begged them to have him Look.

trek

Ummm..  can you see unsold images in the lifetime sales (top earners) sort like SS used to show? 

Zalee

Has this broken again for everyone else? None of the scripts seem to be working so the page looks terrible!

derek

Is this to distract us from falling earnings bad interior political problems and people leaving jumping a sinking ship! conning us beyond beliefs?????  is all a bunch of horse sheit!

mike935


mike935

May be the problem is that?

line 3 // @namespace

expected [ \t \n] but end of input found

ferdinand

 sod sails does not show on world map?!

JimP

Quote from: derek on August 28, 2017, 08:06
Is this to distract us from falling earnings bad interior political problems and people leaving jumping a sinking ship! conning us beyond beliefs?????  is all a bunch of horse sheit!

Why are you talking about Istock Getty on the SS forum?  ;)

mike935

It seems that all gradually accept SS innovations?