nonethefewer: (Default)
[personal profile] nonethefewer
I miss the stars in LJ notes.  I don't have or want a paid account in LJ.  I installed Livejournal Addons, and disabled nearly everything but the notes part.  But, it only adds the title attribute for users with notes, it doesn't add a star.

So, I added one.

* Install the addon, obviously.

* Go to: [profile]\extensions\homo_nudus@livejournal.com\chrome\content

* Open: livejournal_addons.js

* Go to line 2807, the else part of the if/then statement.  You should just see something like this:

}
else {
	curLink.setAttribute("title", tip);
}


* Change that out to:

}
else {
	curLink.setAttribute("title", tip);
	if (curLink.getAttribute("href").substr(-7) != "profile") {
		curLink.parentNode.appendChild(document.createTextNode("*"));
	}
}


Originally posted on Dreamwidth.  Number of comments so far: comment count unavailable
This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

February 2022

S M T W T F S
  12345
6789101112
13141516171819
20212223242526
2728     

Style Credit

Expand Cut Tags

No cut tags
Page generated Jun. 17th, 2025 08:47 am
Powered by Dreamwidth Studios