Jump to content

LIL_NAZ

Member
  • Posts

    17
  • Joined

  • Last visited

Everything posted by LIL_NAZ

  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

    Desktop

    From the album: My Desktop

    My desktop
  9. LIL_NAZ

    My Desktop

    LIL_NAZ's wallpapers and stuff
  10. 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).
  11. 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.
  12. oh cool i'm not the only one using prisjakt(Swedish version) as way to find stuff.but you might like this monitor Asus VG248QE http://www.prisjakt.nu/produkt.php?p=1520860 and hears a newegg link http://www.newegg.com/Product/Product.aspx?Item=N82E16824236313 price is $269,99
  13. the second design looks good white the macros and no number pad but me personally would like to have a number pad and short left shift(only because I'm use to Nordic layout that have short left shift) otherwise I love the cleanness of what you are going for :) . if you want to look what a Nordic layout is link http://www.qpad.se/uploads2/MK80/QPADMK80-NORDIC-Layout.png it shod be to a picture of the layout of a QPad Nordic layout.
  14. N4G.com its game romer and gaming news.
×