#please mr google let some coder who can help see
Explore tagged Tumblr posts
Text
My stupid guide to getting the stupid list of people YOU FOLLOW on tumblr
if tumblr has some way fo getting a list of usernames and urls of blogs you follow i don't know of it, if theres some script i don't know it, if theres anything. LET ME KNOW. but since i dont think there is welcome to my bruteforce method of getting a list of people you follow.
I am not a coder, i don't know how to do this with a program, and i dont know of any program that does it, no programmer thats going to or anything so im bruteforcing this in perhaps a stupid way but it works
go to your https://www.tumblr.com/following page
its just this same link, it takes you to the list of everyone you follow Then you need to load EVERY FOLLOWER by scrolling ALLL THE WAY DOWN the list, i have 2000 blogs i follow but ti doesnt take long for me to get to the end, yes you have to do this.
rightclick and select inspect
a box will come up, this might be scary for non techy people, don't worry were just looking at the code underneath the site, nothing you change will be permanent. dont mess around here unless you know kinda what youre doing, but dont be scared for what were gonna do.
there are several tabs to this new window, we want to be in the inspector tab, and when you mouse over the text in here you can notice that it flashes certain parts of tumblr. these different lines all pertain to certain spots of the webpage so you can see what tumblr wants you to see.
we want to find where they put the followers
so were gonna hover over:
and notice that the very center and only the center where you're followers are shown is lit up, that means inside this line somewhere is your follower list ((its not gonna be pretty)) use the little arrow on the side of this line and click it to expand the underlying code (this is really called nesting i think im not a coder, basically when there an arrow, theres stuff in there)
open the next arrow too (main something something)
keep hovering over the lines within this one and see which one lights up the center and only open that one, next one is "section something something" next class something something
now this might start to look familliar to you if you read all these "data-cell-id=" lines these are all the people you follows usernames,
I'm sure someone who knows how to code would be able to grab this in a neat way and put it in a text document for us, but i dont know how to do that i just know i want it.
so what i do is:
right click the line whose arrow we just opened to be able to see this and select "copy, inner html" this line to be clear
and i make a new notepad document(txt) on my computer, and i paste all that shit in there. and yes it looks like complete nonsense because everything is going everywhere with text you dont need or understand. dont worry about it. you still have all your list of following usernames in there.
now i used vs code(or visual studio code) (its a free program you can just get it if you want use google) and you dont even need to know any coding for this cleaning step. to clean this up, i open the document i created with all this shit in it in vs code and it has the capability to select every instance of a word or symbol or whatever and delete every single one, or replace it. it can also write with multiple cursors at the end of every line of text at the same time. so this way i can get rid of all this nonsense stuff to line up everyones usernames the way i'd like.
you can use google to figure out how to do this, or fuff about in vs code, but selecting a chunk and right clicking and choosing "change all occurrences" is what i used the most.
now if someone who actually codes could… help.. help me please.. dont let anyone else have to use this guide, there has to be a better way. thank you i love you
#tumblr#tumblr guide#tumblr followers#tumblr following#tumblr list#guide#tumblr following list#list of people you follow#please mr google let someone in need see#please mr google let some coder who can help see
2 notes
·
View notes