Last active
March 5, 2019 01:03
-
-
Save bbarad/6d0ed9fc852329ce1d61c9235d5f0c75 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:!function(){ | |
if(window.location.href.indexOf("user=")>-1) | |
{window.location.href=window.location.href+'&sortby=pubdate';} | |
else if(window.location.href.indexOf("&q=")>-1) | |
{window.location.href=window.location.href+'&scisbd=1';} | |
}(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment