01-13-2012, 03:46 PM
01-14-2012, 05:50 AM
Going to try this now !
Lets see how this is .
Lets see how this is .
01-20-2012, 04:12 AM
That's nice, but are you people actually so lazy to skip 2 clicks ?
01-20-2012, 11:02 AM
Things like Bans and Statistics aren't necessarily a click away. You have to manually type them in.
01-20-2012, 03:30 PM
(01-20-2012, 04:12 AM)NekoChan Wrote: [ -> ]That's nice, but are you people actually so lazy to skip 2 clicks ?
lol some of the links are available on the board index too, but some are easier to use from his script. I use the forum a lot so every little bit over time does save quite a bit of time for me. Even though greasemonkey is a huge hog on memory, i've got enough RAM to spare, so it's really no big burden on me.
01-20-2012, 06:14 PM
(01-13-2012, 03:46 PM)AceInfinity Wrote: [ -> ]I've already seen those links though from the previous version, never updated, but they've always been there for me for some reason.
It's actually the way Xerotic does his scripts. It looks for it on every single page, and since these are both MyBB's with the same named Divs with the same ID's it treats them the same. So your extra links are coming from the HF one, but still work on here.
01-20-2012, 07:49 PM
(01-20-2012, 06:14 PM)RDCA Wrote: [ -> ]It's actually the way Xerotic does his scripts. It looks for it on every single page, and since these are both MyBB's with the same named Divs with the same ID's it treats them the same. So your extra links are coming from the HF one, but still work on here.
Actually you are wrong.
Code:
// ==UserScript==
// @name xerotic's HF Special Links
// @namespace xerotic/hflinks
// @description Adds special links to the HackForums header.
// @include http://hackforums.net/*
// @include http://www.hackforums.net/*
// @version 1.0
// ==/UserScript==
Mine are always site specific.
Please research before you make false allegations upon my scripts
01-20-2012, 08:13 PM
(01-20-2012, 07:49 PM)xerotic Wrote: [ -> ]Actually you are wrong.
Code:// ==UserScript==
// @name xerotic's HF Special Links
// @namespace xerotic/hflinks
// @description Adds special links to the HackForums header.
// @include http://hackforums.net/*
// @include http://www.hackforums.net/*
// @version 1.0
// ==/UserScript==
Mine are always site specific.
Please research before you make false allegations upon my scripts
Actually they do work on other sites, even with that. As I was tweaking your script for my friend and playing around with it a bit, when I posted on another forum I went to, (which isn't even MyBB), the mycode appeared there as well.
01-20-2012, 11:13 PM
It wasn't intentional though I don't think RDCA, as for what I can remember at least, he uses regex to find the part on the page with the user's PM's. And replaces that with an additional set of links.
Note, that all forums have a PM system somewhere on the page, and possibly in the same format as MyBB, whether forum software copies each other's ideas, I'm not sure.
Note, that all forums have a PM system somewhere on the page, and possibly in the same format as MyBB, whether forum software copies each other's ideas, I'm not sure.
01-20-2012, 11:23 PM
(01-20-2012, 11:13 PM)AceInfinity Wrote: [ -> ]It wasn't intentional though I don't think RDCA, as for what I can remember at least, he uses regex to find the part on the page with the user's PM's. And replaces that with an additional set of links.
Note, that all forums have a PM system somewhere on the page, and possibly in the same format as MyBB, whether forum software copies each other's ideas, I'm not sure.
I wasn't referring to that plugin when I was talking about another forum, I was talking about the auto mycode one, where it appends your current text wrapped with some mycode.