Minichan

Topic: Need help with Minichan.

Anonymous A started this discussion 15 years ago #15,235

javascript:(function (srcs,cfg) { var cbcount = 1; var callback = function () { -- cbcount; if (cbcount 

= 0) { BrowserPonies.setBaseUrl(cfg.baseurl); if (!BrowserPoniesBaseConfig.loaded) { BrowserPonies.loadConfig(BrowserPoniesBaseConfig); BrowserPoniesBaseConfig.loaded = true; } BrowserPonies.loadConfig(cfg); if (!BrowserPonies.running()) BrowserPonies.start(); } }; if (typeof(BrowserPoniesConfig)

= "undefined") { window.BrowserPoniesConfig = {}; } if (typeof(BrowserPoniesBaseConfig)

= "undefined") { ++ cbcount; BrowserPoniesConfig.onbasecfg = callback; } if (typeof(BrowserPonies)

= "undefined") { ++ cbcount; BrowserPoniesConfig.oninit = callback; } var node = (document.body || document.documentElement || document.getElementsByTagName('head')[0]); for (var id in srcs) { if (document.getElementById(id)) continue; if (node) { var s = document.createElement('script'); s.type = 'text/javascript'; s.id = id; s.src = srcs[id]; node.appendChild(s); } else { document.write('\u003cscript type="text/javscript" src="'+ srcs[id]+'" id="'+id+'"\u003e\u003c/script\u003e'); } } callback();})({"browser-ponies-script":"http://web.student.tuwien.ac.at/~e0427417/browser-ponies/browserponies.js","browser-ponies-config":"http://web.student.tuwien.ac.at/~e0427417/browser-ponies/basecfg.js"},{"baseurl":"http://web.student.tuwien.ac.at/~e0427417/browser-ponies/","fadeDuration":500,"volume":1,"fps":25,"speed":3,"audioEnabled":false,"showFps":false,"showLoadProgress":true,"speakProbability":0.1,"spawn":{"applejack":1,"fluttershy":1,"pinkie pie":1,"rainbow dash":1,"rarity":1,"twilight sparkle":1}});void(0)


^I need that to auto-display on every single Minichan page. How can I do it?

Anonymous B joined in and replied with this 15 years ago, 21 minutes later[^] [v] #266,854

> ponies
> rainbow dash
> twilight sparkle

r04r !GETFUCKED joined in and replied with this 15 years ago, 6 minutes later, 28 minutes after the original post[^] [v] #266,858

Install it as a browser plugin, or install a browser plugin that lets you load javascript for specific domains, like greasemonkey

Anonymous D joined in and replied with this 15 years ago, 4 minutes later, 32 minutes after the original post[^] [v] #266,860

Install greasemonkey.

Anonymous A (OP) replied with this 15 years ago, 1 hour later, 1 hour after the original post[^] [v] #266,873

@266,858 (r04r !GETFUCKED)

I forgot all about Greasemonkey. Thanks!
:

Please familiarise yourself with the rules and markup syntax before posting.