Advertisement
Guest User

Untitled

a guest
Jun 18th, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 2.43 KB | None | 0 0
  1. Common subdirectories: profexer/chrome and original/chrome
  2. diff -U1 profexer/install.js original/install.js
  3. --- profexer/install.js 2012-06-16 00:23:16.000000000 +0300
  4. +++ original/install.js 2011-01-04 18:53:36.000000000 +0200
  5. @@ -1,4 +1,4 @@
  6. -var author              = "Created by: Chris Pederick, Edited by: Profexer";
  7. +var author              = "Chris Pederick";
  8.  var contentFlag         = CONTENT | PROFILE_CHROME;
  9. -var displayName         = "User Agent Switcher (Profexer edition)";
  10. +var displayName         = "User Agent Switcher";
  11.  var error               = null;
  12. @@ -70,2 +70,2 @@
  13.    }
  14. -}
  15. +}
  16. \ No newline at end of file
  17. diff -U1 profexer/install.rdf original/install.rdf
  18. --- profexer/install.rdf    2012-06-16 00:21:48.000000000 +0300
  19. +++ original/install.rdf    2011-01-04 18:53:36.000000000 +0200
  20. @@ -6,12 +6,12 @@
  21.    <Description about="urn:mozilla:install-manifest">
  22. -    <!--<em:aboutURL>chrome://useragentswitcher/content/about/about.xul</em:aboutURL>-->
  23. -    <em:creator>Created by: Chris Pederick, Edited by: Profexer</em:creator>
  24. +    <em:aboutURL>chrome://useragentswitcher/content/about/about.xul</em:aboutURL>
  25. +    <em:creator>Chris Pederick</em:creator>
  26.      <em:description>Adds a menu and a toolbar button to switch the user agent of a browser.</em:description>
  27. -    <!--<em:homepageURL>http://chrispederick.com/work/user-agent-switcher/</em:homepageURL>-->
  28. +    <em:homepageURL>http://chrispederick.com/work/user-agent-switcher/</em:homepageURL>
  29.      <em:iconURL>chrome://useragentswitcher/content/logo.png</em:iconURL>
  30.      <em:id>{e968fc70-8f95-4ab9-9e79-304de2a71ee1}</em:id>
  31. -    <em:name>User Agent Switcher (Profexer edition)</em:name>
  32. +    <em:name>User Agent Switcher</em:name>
  33.      <em:optionsURL>chrome://useragentswitcher/content/options/options.xul</em:optionsURL>
  34. -    <!--<em:updateInfoURL>http://chrispederick.com/work/user-agent-switcher/history/</em:updateInfoURL>-->
  35. -    <em:version>0.7.3 (PE)</em:version>
  36. +    <em:updateInfoURL>http://chrispederick.com/work/user-agent-switcher/history/</em:updateInfoURL>
  37. +    <em:version>0.7.3</em:version>
  38.      <em:file>
  39. @@ -46,3 +46,3 @@
  40.        <Description>
  41. -        <!--<em:id>songbird@songbirdnest.com</em:id>-->
  42. +        <em:id>songbird@songbirdnest.com</em:id>
  43.          <em:maxVersion>1.8.*</em:maxVersion>
  44. @@ -52,2 +52,2 @@
  45.    </Description>
  46. -</RDF>
  47. +</RDF>
  48. \ No newline at end of file
  49. Only in profexer/: user_agent_switcher-0.7.3-fx+sm+profexer+edition.xpi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement