scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 60  →  ?path2? @ 61
/text.html
@@ -114,7 +114,34 @@
new Clipboard('#copy-url');
// Get the fingerprint.
new Fingerprint2().get((result, components) => {
new Fingerprint2({
//excludeUserAgent: true,
//excludeLanguage: true,
excludeColorDepth: true,
excludeScreenResolution: true,
excludeAvailableScreenResolution: true,
//excludeTimezoneOffset: true,
excludeSessionStorage: true,
excludeIndexedDB: true,
excludeAddBehavior: true,
excludeOpenDatabase: true,
//excludeCpuClass: true,
//excludePlatform: true,
excludeDoNotTrack: true,
excludeCanvas: true,
excludeWebGL: true,
excludeAdBlock: true,
//excludeHasLiedLanguages: true,
//excludeHasLiedResolution: true,
//excludeHasLiedOs: true,
//excludeHasLiedBrowser: true,
excludeJsFonts: true,
excludeFlashFonts: true,
excludePlugins: true,
excludeIEPlugins: true,
//excludeTouchSupport: true,
excludePixelRatio: true
}).get((result, components) => {
// Set the nick as a cookie.
const fingerprint = result;
var nick = Cookies.get('nick');