Jump to content

LIL_NAZ

Member
  • Posts

    17
  • Joined

  • Last visited

Awards

This user doesn't have any awards

1 Follower

Contact Methods

Profile Information

  • Gender
    Male
  • Interests
    Music, Computers, Games, Physics and Math.
  • Biography
    I'm a music producer and gamer that is in school.
  • Member title
    Junior Member

System

  • CPU
    Intel I5 3570 @ stock idle ΔTemp 16°C load ΔTemp 32°C
  • Motherboard
    Asus P8Z77-Pro ΔTemp 17°C load ΔTemp ~64°C
  • RAM
    Corsair XMS3 Vengeance 16Gb
  • GPU
    Asus GTX 670 DC2
  • Case
    Fractal Design Define R4 Black Windowd
  • Storage
    Samsung 840 EVO 500gb, Kingston SSDnow 120Gb, WD 500Gb and Seagate Baracuda 3Tb
  • PSU
    Corsair RM 850
  • Display(s)
    BenQ xl2420T and Dell U2415
  • Cooling
    Corsair H60 w/ noctua NF-P12
  • Keyboard
    Ducky Shine 3 MX blue White LED
  • Mouse
    Razer DeathAdder 2014
  • Sound
    Propellerhead Balace w/ M-Audio BX5s and Beyerdynamic DT 770 80Ω
  • Operating System
    Windows 7 Pro 64-bit

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

LIL_NAZ's Achievements

  1. oh i did. I'm going to change it to your post to show that there is an easy way but if you want to get into scripting you browser it a good way to start.
  2. yes, but if you have Firefox and like doing everything yourself and be in control! edit: and yes i know adblock for Firefox exist and it could probably do it.
  3. edit: yes you need both scripts. the tamper monkey script add the &user=LinusTechTips and the adblock plus filter to stop filtering away ads if it find the URL to contain "&user=LinusTechTips".
  4. if you have Firefox then go to the adblock plus button en click on it, you will see a option for filter preferences then click the tab custom filters and add a group then double click on it and you will see a button i the top right corner called add filter and past the snippet of code there. sorry for not being clear about the adblock part. i wrote a fuller tutorial in the first post
  5. no the long script is for tampermonky / greasemonky and the short one is for adblock plus filter.
  6. I have found a code snippet by firynth (dont know were) and it dose the simple thing of out the username of the channel in the video you are watching (it will ad &user=LinusTechTips note: it is the userneme from youtube.com/user/LinusTechTips) and with adblocks filter you can make exception so it will display ads on the channels you have specified. Greasemonkey / Tampermonky script // ==UserScript==// @[member='name'] Youtube opt in Ads per channel fixed// @[member='Names']pace firynth// @[member='include02'] http://www.youtube.com/*// @[member='include02'] https://www.youtube.com/*// @exclude https://www.youtube.com/embed/*// @exclude http://www.youtube.com/embed/*// @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js// @require https://gist.github.com/raw/2625891/waitForKeyElements.js// @[member='versions'] 1// @[member='Grant'] GM_addStyle// ==/UserScript==function checkUserAndRelocate (jNode) { if ( ! /user=/.test (window.location.href) ) { var elem = document.querySelector ( "#watch7-content link[href*='/user/']" ); if (elem) { var user = elem.href.match (/\/user\/(\w+)\W?/); if (user && user.length > 1) { location.replace (location.href + "&user=" + user[1]); } } }}function checkUserAndRelocateOld (jNode) { if ( ! /user=/.test (window.location.href) ) { if($("#watch7-content link[href*='/user/']").length == 0) { var elem = $('#watch7-content meta[itemprop="channelId"]').attr("content"); if(elem) { if (elem && elem.length > 1) { location.replace (location.href + "&user=" + elem); } } } }}waitForKeyElements ("#watch7-content", checkUserAndRelocate);waitForKeyElements ('#watch7-content meta[itemprop="channelId"]', checkUserAndRelocateOld); Adblock plus filter @@||youtube.com/watch*user=(inster user hear w/ no bracets)$document//ex: @@||youtube.com/watch*user=LinusTechTips$document hope it helps! edit: add the script if you have Firefox then go to the about:addons pages ad click the userscript tab and click the new user script and copied the long code and press the button on the dialog that says use script from clipboard.(if it did not show up then you have copied the code wrong) then save it! if you have chrome click the tampermonkey button and click add new script and past it in and save it! add the adblock filter if you have Firefox then go to the adblock plus button en click on it, you will see a option for filter preferences then click the tab custom filters and add a group then double click on it and you will see a button i the top right corner called add filter and past the snippet of code ther and that sould be it! hope that help! total forgot the steps ps: sorry for my English the spell checker dose not work hear for some reason. pss: i fix it now every thing should be spelled right I'm dyslexic and English is not my first languages not a good combo for writhing fast.
  7. LIL_NAZ - username fav videos https://www.vessel.com/videos/Yj4PbcgKj https://www.vessel.com/videos/LCoY5zfFf and a qestion how are you (Linus Medi Group) going to make money if some peopel are going to exeslusevly besuse it dossent look like you get ads (i have tund off adblock)? anyway best of luck in the contest!
  8. LIL_NAZ

    My Desktop

    LIL_NAZ's wallpapers and stuff
  9. I found Linus through his Razer blade (the fist one) review and got in love whit the format and wanted more and then I realized I spent the whole day watching LinusTechTips videos. Linus you got me in to computer how they work and left me wanting to learn more about computers so I keep looking up new stuff and watching new videos to lern more and thanks to you Linus I'm getting a computer science degree all of that in a bit over a year of discovering your channel. Thanks Linus. And good luck to everyone! ~LIL_NAZ PS: I hope the English is not to bad, because English is not my first language(and autocorrect is not the best).
  10. I like the 1440p screen and the masive battary, 3000mAh OMG!!! In the video I like the fast as posibel clip whit the potato. PS: sorry for speling errors.
×