create account

Hide Payout Update: Add Customize Rules + Hide busy.org Wallet by justyy

View this thread on: hive.blogpeakd.comecency.com
· @justyy · (edited)
$114.55
Hide Payout Update: Add Customize Rules + Hide busy.org Wallet
### Introduction
[Hide-SteemIt-Payout](https://helloacm.com/hide-steemit-payout/)  is a chrome extension that [hides payout](https://helloacm.com/hide-steemit-payoutwallet-simple-but-useful-chrome-extension/)  and [wallets](https://helloacm.com/steemit-hide-payout-update-add-customize-rules-hide-busy-wall-wallet/) for most steemit sites. I am adding a customize rule editor in this version so that in the future the users can add rules by themselves without need for a new version.

The tool's slogan **If payout makes you unhappy, why not hide it?** Indeed, the steemit is not a place to make money, at least it should not be advertised in this way. Steemit is a social platform, where we make friends and promote healthy, useful contents.

### New Features
- What feature(s) did you add?
1. Adding customize rules editor
2. Hide busy.wall wallet

- How did you implement it/them?
1. [here](https://github.com/DoctorLai/hide-steemit-payout/commit/bb7f98c7ba09466afcc6f692fce4919be0ad1f8f) and
2. [here](https://github.com/DoctorLai/hide-steemit-payout/commit/e1a213a6c555eec81f8b5873f6ccaa8b8e96a67e)

### ScreenShots
add customize rule:

![image.png](https://cdn.utopian.io/posts/0ad4abce17b88ffec9c38ec1e9b22a5ca89eimage.png)

wallet removed:

![image.png](https://cdn.utopian.io/posts/4953969f0f51ed9fcb572ae8fc55d4ba32e5image.png)

## Javascript to clear payout
Hide payout via Javascript DOM:

```
function clearPayout() {
	let url = location.href;
	if (IsSteemWebsite(url)) {
		let e = document.querySelectorAll('span.FormattedAsset');
		for (let i = e.length - 1; i >= 0; -- i) {
			e[i].innerHTML = XXX;
		}
		e = document.querySelectorAll('span.post-payout');
		for (let i = e.length - 1; i >= 0; -- i) {
			e[i].innerHTML = XXX;
		}
		e = document.querySelectorAll('span.Payout');
		for (let i = e.length - 1; i >= 0; -- i) {
			e[i].innerHTML = XXX;
		}					
		e = document.querySelectorAll("a[href*=transfers]");
		for (let i = e.length - 1; i >= 0; -- i) {
			e[i].innerHTML = '';
			e[i].setAttribute("href", "#");
		}
		for (let i = 0; i < ruleslen; ++ i) {
			let rule = arr[i];
			if (rule) {
				let [domain, dom] = /([^\s]+)\s(.+)/.exec(rule).slice(1);
				if (domain && dom) {
					let e = document.querySelectorAll("li[data-key=transfers]");
					if (e) {
						for (let i = e.length - 1; i >= 0; -- i) {
							e[i].innerHTML = '';
							e[i].setAttribute("href", "#");
						}									
					}
				}
			}
		}
		if (url.includes("busy.org")) {
			let e = document.querySelectorAll("li[data-key=transfers]");
			for (let i = e.length - 1; i >= 0; -- i) {
				e[i].innerHTML = '';
			}
		}
	}
}	
```

### Chrome Webstore
Chrome Extension Available:  https://chrome.google.com/webstore/detail/hide-steemit-payout/lbpcheminbfokogdnckkipdmaadldhlh

## Support me and my work as a [witness](https://steemit.com/witness-category/@justyy/justyy-just-another-witness) by 
1. voting me [here](https://steemconnect.com/sign/account_witness_vote?approve=1&witness=justyy), or
2. voting me as [a proxy](https://v2.steemconnect.com/sign/account-witness-proxy?proxy=justyy&approve=1).

Thank you!  You may also like: **[SteemIt Tools, Bots, APIs and Tutorial](https://helloacm.com/tools/steemit/)**

<br /><hr/><em>Posted on <a href="https://utopian.io/utopian-io/@justyy/hide-payout-update-add-customize-rules-hide-busy-wall-wallet">Utopian.io -  Rewarding Open Source Contributors</a></em><hr/>
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 43 others
properties (23)
authorjustyy
permlinkhide-payout-update-add-customize-rules-hide-busy-wall-wallet
categoryutopian-io
json_metadata"{"community":"utopian","app":"steemit/0.1","format":"markdown","repository":{"id":103061860,"name":"hide-steemit-payout","full_name":"DoctorLai/hide-steemit-payout","html_url":"https://github.com/DoctorLai/hide-steemit-payout","fork":false,"owner":{"login":"DoctorLai"}},"pullRequests":[],"platform":"github","type":"development","tags":["utopian-io","steemtools","busy","steemapps","software"],"links":["https://helloacm.com/hide-steemit-payout/","https://helloacm.com/hide-steemit-payoutwallet-simple-but-useful-chrome-extension/","https://helloacm.com/steemit-hide-payout-update-add-customize-rules-hide-busy-wall-wallet/","https://github.com/DoctorLai/hide-steemit-payout/commit/bb7f98c7ba09466afcc6f692fce4919be0ad1f8f","https://github.com/DoctorLai/hide-steemit-payout/commit/e1a213a6c555eec81f8b5873f6ccaa8b8e96a67e","https://chrome.google.com/webstore/detail/hide-steemit-payout/lbpcheminbfokogdnckkipdmaadldhlh","https://steemit.com/witness-category/@justyy/justyy-just-another-witness","https://steemconnect.com/sign/account_witness_vote?approve=1&witness=justyy","https://v2.steemconnect.com/sign/account-witness-proxy?proxy=justyy&approve=1","https://helloacm.com/tools/steemit/","https://utopian.io/utopian-io/@justyy/hide-payout-update-add-customize-rules-hide-busy-wall-wallet"],"image":["https://cdn.utopian.io/posts/0ad4abce17b88ffec9c38ec1e9b22a5ca89eimage.png","https://cdn.utopian.io/posts/4953969f0f51ed9fcb572ae8fc55d4ba32e5image.png"],"moderator":{"account":"stoodkev","time":"2018-04-09T09:55:11.718Z","reviewed":true,"pending":false,"flagged":false},"questions":[{"question":"Is the project description formal?","answers":[{"value":"Yes it’s straight to the point","selected":true,"score":10},{"value":"Need more description ","selected":false,"score":5},{"value":"Not too descriptive","selected":false,"score":0}],"selected":0},{"question":"Is the language / grammar correct?","answers":[{"value":"Yes","selected":true,"score":20},{"value":"A few mistakes","selected":false,"score":10},{"value":"It's pretty bad","selected":false,"score":0}],"selected":0},{"question":"Was the template followed?","answers":[{"value":"Yes","selected":true,"score":10},{"value":"Partially","selected":false,"score":5},{"value":"No","selected":false,"score":0}],"selected":0},{"question":"How do you rate the amount of work?","answers":[{"value":"Very High","selected":false,"score":20},{"value":"High","selected":false,"score":16},{"value":"Medium","selected":true,"score":12},{"value":"Low","selected":false,"score":7},{"value":"Very Low","selected":false,"score":3}],"selected":2},{"question":"How do you rate the impact on the Project?","answers":[{"value":"Very High","selected":false,"score":20},{"value":"High","selected":false,"score":16},{"value":"Medium","selected":true,"score":12},{"value":"Low","selected":false,"score":7},{"value":"Very Low","selected":false,"score":3}],"selected":2}],"score":59}"
created2018-04-08 10:48:12
last_update2018-04-10 23:45:33
depth0
children4
last_payout2018-04-15 10:48:12
cashout_time1969-12-31 23:59:59
total_payout_value82.341 HBD
curator_payout_value32.210 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length3,406
author_reputation280,616,224,641,976
root_title"Hide Payout Update: Add Customize Rules + Hide busy.org Wallet"
beneficiaries
0.
accountutopian.pay
weight2,500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,952,251
net_rshares31,496,531,860,124
author_curate_reward""
vote details (107)
@stoodkev ·
$1.84
Thank you for the contribution. It has been approved. I've had interesting debates with other Steemians about this : "Come for the money, stay for the community". Even though money is a huge part of what the ecosystem is, I think some will be interested in your feature in order to judge contributions without bias. Thanks for going through the trouble of scrapping all the right classes in the different platforms, I know how painful this is!

You can contact us on [Discord](https://discord.gg/uTyJkNm).
**[[utopian-moderator]](https://utopian.io/moderators)**
πŸ‘  
properties (23)
authorstoodkev
permlinkre-justyy-hide-payout-update-add-customize-rules-hide-busy-wall-wallet-20180409t095814136z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"}
created2018-04-09 09:58:21
last_update2018-04-09 09:58:21
depth1
children2
last_payout2018-04-16 09:58:21
cashout_time1969-12-31 23:59:59
total_payout_value1.384 HBD
curator_payout_value0.460 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length562
author_reputation190,234,366,367,023
root_title"Hide Payout Update: Add Customize Rules + Hide busy.org Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id49,109,322
net_rshares403,901,217,431
author_curate_reward""
vote details (1)
@justyy ·
$0.04
Thank you very much. It is not easy to get many people agree on this and some may even say this plugin is useless ! :(
πŸ‘  , , , ,
properties (23)
authorjustyy
permlinkre-stoodkev-re-justyy-hide-payout-update-add-customize-rules-hide-busy-wall-wallet-20180409t103737673z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-04-09 10:37:42
last_update2018-04-09 10:37:42
depth2
children0
last_payout2018-04-16 10:37:42
cashout_time1969-12-31 23:59:59
total_payout_value0.042 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length118
author_reputation280,616,224,641,976
root_title"Hide Payout Update: Add Customize Rules + Hide busy.org Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id49,113,627
net_rshares9,854,503,087
author_curate_reward""
vote details (5)
@utopian.tip ·
Hey @stoodkev, I just gave you a tip for your hard work on moderation. Upvote this comment to support the utopian moderators and increase your future rewards!
πŸ‘  
properties (23)
authorutopian.tip
permlinkre-re-justyy-hide-payout-update-add-customize-rules-hide-busy-wall-wallet-20180409t095814136z-20180409t122547
categoryutopian-io
json_metadata""
created2018-04-09 12:25:54
last_update2018-04-09 12:25:54
depth2
children0
last_payout2018-04-16 12:25:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length158
author_reputation238,310,597,885
root_title"Hide Payout Update: Add Customize Rules + Hide busy.org Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id49,127,147
net_rshares2,061,503,758
author_curate_reward""
vote details (1)
@utopian-io ·
### Hey @justyy I am @utopian-io. I have just upvoted you!
#### Achievements
- WOW WOW WOW People loved what you did here. GREAT JOB!
- Seems like you contribute quite often. AMAZING!
#### Community-Driven Witness!
I am the first and only Steem Community-Driven Witness. <a href="https://discord.gg/zTrEMqB">Participate on Discord</a>. Lets GROW TOGETHER!
- <a href="https://v2.steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1">Vote for my Witness With SteemConnect</a>
- <a href="https://v2.steemconnect.com/sign/account-witness-proxy?proxy=utopian-io&approve=1">Proxy vote to Utopian Witness with SteemConnect</a>
- Or vote/proxy on <a href="https://steemit.com/~witnesses">Steemit Witnesses</a>

[![mooncryption-utopian-witness-gif](https://steemitimages.com/DQmYPUuQRptAqNBCQRwQjKWAqWU3zJkL3RXVUtEKVury8up/mooncryption-s-utopian-io-witness-gif.gif)](https://steemit.com/~witnesses)

**Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x**
πŸ‘  
properties (23)
authorutopian-io
permlinkre-justyy-hide-payout-update-add-customize-rules-hide-busy-wall-wallet-20180409t121200367z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"}
created2018-04-09 12:12:03
last_update2018-04-09 12:12:03
depth1
children0
last_payout2018-04-16 12:12:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,061
author_reputation152,955,367,999,756
root_title"Hide Payout Update: Add Customize Rules + Hide busy.org Wallet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id49,125,230
net_rshares2,061,503,758
author_curate_reward""
vote details (1)