i dont actually use those defaults i just put some high-post-count users in so that it would be easy to test whether it was working
in fact i dont and wont even use the script it was just an exercise in javascript
chipmusic.org is an online community in respect and relation to chip music, art and its parallels.
You are not logged in. Please login or register.
ChipMusic.org / Forums / Posts by sandneil
i dont actually use those defaults i just put some high-post-count users in so that it would be easy to test whether it was working
in fact i dont and wont even use the script it was just an exercise in javascript
Uhh Did Someone Just Post?
¿ CMO IGNORATOR v1.1 ?
features:
totally removes a users threads from the recent topics list
totally removes a users posts from within threads
totally removes posts that quote a user you ignored!
*new* ignore specific threads by thread ID number
// ==UserScript==
// @id chipmusic.org-63fa3839-fb4d-4d0f-af4c-d9d81021e302@scriptish
// @name cmo ignorator
// @version 1.1
// @namespace
// @author
// @description
// @include http://chipmusic.org/*
// @run-at document-end
// ==/UserScript==
/* put user names and thread ID numbers e.g. :
var users = ["Puke_Flytalker", "Space_Cadet_Zhir", "sandneil"];
var threads = [12663, 12674, 12581]; */
var users = [];
var threads = [];
function ignorate (elements,names,regex) {
for (var e = 0; e < elements.length; e++) {
for (var u = 0; u < names.length; u++) {
var re = new RegExp(regex.replace("__NAME__", names[u]));
if (re.test(elements[e].innerHTML)) {
elements[e].style.display = "none"; }}}}
ignorate(document.getElementsByClassName("post"),users,'<li class="username">.*?>__NAME__</a></li>');
ignorate(document.getElementsByClassName("post"),users,'<div class="quotebox"><cite>__NAME__ wrote:</cite>');
ignorate(document.getElementsByClassName("main-item"),users,'<span class="item-starter">by <cite>__NAME__</cite>');
ignorate(document.getElementsByClassName("main-item"),threads,'<a href="http://chipmusic.org/forums/topic/__NAME__/');
achieve zen today
go for it
if you want to
http://wav-prg.sourceforge.net/
prg is just binary datas, you can rename your files to prg & use this
try copying the config file int o the same folder as the shortcut or making a batch script that launches the bin and making a shortcut to that
i dont think the appeal is in the way it sounds
i think lsdj is popular becuse its portable and cheap and has big community and a distinctive sound and is not too hard to learn
fm you need a big old computer and you hav eto learn some shitty text mode interface and then it just sounds like 80s power ballads but worse
dont even get me started on MOD music
oo _, ,
_((-'_/ |
/ "", _//__, __/
,',O` | # ",/.---' /,-'
,' __/-. # " \.//
|`._(;_,--' \ " ||
`-.\ ,\ # ", ||
_\\ || \ # " ||
/,-.`\ // \ " //
// `.`. || | \ # # ",/
| `.`._// \ // \ # ",
`-.:\ || \ # ",
\`.___ // \:\ \\ \ # # ",
,--'----.\ || \:\ || //\ #",
\\// | | || // \# # ",_
|:| |:| \\// \ # # `--.__
/:/ |:| \\ \ # # # `--._
/ / | | || |# # # `-.
\- /:/ /| | | || ; # # # # \
\\__ |:| _// |:| || : # # # # \
`-.\| | /,- |:| // : # # # # / # :
\ :| // |:| //_ : # | # / # |\
\:|// \ \_/ / \\ : : |# # | # |\\
|: / /| \ ::/ ` \ # \ # | # | #| \\
/ / \_ // | : | \ #\# # | ,| # | ||
| | || / ::/ | \ |# __,.' \ # | ||
|:| \\ /:: / | #/ |# /-'' `. # \ #; ||
\:\ \\:::/ | | | | \ # \ # / ||
| | / ::/ | | | #| | | | / ||
| | | : | |# | | | | | |# | ;;
|:| / ::/ | | | #| |# | | | .;;.
\:\ |:::| | | | | | | | #| ;;;;
|:| /:: / | #| | | | #| | | ;;;;
|:| / : / _ _ | | |# | __ _( ) ( ) ;;;;
| |\| |/ // _ _ _( ) ( ) _ \\\//| / \| / _ _
| :\|:: |/ ////_ _ _\\ / _\ | \ | _\ \|//| |\\| |\/// _ __
\ :| :_|/ /// _ \\ \\|///| | | |_\\\\ |/| |\\| |\//////_
_ | _ / |_// \\ \\\|///| | | | \\ \||_| |_\|_|\/ // /
_ _\ _ \//:/ _ _ _ \_\_\\/_/| | | | __ _ \\\ \/ |/ _
_ \\ \\ \|||/_ / _ \ \/// _ _\\_| | | _ _ \\ \|||/ // _
\\ \\\\\_|\\\//_ \\\ \|/_ \\ \\\\\//_|// _\\\ \\||/ ////_
jrei \ \_\_\\\|////\ _\\\|//\\ \\\ \| // / ///_\ \\\|| /// /
_\\\\\ |/////_ \|/// _\\ \\\||// ///__ \\ \\|// /
\\\ \||/ /// \ \\ \|// // //
4mat wrote:The fact you're all so happy to use the term fakebit is pretty depressing. You don't find it insulting? I mean, "fakebit"? Really?
would you rather we call it under produced techno then?
I kinda thought the point of chip was that it was to do with using games consoles/ personal computer's abilities and weaknesses to make songs, not imitating a console. where do we draw the line between chip and techno? currently at fakebit, however, if you have a better name for it, please do say so
i dunno im more offended by the fact that sketchman could only think of 3 good examples of it than the etymology of the word
if you can find at least one thing that fits into each one of these categories i will paypal you $10
protrekkr. very convulted for me. I don't get how people say it is similar to renoise, I see easier to use renoise than protrekkr
agree
this was my first tracker and look how i turned out
the INNOVATION OF THE YEAR is a pizza on a weather balloon? im not viting for this shit
ChipMusic.org / Forums / Posts by sandneil