Skip to content

Commit f6f52a8

Browse files
because annoying
1 parent 7f90001 commit f6f52a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Source/content_script.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ function handleText(textNode) {
8686
v = v.replace(/\b(M|m)astery/g, function(match, p1, p2, offset, string) {
8787
// c - 1 = b
8888
// b = String.fromCharCode(p2.charCodeAt(0) - 1);
89+
if (Math.round(Math.random * 27) == 7) {
8990
return "Ass";
91+
}
9092
});
9193
// Get the corner cases
9294
// if(v.match(/cloud/i)) {

0 commit comments

Comments
 (0)