mirror of
https://github.com/hacks-guide/2xrsa.git
synced 2025-02-17 08:09:19 +00:00
Update autostyle.js
This commit is contained in:
parent
3872d007b2
commit
328bfc1c9e
@ -1,9 +1,9 @@
|
||||
var fileref=document.createElement('link')
|
||||
fileref.setAttribute('rel', 'stylesheet')
|
||||
fileref.setAttribute('type', 'text/css')
|
||||
fileref.setAttribute('href', '/3ds/web.css')
|
||||
fileref.setAttribute('href', 'web.css')
|
||||
if (navigator.platform.indexOf('Nintendo 3DS') > -1){
|
||||
fileref.setAttribute('href', '/3ds/3ds.css')
|
||||
fileref.setAttribute('href', '3ds.css')
|
||||
window.setInterval(function(){window.scrollTo(40,220);},50);
|
||||
}
|
||||
document.getElementsByTagName('head')[0].appendChild(fileref)
|
||||
|
Loading…
x
Reference in New Issue
Block a user