I made a userscript to force chat posts on the dashboard to use the same font as all the other basic text! https://greasyfork.org/en/scripts/570565-tumblr-chat-post-font-fix

seen from United States
seen from Yemen

seen from United States
seen from Finland

seen from United States
seen from United States

seen from United States
seen from United States

seen from United States
seen from Germany
seen from Bulgaria

seen from United States

seen from United Kingdom

seen from United States
seen from United States

seen from Czechia
seen from Maldives

seen from United States

seen from United States
seen from United States
I made a userscript to force chat posts on the dashboard to use the same font as all the other basic text! https://greasyfork.org/en/scripts/570565-tumblr-chat-post-font-fix
whitelist or blacklist tags - theme plugin
a very small script i wrote for anyone who only wants specific tags shown on their blog, or for anyone who uses a theme that only looks good with a limited number of tags. this supports special characters! please like/reblog if using!
how does it work?
you follow the guide for installing, it's simple
you enter the tags to blacklist/whitelist
you choose either blacklisting or whitelisting
what happens then?
the tags your entered are now shown/hidden
posts are never hidden! only the tags are.
message me if you have any problems/questions
what is blacklisting/whitelisting?
blacklisting means: never show the tags you specify
whitelisting means: only show the tags you specify
theme used in preview: my theme “button”
Remove the Read More Link on Your Page
If you have a blog that’s accessible to the public but would still like SOME privacy, you can use the “Read More” feature and add the following script to your HTML to prevent visitors from accessing the post. Followers will still have access to your post if they click the link from the dashboard. I suggest using this script because some folks know how to use inspect element but perhaps, there’s a way around this script, as well. Make sure you are not using Tumblr’s default mobile theme.
Place before </body>.
<script>document.getElementsByClassName(”read_more“)[0].removeAttribute(”href”);</script>
Here’s what the usual read more HTML looks like:
<a href="http://" class="read_more">Keep reading</a>
What the script will do is look for the class “read_more” and then look within the <a> tag for the href attribute and remove that completely. Nice!
To take this further, add some CSS to hide the link or add custom text:
.read_more {display:none;}
.read_more:before {content:"If you're reading this, you do not have permission to access this post."; position:absolute; background:red;}
You can change the background color. That’s just an example.
I’ve tested this and it does work! Let me know if you use it! Please reblog to help others gain more privacy.
Suggestions:
Remove any links to view notes
Remove sharing
Don’t use a title for your private posts. Most themes will link the titles.
is there a script yet that lets you freaking tag messages before you post them like you can on a text post and shit??
Does any one have a link to that blogh that made a cose to fix the dash boarde (so it looks like it did before the update)?
i wish there was a way to like suggest things to xkit. cause i have so many.
a: upload more then one icons on the upload imagine butten
b: add more then 10(i think it's ten.) quick tags.
c: FIX THE FUCKING FONT.
IF ANYONE FINDS A WAY TO SEE ALL ANSWERED ASKS ON YOUR BLOG WITHOUT HAVING TO TAG EACH AND EVERY MESSAGE HOLLA AT ME BECAUSE WAH LOOKING THROUGH MY ARCHIVE IS DIFFICULT
Is there a way to sort notes like missing e used to have?
The sort notes feature of missing e doesn't work. Is there anything else I can use that will do this like a userscript, addon or extension? I'd like to be able to sort notes and read all the comments up top.