Skip to content
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.

Commit

Permalink
this fixes #261
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed May 10, 2014
1 parent fe7602c commit c8eb852
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/contentscript-uaspoof.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ var navigatorSpoofer = " \
} \
spoofedNavigator.appVersion = spoofedUserAgent; \
spoofedNavigator.userAgent = spoofedUserAgent; \
Object.freeze(spoofedNavigator); \
navigator = window.navigator = spoofedNavigator; \
} catch (e) { \
} \
Expand Down

0 comments on commit c8eb852

Please sign in to comment.