| Home | RSS Feeds |
| Funny Pictures | Funny Videos |
| Funny GIFs | YouTube Videos |
| Text/Links | Comic Editor |
| User Rankings | Channels |
| Copyright Removal Request | |
| |
fragman
| Rank #3602 on Comments Online Send mail to fragman Block fragman Invite fragman to be your friend |
|
- Text/Links 1
- Pictures 35
- YouTube 10
- Animated Gifs 1
- Favorites1 new219
- Friends 7
- Comments4 new1368
- Channels 2
- All 1644
- Views: 2622
23
5
Total: +18
Comments: 1
Favorites: 0
Uploaded: 12/02/12
Driving these days
- Views: 1135
14
3
Total: +11
Comments: 2
Favorites: 0
Uploaded: 04/15/13
Thanks Google - Views: 56737
2066
281
Total: +1785
Comments: 518
Favorites: 547
Uploaded: 06/17/12
Channel Skipper (updated) - Views: 3259
88
16
Total: +72
Comments: 2
Favorites: 3
Uploaded: 05/20/12
Dolan's cadillac - Views: 1353
16
10
Total: +6
Comments: 6
Favorites: 0
Uploaded: 05/06/12
fucking friendzone - Views: 50103
2276
525
Total: +1751
Comments: 109
Favorites: 22
Uploaded: 03/31/12
Thumper - Views: 12331
306
221
Total: +85
Comments: 28
Favorites: 4
Uploaded: 03/30/12
Rarity again
- Views: 3195
25
6
Total: +19
Comments: 7
Favorites: 8
Uploaded: 09/15/12
Time Travel Maybe - Views: 941
11
8
Total: +3
Comments: 0
Favorites: 0
Uploaded: 06/01/12
I'm gonna science your childhood - Views: 534
6
10
Total: -4
Comments: 2
Favorites: 0
Uploaded: 04/13/12
Don't push the button... - Views: 1923
33
16
Total: +17
Comments: 15
Favorites: 1
Uploaded: 03/27/12
Bronies explained - Views: 1282
14
3
Total: +11
Comments: 2
Favorites: 3
Uploaded: 01/31/12
Playing level: Asian - Views: 2680
21
6
Total: +15
Comments: 6
Favorites: 11
Uploaded: 01/22/12
Twilight is reading a book
- Views: 12767
282
182
Total: +100
Comments: 92
Favorites: 6
Uploaded: 03/24/12
Haters...
Show:
Sort by:
Order:
user favorites
latest user's comments
user's friends
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 :)
#27 to #26
-
fragman ONLINE (06/18/2012) [-]
I really wouldn't recommend the thumb down feature, there is a vote limit for a certain timespan which could have negative impact on functionality and would also motivate people to post their content outside the channel.
But expanding it in general, sure.
But expanding it in general, sure.
#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
Which page did you fond the source code that showed the channels in an array?
#19 to #18
-
fragman ONLINE (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 ONLINE (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 ONLINE (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)

