Skip to content

Instantly share code, notes, and snippets.

View sirhypernova's full-sized avatar
😎

SirHyperNova sirhypernova

😎
View GitHub Profile
@-moz-document regexp('https?://www\\.npmjs\\.com/package/.*'){.global__application___g4ZRy main{background-color:#2A303C}main .black,main .hover-black:focus,main .hover-black:hover{color:#fff}main .black-80{color:rgba(255,255,255,0.8)}main .black-60{color:rgba(255,255,255,0.6)}main .black-50{color:rgba(255,255,255,0.5)}main .b--black-10{border-color:rgba(255,255,255,0.2)}.package__sectionHeader___Ov0xh{color:#fff}.package__rightSidebar___9dMXo{background:#20242d}.package__install___3jWoO svg,.package__downloads___1Bmfo svg,.package__runkit___1iQd- svg .line,.package__runkit___1iQd- svg .line-round,.package__githubIcon___3R9ox svg g{fill:#fff}.tabs__tabs___17CUw{background:#20242d}.tabs__tab___1gHZ2.tabs__yellow___1c2N8 .tabs__tabLink___2tDwu,.tabs__tabLink___2tDwu,.tabs__tab___1gHZ2.tabs__purple___3sUHq .tabs__tabLink___2tDwu,.tabs__tab___1gHZ2.tabs__violet___rtKBH .tabs__tabLink___2tDwu{color:#fff}.tabs__tab___1gHZ2.tabs__yellow___1c2N8:hover{background-color:rgba(255,205,58,0.1)}.tabs__tab___1gHZ2:hover{ba
if (msg.member.hasPermission('BAN_MEMBERS')) {
        if (msg.mentions.members.size) {
            var member = msg.mentions.members.first();
            if (msg.args[0] == member.toString()) {
                if (member.bannable && (msg.member.highestRole.position > member.highestRole.position || msg.author.id == msg.guild.ownerID)) {
<style>
/* The switch - the box around the slider */
.switch {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
}
/* Hide default HTML checkbox */