Git Product home page Git Product logo

minimalist-everything's People

Contributors

anstosa avatar ericluap avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

minimalist-everything's Issues

Data import broken

Trying to import a full export from version 0.6.8 but despite 'Success!" appearing no modules/data are imported.

Google Reader - 'Hide Header' not removing top-bar div

Hi @anstosa!

I've been manually removing it for a little while now through Chrome, but I figured I should go ahead and report this:

The "Hide Header" option doesn't actually do anything on my system. All of the other elements on that tab (logo, search, search filter, and search options) work properly, but I'm left with a 61 pixel whitespace at the top due to div="top-bar"

I'm running Minimalist 0.5.20 on Chrome 18.0.1003.1

Keep up the awesome work!
-notpace

Move Gmail attachments to the top

Since I always overlook attachments that end up at the bottom of a long email or thread, I wrote my own module option to "fix" this.

Here below is the code (tested with message threading set to 'off').
It would be nice to see this added as part of the GMail modules.

function moveAttachmentsToTheTop() {
    try {
        var src = document.querySelector(".hq");
        if (src) {
            var dst = src.parentNode.childNodes[1];
            if (dst && dst !== src) {
                console.log("Attachments moved to the top");
                dst.insertBefore(src);
                src.style.borderBottom = '1px solid #d8d8d8';
                src.style.borderLeft = '1px dashed #d8d8d8';
                src.style.backgroundColor = '#eee';
            }
        }
    } catch(ignore) {
        console.log("Error moving gmail attachment div to the top");
    }
    window.setTimeout(moveAttachmentsToTheTop, 330);
};

moveAttachmentsToTheTop();
console.log('Starting moveAttachmentsToTheTop loop');

Module repository

Not quite an issue, but I have been wondering, given the power of this extension, if there is any repository of modules.
I have been writing my own to inject MathJax into Feedly and ended up sharing in a gist. This has now stopped working for some reason I am still debugging.
Did I miss some obvious place where modules can be shared?

Dashboard URL needs to be corrected 0.7.0

File Not Found under 0.7.0.
The DASHBOARD URL should reference:
"/options/index.html" instead of:
"/html/options.html" (previous url) action/script.js [69,71,156,160] and lib/Runtime.js [13]
The latter url results in "file not found"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.