This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
macrovision
Watch
1
Star
0
Fork
0
Code
Issues
5
Pull Requests
0
Releases
10
Wiki
Activity
Browse Source
Make the watermark brighter
master
Fen Dweller
4 years ago
parent
46488a6652
commit
3ca8b8ff89
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
macrovision.js
+ 1
- 1
macrovision.js
View File
@@ -4939,7 +4939,7 @@ function generateScreenshot(callback) {
ctx.resetTransform();
ctx.fillStyle = "#
777
";
ctx.fillStyle = "#
999
";
ctx.font = "normal normal lighter 16pt coda";
ctx.fillText("macrovision.crux.sexy", 10, 25);
Write
Preview
Loading…
Cancel
Save