Advertisement
Guest User

Atmel Website Registration Remover V3

a guest
Feb 5th, 2012
790
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name           Atmel Website Registration Redirect V3
  3. // @namespace      atmel.website.redirect
  4. // @description    Removes mandatory registration requirement for the Atmel.com website.
  5. // @include        http://www.atmel.com/System/BaseForm.aspx?*
  6. // ==/UserScript==
  7.  
  8. (function() {
  9.  
  10.     window.location.href = window.location.href.replace(/System\/BaseForm/, 'forms/software-download');
  11.  
  12. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement