+ Reply to Thread
Results 1 to 5 of 5

Thread: SB-Innovation.de Force HTTPS greasemonkey script

  1. #1
    Retired Seal
    SealLion's Avatar
    Join Date
    03.05.08
    Location
    The Arctic--Believe it!!
    Posts
    2,079
    Activity Longevity
    0/20 19/20
    Today Posts
    0/5 sssss2079

    SB-Innovation.de Force HTTPS greasemonkey script

    Hey everybody

    I made a greasemonkey script for the board to use. It isn't posted on userscripts.org because I'd like to get some feedback on this greasemonkey script. Something is not quite right within the body of the script as it doesn't seem to be working as hoped for. I don't see the 'https//www..." in the URL bar. What you see is just 'www.sb-inovation....."Most of it is correct. After loading this new script into the extension and then testing it out here on the board it doesn't load as expected. You'll see what I mean if you try.

    One other thing. I don't take 100 % credit for this script. I did have help and used another script as an aid to follow up on producing this one.

    Here is the .txt content of the script. Please give me some feedback.

    // ==UserScript==

    // @name grant none

    // @namespace SB-Innovation.de Force HTTPS 0.10

    // @description This will convert sb-innovation.de (http) forum urls to become https

    // @include http://www.sb-innovation.de*

    // @include http://sb-innovation.de*

    // @include https://www.sb-innovation.de*

    // @include https://sb-innovation.de*

    // @version 0.10

    // @copyright SealLion

    // ==/UserScript==

    If there are no problems that anyone sees with this (even though I think there are. Just can't seem to notice it at the moment, perhaps). Then go ahead and install it.

    Remember. This is just the .txt file of the script. You will need to convert it to a .js file and label the script accordingly as per the title I gave it at top within a folder with the same name as the script inside your Greasemonkey scripts folder.

    After that, to to your Greasemonkey drop-down menu inside your browser and select "New User Script" Then copy/paste what is here Namespace, Includes (remember, 1 per line) and there are no Excludes that I've given. I don't think there need to be. If help wanted on how to exactly install this script, post here and I"ll help you out.
    Last edited by SealLion; 30.09.12 at 19:35.
    "God, from the mount Sinai
    whose grey top shall tremble,
    He descending, will Himself,
    in thunder, lightning, and loud trumpet’s sound,
    ordain them laws".


    John Milton (1608-1674) in Paradise Lost


    Ripley's SealLion's Believe it or Not! ~ NASCAR car crashes and Windows have just one thing in common.
    Oh, oh. Better use LINUX.
    Reply With QuoteReply With Quote
    Thanks

  2. Who Said Thanks:

    Blocker (10.11.14)

  3. #2
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,447
    Activity Longevity
    8/20 19/20
    Today Posts
    1/5 ssss39447
    HTTPS Everywhere is much better for this purpose. JavaScript code may run after some resources are retrieved, which ruins the whole point of a "force SSL" script.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  4. #3
    Retired Seal
    SealLion's Avatar
    Join Date
    03.05.08
    Location
    The Arctic--Believe it!!
    Posts
    2,079
    Activity Longevity
    0/20 19/20
    Today Posts
    0/5 sssss2079
    Quote Originally Posted by anon View Post
    HTTPS Everywhere is much better for this purpose. JavaScript code may run after some resources are retrieved, which ruins the whole point of a "force SSL" script.
    Ya. I agree with you 100 % on HTTPS Everywhere. I just thought.....
    "God, from the mount Sinai
    whose grey top shall tremble,
    He descending, will Himself,
    in thunder, lightning, and loud trumpet’s sound,
    ordain them laws".


    John Milton (1608-1674) in Paradise Lost


    Ripley's SealLion's Believe it or Not! ~ NASCAR car crashes and Windows have just one thing in common.
    Oh, oh. Better use LINUX.
    Reply With QuoteReply With Quote
    Thanks

  5. #4
    Advanced User Renk's Avatar
    Join Date
    17.08.08
    Location
    Elsewhere
    P2P Client
    utorrent
    Posts
    581
    Activity Longevity
    0/20 19/20
    Today Posts
    0/5 ssssss581
    Quote Originally Posted by anon View Post
    HTTPS Everywhere is much better for this purpose. JavaScript code may run after some resources are retrieved, which ruins the whole point of a "force SSL" script.
    And what do you think about the NoScript feature for that (Options-> Https - > Behaviour) ?
    Reply With QuoteReply With Quote
    Thanks

  6. #5
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,447
    Activity Longevity
    8/20 19/20
    Today Posts
    1/5 ssss39447
    Would need to try that out. I either never did or forgot about its results.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

+ Reply to Thread

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •