index.md (460B)
1 Allow popup on gesture 2 ======================== 3 4 Description 5 ----------- 6 7 Enable same-window popup on user gesture. 8 (some pages don't work correctly without that, others redirect to spam pages though) 9 10 To open popup in new window open diff file and replace: 11 12 + loaduri((Client *) c, &aa); 13 14 with: 15 16 + newwindow(c, &aa, 1); 17 18 Download 19 -------- 20 21 * [surf-popup-2.0.diff](surf-popup-2.0.diff) (1037) (20171203) 22 23 Author 24 ------ 25 26 * Marcin sZpak <szpak@reakcja.org>