https://bugzilla.wikimedia.org/show_bug.cgi?id=38009
--- Comment #5 from [email protected] 2012-08-16 06:29:37 UTC --- If it helps, here are a bunch of common.js experiments http://en.wikipedia.org/w/index.php?title=User:Mwarren_us/common.js The simplest working javascript I found was this: $('a[href$="toggle_view_mobile"]').click(function(){ document.cookie = 'stopMobileRedirect=false; domain=.wikipedia.org;' + 'path=/; expires=Thu, 01-Jan-1970 00:00:00 GMT;' }); Unfortunately, none of my attempts succeeded using $.cookie(). -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
