I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit bb0d2ef1 authored by str4d's avatar str4d
Browse files

Added User Agent string for Opera Mobile

On tablets the UA is "Opera Tablet" so tablets will use the desktop console.
parent d5a87022
No related branches found
No related tags found
No related merge requests found
......@@ -164,7 +164,8 @@ public class CSSHelper extends HelperBase {
ua.contains("iPhone") ||
ua.contains("iPod") || ua.contains("iPad") ||
ua.contains("Kindle") || ua.contains("Mobile") ||
ua.contains("Nintendo Wii") || ua.contains("Opera Mini") ||
ua.contains("Nintendo Wii") ||
ua.contains("Opera Mini") || ua.contains("Opera Mobi") ||
ua.contains("Palm") ||
ua.contains("PLAYSTATION") || ua.contains("Playstation") ||
ua.contains("Profile/MIDP-") || ua.contains("SymbianOS") ||
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment