Dominion Strategy Forum

Meta => Feedback => Topic started by: Awaclus on July 30, 2014, 12:49:12 pm

Title: "Respect"
Post by: Awaclus on July 30, 2014, 12:49:12 pm
An insignificant suggestion: Rename "respect" to "VP"? It works for Innovation, too.
Title: Re: "Respect"
Post by: SCSN on July 30, 2014, 05:57:01 pm
But then you'd also need to change lots of people's titles to "KC-Monument", "Bishop-Fortress" or "Goons".
Title: Re: "Respect"
Post by: theory on July 30, 2014, 06:08:13 pm
Sorry!  The respect plugin is just that -- a plugin -- and I have remarkably little control over it.  This is one of those things I have no control over. 
Title: Re: "Respect"
Post by: michaeljb on July 31, 2014, 11:21:23 pm
Sure, I can procrastinate on homework a bit more. Here's a solution for Chrome:

https://chrome.google.com/webstore/detail/gdjnnlkanggpnglcdadpljgnapodhgdm

It still shows "Respect" for a moment when the page loads, but this is all I'm doing for right now.

Code: [Select]
// _ = lodash.js

_.forEach(document.getElementsByClassName('gpbp_respect'), function (element) {
  element.textContent = element.textContent.replace("Respect:", "VP:");
});
Title: Re: "Respect"
Post by: Dsell on August 01, 2014, 02:30:43 am
Sure, I can procrastinate on homework a bit more. Here's a solution for Chrome:

https://chrome.google.com/webstore/detail/gdjnnlkanggpnglcdadpljgnapodhgdm

It still shows "Respect" for a moment when the page loads, but this is all I'm doing for right now.

Code: [Select]
// _ = lodash.js

_.forEach(document.getElementsByClassName('gpbp_respect'), function (element) {
  element.textContent = element.textContent.replace("Respect:", "VP:");
});

Awesome!! :D

+1 VP to you, sir.
Title: Re: "Respect"
Post by: Joseph2302 on September 24, 2014, 11:36:59 am
If you go to a person's profile, it still says respect though :(