Re: DW User Shortcuts Community Center by AssertNull …'d share a shortcut with you. You've probably seen Tampermonkey (or Greasemonkey) before. This one adds my favourite shortcuts to… your script where? Do I need to do something with Tampermonkey, which I had never heard of before this thread? Not… I need to set aside several hours to learn about Tampermonkey first? modifying Google Search to make results intentionally inaccurate Programming Web Development by jarid3421 … script is not working at all. I copied it to tampermonkey , tried it several times no luck.I need some help… DW User Shortcuts Community Center by diafol …'d share a shortcut with you. You've probably seen Tampermonkey (or Greasemonkey) before. This one adds my favourite shortcuts to… Re: DW User Shortcuts Community Center by Reverend Jim I get "404 not found" when I click on the attachment. And, never having used Tampermonkey or Greasemonkey, what advantage does the script have over putting a link on my bookmark bar? Re: DW User Shortcuts Community Center by diafol Ah. If using Chrome as your browser, you can install Tampermonkey as a plugin extension. Then just right click onto options and add a new userscript. Paste the code above into place and save. Then you should be good to go. If the attachment service was working, I'd post a visual walkthrough :) Re: DW User Shortcuts Community Center by cereal > If using Chrome as your browser, you can install Tampermonkey as a plugin extension. It works also with the [CJS (Custom JavaScript extension).](https://chrome.google.com/webstore/detail/custom-javascript-for-web/poakhlngfciodnhlhhgnaaelnpjljija?hl=en) Thank you for sharing, it's great! :) Re: DW User Shortcuts Community Center by diafol cjs works beautifully - seems a lot easier than Tampermonkey! Got it to work with just: $("nav .navbar-nav&… Re: CodeIgniter CSRF Protection in Opera Programming Web Development by diafol … mobile versions too? Ouch. BTW, I was trying to use TamperMonkey to turn off the editor WYSIWYG, but the darned csrf… Re: Disable Editor Live Changes Community Center Meta DaniWeb by diafol > or do you just not like it? I've grown to dislike it. No offence - I just like plain text - like my Android HTC offers me. @Dani - that's great! As I mentioned in another thread - the csrf was beating me. I shall have a go with TamperMonkey/Chrome. Thanks again. Re: Universal website crawler Programming Web Development by cereal … you don't use a local script through Greasemonkey or Tampermonkey. It means your users should install it on their browsers… Re: Large OP font Community Center Meta DaniWeb by cereal … few solutions... here's mine :p Use CJS or GreaseMonkey (TamperMonkey in Firefox) extension to embed a tiny javascript: Target = document… Re: Silencing Users Community Center Meta DaniWeb by diafol … a memebr from your favourite forum, you could use this Tampermonkey script: // ==UserScript== // @name Hide Nemesis // @namespace http://your.homepage/ // @version… Re: Fullscreen editor Community Center Meta DaniWeb by Traevel …("spellcheck",true);`. I have it running in a Tampermonkey now so for me it's not a major problem… Re: Fullscreen editor Community Center Meta DaniWeb by Dani …("spellcheck",true);. I have it running in a Tampermonkey now so for me it's not a major problem… Re: modifying Google Search to make results intentionally inaccurate Programming Web Development by pritaeas > if someone searches Google or any other search engine So you want this to work on all browsers, for all search engines? Are you trying to implement this on an intranet or so? Re: modifying Google Search to make results intentionally inaccurate Programming Web Development by jarid3421 If possible,yes...If not,atleast make it work on youtube,bing and yahoo. (I'm sorry if I sound rude... English is not my first language) Thank you for your time. Re: modifying Google Search to make results intentionally inaccurate Programming Web Development by pritaeas Wouldn't it be easier to disallow all search engines and route everything through one you control? If you use a Google Custom Search engine, you can do what you want. Re: modifying Google Search to make results intentionally inaccurate Programming Web Development by jarid3421 My aim is to block torrent and illegal video streaming sites from appearing in search results,And I do not want my family members to notice the tampering.What if they use other search engines like Bing or YouTube? will Google Custom Search engine still be useful for me? Re: DW User Shortcuts Community Center by diafol Hi RJ - I think there's a problem with the upload image feature - hence 404. The advantage is: No need to clutter up your general browser bookmarks bar when you're not on Daniweb. It appears in the Daniweb bar alongside user | finder | inbox. Going to the blue hamburger button is not intuitive on my desktop - even after all these months. … Re: DW User Shortcuts Community Center by diafol Bugger. Tried to put new image in and it failed again. Here it is: http://p45i.imgup.net/CaptureDW987b.PNG Re: DW User Shortcuts Community Center by Dani Yeah, sorry about that, there was a bug where the "insert image into post" link was linking to the wrong path. Re: DW User Shortcuts Community Center by Dani > If the attachment service was working, I'd post a visual walkthrough :) Attachments *are* working! ;) Private message attachments coming soon. And by "soon" I mean I have a few other things to take care of first. Re: DW User Shortcuts Community Center by AssertNull Worked great. Visual walkthrough unnecessary. Changed line 7 to add Programming forum. Easy. Thanks. Re: DW User Shortcuts Community Center by diafol CJS new to me - will give it a look :)