To alter status "hidden" to "show"

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • inspectelement
    New Member
    • Nov 2014
    • 21

    To alter status "hidden" to "show"

    I tried this on Miiverse and compared a user with blocked followers with unblocked followers here is the difference.
    Unblocked:

    Code:
    <a href="/users/PridexLeader/followers" class>
    <span class="name">Followers</span>
    <span class="number">228</span>
    </a>
    ::after
    </div>
    Blocked:
    Code:
    <a href="/users/ItsMeClockwork/followers" class>
    <span class="name">Followers</span>
    <span class="number">-</span>
    </a>
    ::after
    </div>

    I could not find a difference. The only difference is that followers change from numbers to -. Is there a certain status code i should type in? Please let me know.
    Last edited by Rabbit; Nov 21 '14, 05:01 PM. Reason: Please use [code] and [/code] tags when posting code or formatted data.
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    I'm not sure what your question is. Please try to explain more clearly what you are trying to do.

    Comment

    • inspectelement
      New Member
      • Nov 2014
      • 21

      #3
      I was trying to make it show how many followers this user has. It's pointless, I know. I just thought it would be funny to find the amount of followers he has, although it's blocked. (It shows blocked by the - symbol.) I wouldn't want to waste your time on such a simple and pointless script kiddie thing, so don't worry. ^^

      Comment

      • computerfox
        Contributor
        • Mar 2010
        • 276

        #4
        Do you have access to the code in MiiVerse? I believe that's hard coded so it shouldn't show. They might have the details, but they're not willing to show it because it might be a policy issue.

        Comment

        • inspectelement
          New Member
          • Nov 2014
          • 21

          #5
          It is hard coded, and i even tried firebug but no luck. It seems there is no possible way way unless I wanted to go trance mode and start really hacking! Pretty pointless though... could be spent better. I think i'll just focus on something else...

          Comment

          • computerfox
            Contributor
            • Mar 2010
            • 276

            #6
            Yeah.. that's usually the definition of "hard coded" :)

            Comment

            • inspectelement
              New Member
              • Nov 2014
              • 21

              #7
              Yeah... thanks anyways though.:)

              Comment

              Working...