| View previous topic :: View next topic |
| Author |
Message |
Mi/c/healRein How do I cheat?
Reputation: 24
Joined: 02 Jul 2008 Posts: 0 Location: Louisiana
|
Posted: Sun May 16, 2010 10:15 am Post subject: jefre |
|
|
_________________
 
 | [SSCA]Nevergreen wrote: | | Somebody warm me up with their body, preferably MichealRein without pants on. |
|
|
| Back to top |
|
 |
Vincent. Grandmaster Cheater
Reputation: 16
Joined: 09 Nov 2007 Posts: 774
|
Posted: Sun May 16, 2010 10:22 am Post subject: |
|
|
Now, that was hard, wasn't it?
No, it wasn't |
|
| Back to top |
|
 |
Mi/c/healRein How do I cheat?
Reputation: 24
Joined: 02 Jul 2008 Posts: 0 Location: Louisiana
|
Posted: Sun May 16, 2010 10:24 am Post subject: |
|
|
| ¬.¬ wrote: | Now, that was hard, wasn't it?
No, it wasn't |
You kept on telling me to put on 'all files', when i do that it just saves as a .txt.
I did once or twice before posting, because it wasn't working, do i have to restart opera for it to work? _________________
 
 | [SSCA]Nevergreen wrote: | | Somebody warm me up with their body, preferably MichealRein without pants on. |
|
|
| Back to top |
|
 |
shitposter Newbie cheater
Reputation: 5
Joined: 12 Nov 2008 Posts: 15
|
Posted: Sun May 16, 2010 10:25 am Post subject: |
|
|
| Mi/c/healRein wrote: | | ¬.¬ wrote: | Now, that was hard, wasn't it?
No, it wasn't |
You kept on telling me to put on 'all files', when i do that it just saves as a .txt.
I did once or twice before posting, because it wasn't working, do i have to restart opera for it to work? |
dumb shit.
all files > filename: XXX.js(or whatever the javascript extention is) |
|
| Back to top |
|
 |
Vincent. Grandmaster Cheater
Reputation: 16
Joined: 09 Nov 2007 Posts: 774
|
Posted: Sun May 16, 2010 10:25 am Post subject: |
|
|
| Yes, restart opera. |
|
| Back to top |
|
 |
Mi/c/healRein How do I cheat?
Reputation: 24
Joined: 02 Jul 2008 Posts: 0 Location: Louisiana
|
Posted: Sun May 16, 2010 11:00 am Post subject: |
|
|
| ¬.¬ wrote: | | Yes, restart opera. |
still not working
I put | Code: | // ==UserScript==
// @name 4chan - IQDB links and XXX removal
// @namespace http://userscripts.org/scripts/show/43268
// @include http://boards.tmockysucks.com/*
// @include http://4chanarchive.org/*
// @description Change links above images to point to the IQDB image search, and replace XXX'd post numbers with the full number. Works automatically with the 4chan extension.
// ==/UserScript==
add_IQDB_links = true;
use_Danbooru_IQDB_only = true;
replace_XXX = true;
function modifyLinks(e) {
var link = (e ? e.target : document).getElementsByTagName("a");
for (var i in link) {
if (add_IQDB_links && "filesize" == link[i].parentNode.getAttribute("class") && !/\.iqdb\./.test(link[i].href)) {
link[i].href = "http://"+(use_Danbooru_IQDB_only ? "danbooru.iqdb.hanyuu.net/db-search.php":"iqdb.hanyuu.net/")+"?url="
+link[i].href.replace(/\/src\//,'/thumb/').replace(/....$/,'s.jpg')+"&fullimage="+link[i].href;
}
if (replace_XXX && /^[0-9]+XXX$/.test(link[i].textContent))
link[i].textContent = link[i].href.replace(/(javascript:quote\('|'\)|.*#q)/gi,'');
}
}
if (!/\/res\//.test(location.href)) window.addEventListener("DOMNodeInserted", modifyLinks, true);
modifyLinks(); | in the thing, then saved it as a .js _________________
 
 | [SSCA]Nevergreen wrote: | | Somebody warm me up with their body, preferably MichealRein without pants on. |
|
|
| Back to top |
|
 |
|