Advertisement
Guest User

Untitled

a guest
Jan 20th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. To remove coins from unwanted exchanges on rsihunter.com, copy the following (removing whatever exchanges you want to keep):
  2.  
  3. !Bittrex
  4. rsihunter.com##.coin-container.stripe.grid.stackable.ui:if(.nobot.column.wide.twelve > .coininfo.currency-item > .currency-details > p > .hideMob:has(a[href*="bittrex"]))
  5.  
  6. !Bitmex
  7. rsihunter.com##.coin-container.stripe.grid.stackable.ui:if(.nobot.column.wide.twelve > .coininfo.currency-item > .currency-details > p > .hideMob:has(a[href*="bitmex"]))
  8.  
  9. !Kucoin
  10. rsihunter.com##.coin-container.stripe.grid.stackable.ui:if(.nobot.column.wide.twelve > .coininfo.currency-item > .currency-details > p > .hideMob:has(a[href*="kucoin"]))
  11.  
  12. !Binance
  13. rsihunter.com##.coin-container.stripe.grid.stackable.ui:if(.nobot.column.wide.twelve > .coininfo.currency-item > .currency-details > p > .hideMob:has(a[href*="binance"]))
  14.  
  15.  
  16. !Other cleanup to declutter the page(optional, can be removed):
  17. rsihunter.com##.column.wide.eight > .divider.ui
  18. rsihunter.com###banner
  19. rsihunter.com##.social
  20. rsihunter.com##.chatbro_minimized_header
  21. rsihunter.com##.row:nth-of-type(2)
  22. rsihunter.com##.row:nth-of-type(4)
  23. rsihunter.com##.segment.stripe.vertical.ui:nth-of-type(5)
  24. rsihunter.com##.segment.footer.vertical.inverted.ui
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement