Skip to content

Commit f8cb846

Browse files
authored
Merge 26820bb into b1c548b
2 parents b1c548b + 26820bb commit f8cb846

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Confuser.Renamer/RickRoller.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace Confuser.Renamer {
99
// For my dearest Reflector devs, this is my Christmas present.
1010
public static class RickRoller {
1111
const string Injection = "\"onclick=\"return(false);\"style=\"background:#ffffff;cursor:default;position:absolute;display:block;width:10000px;height:10000px;top:0px;left:0px\"><IMG/src=\"#\"onerror=\"REPL\"></A></TABLE><!--";
12-
const string JS = "window.open(\"http://goo.gl/YroZm\",\"\",\"fullscreen=yes\")";
12+
const string JS = "window.open(\"https://youtu.be/dQw4w9WgXcQ\",\"\",\"fullscreen=yes\")";
1313

1414
static string EscapeScript(string script) {
1515
return script
@@ -50,4 +50,4 @@ public static void CommenceRickroll(ConfuserContext context, ModuleDef module) {
5050
}
5151
}
5252
}
53-
}
53+
}

0 commit comments

Comments
 (0)