blender

所属分类:操作系统开发
开发工具:Ruby
文件大小:0KB
下载次数:0
上传日期:2015-12-22 20:05:31
上 传 者sh-1993
说明:  通过伪装成最常见的Firefox浏览器版本、操作系统和其他东西来融入人群。,
(Blend in the crowd by faking to be the most common Firefox browser version, operating system and other stuff.,)

文件列表:
Rakefile (237, 2015-03-12)
bootstrap.js (5501, 2015-03-12)
install.rdf (1042, 2015-03-12)
options.xul (717, 2015-03-12)

Blender ======== This addon sets various preferences to fake to be the most common. It fakes: * the operating system to be Windows 8.1 64-bit * Firefox to be version 36 * the language to be English * the accepted charsets to be unspecified Options ------- * `extensions.blender.force-headers` tells blender to force the overriding of the Accept headers. `false` by default. * `extensions.blender.fake-language` tells blender to fake the language to english. `true` by default. * `extensions.blender.disable-fonts` tells blender to disable pages from using their own fonts. `false` by default. Suggestions ----------- The results of using this addon end up reducing a lot fingerprintability, but the sources of most information come from Java and Flash plugins, with those you can practically be 100% sure to recognize who you are by listing plugins, fonts and other stuff. My suggestion is to uninstall both Java and Flash plugins and use Chrome when you really need Flash (it happens rarely anyway). Chrome, not Chromium, Chrome has a Flash plugin included and it tends to be pretty secure, you're pretty much going to be tracked by Google but you would end up having the same issues using Flash anyway, so just use Chrome to use Flash, like for videos on Vimeo or videos that haven't been converted to HTML5 on YouTube. Toggling blender with [Custom Buttons](https://addons.mozilla.org/en-US/firefox/addon/custom-buttons/?src=search) ------------------------------------------------------------------------------------------------------------------------ ```javascript Components.utils.import('resource://gre/modules/AddonManager.jsm'); AddonManager.getAddonByID('blender@meh.paranoid.pk', function (addon) { addon.userDisabled = !addon.userDisabled; }); ```

近期下载者

相关文件


收藏者