| Home | RSS Feeds |
| Funny Pictures | Funny Videos |
| Funny GIFs | YouTube Videos |
| Text/Links | Comic Editor |
| User Rankings | Channels |
| Copyright Removal Request | |
| |
fragman
| Rank #3618 on Comments Offline Send mail to fragman Block fragman Invite fragman to be your friend |
|
- Text/Links 1
- Pictures 35
- YouTube 10
- Animated Gifs 1
- Favorites2 new217
- Friends 7
- Comments2 new1350
- Channels 2
- All 1624
Show:
Sort by:
Order:
user favorites
Show:
Sort by:
Order:
items
I decided to do an EZ setup
www.mediafire.com/?b5qdg8cez3563db
I wasn't able to finish it in time before the post was out of its 24 hour slot, but it has a readme with some instructions so you don't have to keep repeating yourself
What do you think?
www.mediafire.com/?b5qdg8cez3563db
I wasn't able to finish it in time before the post was out of its 24 hour slot, but it has a readme with some instructions so you don't have to keep repeating yourself
What do you think?
#26
-
venumb (06/18/2012) [-]
Is it alright if I take what you have so far and edit it and repost the results as long as I mention your name? I plan on adding GUI and other features other than Skipper. The auto thumb/thumb down will probably be in there too.
Really good work on the idea :)
Really good work on the idea :)
#21
-
negrocop ONLINE (06/18/2012) [-]
If you want, I can make a quick step by step guide for you to post for Chrome users and how to edit the skipped channels.
#23 to #22
-
negrocop ONLINE (06/18/2012) [-]
Ah I truly doubt that. This was a huge step forward for FJ today, it'll be remembered for a while. And you could upload a Firefox guide and a Chrome guide for newbies in the following days. Especially probably around Thursday or Friday since a lot of Bendingtime posts will come about Saturday. There will be tons of bitchin about it. :P
#29 to #24
-
negrocop ONLINE (06/18/2012) [-]
Rawr, this should be good.
Here is the Tampermonkey Beta link
chrome.google.com/webstore/detail/gcalenpjmijncebpfijmoaglllgpjagf
Here is the Tampermonkey Beta link
chrome.google.com/webstore/detail/gcalenpjmijncebpfijmoaglllgpjagf
Which page did you fond the source code that showed the channels in an array?
#19 to #18
-
fragman (06/18/2012) [-]
actually that's what I meant...
you'll need to find where the script is stored in order to edit it. that should be explained in the description pretty much, on the stackoverflow site you'll find the various user-datadir defaults for chrome.
then edit the file script.js in notepad++ or something like that
you'll need to find where the script is stored in order to edit it. that should be explained in the description pretty much, on the stackoverflow site you'll find the various user-datadir defaults for chrome.
then edit the file script.js in notepad++ or something like that
Good work my friend. I am truly proud of what you have done. If you ever need anything from us please do ask.
#6
-
N. Korean citizen (06/18/2012) [-]
i ahve no fucking idea what a user scrpt is. how do i use it. inb4 newfag
Out of curiosity, how do you edit the script? I can't seem to get anything out of it.
#2 to #1
-
fragman (06/16/2012) [-]
depends on your browser. if you're using firefox with greasemonkey, you can simply create a new user script (after you've defined a default userscript editor, e.g. notepad++) and paste the source code. then edit the array defined in line 9 to be filled with all the channels you'd like skipped, like this:
var skipit = new Array("channel1", "channel2", "channel3");
var skipit = new Array("channel1", "channel2", "channel3");
#4 to #3
-
fragman (06/16/2012) [-]
this is a little ugly, but I don't know of any better way at this moment.
you'll find the script in C:\Users\%username%\AppData\Local\Google\Chrome\User Data\Default\Extensions\xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\1_0\script.js
while "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" is a random string. I don't know how that's generated but if it's based on the script source code it should be "camaaaeklepkjffjiookkjabipiidofl".
In this folder there are two files, manifest.json and script.js (which is the one you can edit using any text editor and just save it)
you'll find the script in C:\Users\%username%\AppData\Local\Google\Chrome\User Data\Default\Extensions\xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\1_0\script.js
while "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" is a random string. I don't know how that's generated but if it's based on the script source code it should be "camaaaeklepkjffjiookkjabipiidofl".
In this folder there are two files, manifest.json and script.js (which is the one you can edit using any text editor and just save it)

