### 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:  wallet removed:  ## 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/>
author | justyy | ||||||
---|---|---|---|---|---|---|---|
permlink | hide-payout-update-add-customize-rules-hide-busy-wall-wallet | ||||||
category | utopian-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}" | ||||||
created | 2018-04-08 10:48:12 | ||||||
last_update | 2018-04-10 23:45:33 | ||||||
depth | 0 | ||||||
children | 4 | ||||||
last_payout | 2018-04-15 10:48:12 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 82.341 HBD | ||||||
curator_payout_value | 32.210 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 3,406 | ||||||
author_reputation | 280,616,224,641,976 | ||||||
root_title | "Hide Payout Update: Add Customize Rules + Hide busy.org Wallet" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 48,952,251 | ||||||
net_rshares | 31,496,531,860,124 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
joythewanderer | 0 | 72,023,980,904 | 15% | ||
ace108 | 0 | 232,099,869,842 | 18% | ||
magicmonk | 0 | 104,432,796,408 | 50% | ||
ffcrossculture | 0 | 23,058,500,418 | 100% | ||
justyy | 0 | 1,076,489,474,584 | 85% | ||
luneknight | 0 | 267,954,543 | 100% | ||
happyukgo | 0 | 1,653,678,870 | 85% | ||
nokeh | 0 | 251,640,878 | 99% | ||
htliao | 0 | 46,123,186,803 | 9% | ||
sv67216721 | 0 | 422,868,828 | 5% | ||
manuel78 | 0 | 206,282,957 | 3% | ||
frankintaiwan | 0 | 80,958,102 | 20% | ||
mkt | 0 | 7,537,759,675 | 22.12% | ||
helo | 0 | 2,755,518,922 | 10% | ||
shenchensucc | 0 | 3,448,351,731 | 20% | ||
victorialuxx | 0 | 167,604,688 | 100% | ||
susanli3769 | 0 | 201,669,494,811 | 100% | ||
doraemon | 0 | 309,035,850 | 100% | ||
robinlee | 0 | 467,987,016 | 99% | ||
rainyapril | 0 | 489,985,941 | 99% | ||
al2ping | 0 | 104,225,024 | 99% | ||
liangfengyouren | 0 | 1,200,267,847 | 50% | ||
yasu24 | 0 | 13,116,253,182 | 20% | ||
jiangchen | 0 | 97,359,312 | 1% | ||
shengjian | 0 | 18,444,350,770 | 88.89% | ||
kangnajiang | 0 | 240,506,501 | 99% | ||
cifer | 0 | 6,792,276,699 | 65% | ||
geass | 0 | 465,483,091 | 91.9% | ||
moonvoid | 0 | 608,358,747 | 100% | ||
stoodkev | 0 | 171,700,490,841 | 100% | ||
kimzwarch | 0 | 31,452,619,727 | 85% | ||
danielfinn | 0 | 402,646,522 | 100% | ||
irenett | 0 | 1,158,290,123 | 100% | ||
davidke20 | 0 | 2,567,350,498 | 20% | ||
rosatravels | 0 | 95,167,408,520 | 50% | ||
xuran | 0 | 5,024,708,948 | 100% | ||
awiwea1974 | 0 | 453,896,821 | 100% | ||
superbing | 0 | 9,696,621,977 | 85% | ||
dailyfortune | 0 | 6,420,939,372 | 85% | ||
dailystats | 0 | 15,610,225,746 | 85% | ||
ayman101 | 0 | 543,532,146 | 100% | ||
bobdos | 0 | 3,213,367,991 | 7% | ||
vandadream | 0 | 9,482,084,255 | 100% | ||
steemline | 0 | 238,251,614 | 100% | ||
winniex | 0 | 3,657,675,412 | 10% | ||
alanzheng | 0 | 447,551,623 | 7.06% | ||
jianan | 0 | 487,831,216 | 99% | ||
utopian-io | 0 | 28,982,656,295,402 | 19.75% | ||
nada101 | 0 | 498,531,005 | 100% | ||
nileelily | 0 | 5,902,597,287 | 100% | ||
chann | 0 | 5,456,372,389 | 20% | ||
daxiang | 0 | 257,730,954 | 99% | ||
anxin | 0 | 6,544,319,538 | 88.9% | ||
lebin | 0 | 18,350,455,366 | 15% | ||
coindzs | 0 | 139,090,166 | 100% | ||
cryptonewsly | 0 | 237,422,051 | 100% | ||
grzesiekb | 0 | 174,118,563,643 | 100% | ||
moobear | 0 | 491,468,788 | 99% | ||
maiyude | 0 | 599,908,907 | 5% | ||
thetroublenotes | 0 | 64,601,826 | 1% | ||
prch | 0 | 3,008,427,539 | 70.92% | ||
nean | 0 | 488,866,769 | 99% | ||
naanlanag | 0 | 507,920,309 | 100% | ||
foodielifestyle | 0 | 1,110,656,469 | 88.79% | ||
woolfe19861008 | 0 | 1,517,794,211 | 89.21% | ||
dailychina | 0 | 10,572,445,211 | 85% | ||
vamos-amigo | 0 | 454,341,485 | 10% | ||
mycat | 0 | 118,658,743 | 12% | ||
vincenthan | 0 | 486,946,845 | 99% | ||
yuxuan | 0 | 197,503,083 | 99% | ||
amn | 0 | 722,033,204 | 100% | ||
dongfengman | 0 | 7,260,129,054 | 88.9% | ||
historylover | 0 | 507,716,270 | 100% | ||
serenazz | 0 | 780,491,600 | 89.5% | ||
cha0s0000 | 0 | 3,628,934,756 | 60.41% | ||
yedda | 0 | 489,018,430 | 99% | ||
shentrading | 0 | 569,677,610 | 82.17% | ||
zasilla | 0 | 491,889,461 | 99% | ||
aaronstar | 0 | 57,806,330 | 99% | ||
ayanamoon | 0 | 50,853,537 | 99% | ||
fawakatube | 0 | 55,087,634 | 100% | ||
ethanlee | 0 | 6,946,062,340 | 72.13% | ||
kamel101 | 0 | 492,598,575 | 100% | ||
twinsnicole | 0 | 486,470,817 | 99% | ||
deepthinking | 0 | 486,881,832 | 99% | ||
wilfredn | 0 | 8,507,633,675 | 60% | ||
inmylife | 0 | 19,915,222,610 | 100% | ||
hugo4u | 0 | 36,631,704,302 | 20% | ||
fanso | 0 | 811,879,494 | 81.12% | ||
abss | 0 | 93,560,964 | 11% | ||
lilypang22 | 0 | 2,044,987,193 | 88.46% | ||
zens | 0 | 488,844,738 | 99% | ||
ashi0 | 0 | 487,409,953 | 99% | ||
steemitvip | 0 | 486,528,792 | 99% | ||
lakemountain | 0 | 53,887,708 | 99% | ||
regals | 0 | 487,066,810 | 99% | ||
honoru | 0 | 1,418,946,788 | 73.02% | ||
joelone | 0 | 489,488,469 | 99% | ||
sweet-jenny8 | 0 | 13,375,129,635 | 87.66% | ||
agoha | 0 | 214,388,427 | 50% | ||
mrcalxy | 0 | 79,629,392 | 100% | ||
laijihua | 0 | 597,312,317 | 100% | ||
universalmodels | 0 | 55,337,087 | 100% | ||
mavandai | 0 | 64,245,535 | 100% | ||
coder-bts | 0 | 444,207,304 | 100% | ||
joyroy | 0 | 104,010,940 | 100% | ||
bambugrove | 0 | 122,362,259 | 20% |
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)**
author | stoodkev |
---|---|
permlink | re-justyy-hide-payout-update-add-customize-rules-hide-busy-wall-wallet-20180409t095814136z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} |
created | 2018-04-09 09:58:21 |
last_update | 2018-04-09 09:58:21 |
depth | 1 |
children | 2 |
last_payout | 2018-04-16 09:58:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.384 HBD |
curator_payout_value | 0.460 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 562 |
author_reputation | 190,234,366,367,023 |
root_title | "Hide Payout Update: Add Customize Rules + Hide busy.org Wallet" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 49,109,322 |
net_rshares | 403,901,217,431 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
utopian.tip | 0 | 403,901,217,431 | 39.29% |
Thank you very much. It is not easy to get many people agree on this and some may even say this plugin is useless ! :(
author | justyy |
---|---|
permlink | re-stoodkev-re-justyy-hide-payout-update-add-customize-rules-hide-busy-wall-wallet-20180409t103737673z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-04-09 10:37:42 |
last_update | 2018-04-09 10:37:42 |
depth | 2 |
children | 0 |
last_payout | 2018-04-16 10:37:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.042 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 118 |
author_reputation | 280,616,224,641,976 |
root_title | "Hide Payout Update: Add Customize Rules + Hide busy.org Wallet" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 49,113,627 |
net_rshares | 9,854,503,087 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
happyukgo | 0 | 370,475,445 | 20% | ||
superbing | 0 | 2,175,782,595 | 20% | ||
dailyfortune | 0 | 1,429,484,343 | 20% | ||
dailystats | 0 | 3,480,984,682 | 20% | ||
dailychina | 0 | 2,397,776,022 | 20% |
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!
author | utopian.tip |
---|---|
permlink | re-re-justyy-hide-payout-update-add-customize-rules-hide-busy-wall-wallet-20180409t095814136z-20180409t122547 |
category | utopian-io |
json_metadata | "" |
created | 2018-04-09 12:25:54 |
last_update | 2018-04-09 12:25:54 |
depth | 2 |
children | 0 |
last_payout | 2018-04-16 12:25:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 158 |
author_reputation | 238,310,597,885 |
root_title | "Hide Payout Update: Add Customize Rules + Hide busy.org Wallet" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 49,127,147 |
net_rshares | 2,061,503,758 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
emjoe | 0 | 2,061,503,758 | 20% |
### 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> [](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**
author | utopian-io |
---|---|
permlink | re-justyy-hide-payout-update-add-customize-rules-hide-busy-wall-wallet-20180409t121200367z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} |
created | 2018-04-09 12:12:03 |
last_update | 2018-04-09 12:12:03 |
depth | 1 |
children | 0 |
last_payout | 2018-04-16 12:12:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,061 |
author_reputation | 152,955,367,999,756 |
root_title | "Hide Payout Update: Add Customize Rules + Hide busy.org Wallet" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 49,125,230 |
net_rshares | 2,061,503,758 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
emjoe | 0 | 2,061,503,758 | 20% |