We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99613c4 commit a848eb2Copy full SHA for a848eb2
lmhtfy.user.js
@@ -13,6 +13,7 @@
13
// ==/UserScript==
14
15
(function() {
16
+ 'use strict';
17
const blockedUsers = ["🇨🇳"];
18
const styles = blockedUsers.map(key => {
19
return `
0 commit comments