user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit b3c6561ba81f94a30bda29ff5fdf7e9da2a930a1
parent a4c2bb80aafc750203979be994a4567567cdb89b
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Sun, 12 May 2019 13:44:12 +0000

2203: change [test]

It's the same test (thanks gk)
Diffstat:
Muser.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -983,7 +983,7 @@ user_pref("dom.disable_window_move_resize", true); /* 2203: open links targeting new windows in a new tab instead * This stops malicious window sizes and some screen resolution leaks. * You can still right-click a link and open in a new window. - * [TEST] https://people.torproject.org/~gk/misc/entire_desktop.html + * [TEST] https://ghacksuserjs.github.io/TorZillaPrint/TorZillaPrint.html#screen * [1] https://trac.torproject.org/projects/tor/ticket/9881 ***/ user_pref("browser.link.open_newwindow", 3); user_pref("browser.link.open_newwindow.restriction", 0);