Fucking Emoji.
This commit is contained in:
parent
b7c2a9225d
commit
3bb8bd0230
@ -9888,7 +9888,6 @@
|
||||
if (!category.hasOwnProperty(name)) {
|
||||
continue;
|
||||
}
|
||||
name = icon[0];
|
||||
css.push("a.useremail[href*='" + name + "']:last-of-type::" + position + ",\na.useremail[href*='" + (name.toLowerCase()) + "']:last-of-type::" + position + ",\na.useremail[href*='" + (name.toUpperCase()) + "']:last-of-type::" + position + " {\n content: url('data:image/png;base64," + icon + "');\n}\n");
|
||||
}
|
||||
}
|
||||
|
||||
@ -9909,7 +9909,6 @@
|
||||
if (!category.hasOwnProperty(name)) {
|
||||
continue;
|
||||
}
|
||||
name = icon[0];
|
||||
css.push("a.useremail[href*='" + name + "']:last-of-type::" + position + ",\na.useremail[href*='" + (name.toLowerCase()) + "']:last-of-type::" + position + ",\na.useremail[href*='" + (name.toUpperCase()) + "']:last-of-type::" + position + " {\n content: url('data:image/png;base64," + icon + "');\n}\n");
|
||||
}
|
||||
}
|
||||
|
||||
BIN
builds/crx.crx
BIN
builds/crx.crx
Binary file not shown.
@ -9892,7 +9892,6 @@
|
||||
if (!category.hasOwnProperty(name)) {
|
||||
continue;
|
||||
}
|
||||
name = icon[0];
|
||||
css.push("a.useremail[href*='" + name + "']:last-of-type::" + position + ",\na.useremail[href*='" + (name.toLowerCase()) + "']:last-of-type::" + position + ",\na.useremail[href*='" + (name.toUpperCase()) + "']:last-of-type::" + position + " {\n content: url('data:image/png;base64," + icon + "');\n}\n");
|
||||
}
|
||||
}
|
||||
|
||||
@ -17,7 +17,6 @@ a.useremail[href]:last-of-type::#{position} {
|
||||
if (_conf['Emoji'] isnt "disable ponies" and key is "pony") or (_conf['Emoji'] isnt "only ponies" and key is "not")
|
||||
for name, icon of category
|
||||
continue unless category.hasOwnProperty name
|
||||
name = icon[0]
|
||||
css.push """
|
||||
a.useremail[href*='#{name}']:last-of-type::#{position},
|
||||
a.useremail[href*='#{name.toLowerCase()}']:last-of-type::#{position},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user